How to change the context path of static WAR?
Hello,
I could deploy correctly the nuxeo distribution using the static war inside an existing tomcat instance managing correctly the min and max memory size inside catalina (tomcat instance). However I have problems when I change the context path of my distribution from /nuxeo to /myapp following the steps in http://doc.nuxeo.com/display/ADMINDOC/Changing+context+path .
The error is: "Pack failed. FileNotFoundException: C:\nuxeo-cap-5.5.tomcat\conf\Catalina\localhost\nuxel.xml"
, even if I've changed the xml file in myapp.xml. I've gone a step further editing the TOMCAT_CONFIG parameter inside TomcatConfigurator.java and testing the TomcatConfigurator.getTomcatConfig() method which behaves correctly printing the correct path "conf\Catalina\localhost\myapp.xml"
(TomcatConfigurator.class resides inside $NUXEO_HOME\bin\nuxeo-launcher.jar
) .
Is there any other step I haven't considered?
Thank you in advance,
Ervin