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: <Context path="/newcontext" />

But the context is still http://localhost/helloworld instead 
http://localhost/newcontext.

I tried so many things, but it is not possible to get Tomcat convinced to use 
the new path. Anybody who can help? Thanks.

Reply via email to