killbill-cloud icon indicating copy to clipboard operation
killbill-cloud copied to clipboard

needs special handling when installing to ROOT (under Tomcat)

Open kares opened this issue 11 years ago • 0 comments

... or a control parameter whether to extract the .war

killbill:
  version: 0.12.1
  webapp_path: /var/lib/tomcat7/webapps/ROOT
  plugins_dir: /var/tmp/bundles

simply created a killbill-xxx.war file under the ROOT directory (which is no a valid / deployment) instead of extracting the .war content there ... scenarios where the .war is renamed would likely be also interesting on some servers (have not tried) e.g. /var/lib/tomcat7/webapps/ROOT.war

kares avatar Dec 06 '14 06:12 kares