Closed sagioto closed 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
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
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