Hi guys,

I'm currently using Apache Tomcat 7.0.57 on GNU/Linux 32 bit and OpenJDK-7.
I have made a few modifications to the CATALINA_HOME/conf/server.xml file (
fpaste.org/173572/23762142/).
Under CATALINA_HOME/conf/Catalina/localhost/ there's only the manager.xml
file.

When I deploy my application "myApp-1.2.war" to Tomcat, instead of taking
the context "/my/app/context/1.2" that's specified in META-INF/context.xml
under the path attribute of Context key, it takes the name of my war, so it
gets deployed under the context myApp-1.2.

What configuration am I missing?

I'm deploying with curl, and also tried with the manager-gui. I would like
to only use curl.

May anyone help me please?

Kind regards,
José

Reply via email to