CloudifySource / cloudify-recipes

Application and service recipes for Cloudify
www.cloudifysource.org
Apache License 2.0
47 stars 67 forks source link

Tomcat service can't auto start a .war file if it is not part of an application #61

Closed sagioto closed 11 years ago

sagioto commented 11 years ago

in https://github.com/CloudifySource/cloudify-recipes/blob/master/services/tomcat/tomcat_install.groovy#L22

if there's no application name the war is copied to the webapps dir in the tomcat install folder with an empty string as it's name

sagioto commented 11 years ago

A fix for this also means a fix for the web-ui since it generates a link to the deployed site using the application name