RE: apache-tomcat-9.0.0.M10: Change Context-Path in META-INF/context.xml not working

2016-09-20 Thread Caldarale, Charles R
> From: Maik Brauer [mailto:m...@brauer.nrw] > Subject: apache-tomcat-9.0.0.M10: Change Context-Path in META-INF/context.xml > not working > I have a standard Tomcat9 installation. I just put a helloworld.war in the > webapps folder > and inside the META-INF I put the

apache-tomcat-9.0.0.M10: Change Context-Path in META-INF/context.xml not working

2016-09-20 Thread Maik Brauer
I have a standard Tomcat9 installation. I just put a helloworld.war in the webapps folder and inside the META-INF I put the context.xml with a different path like: But the context is still http://localhost/helloworld instead http://localhost/newcontext. I tried so many things, but it is not p