J
jaap
Hi,
I want te deploy an application on Tomcat with a name that differs from
the warfile name. According to the documentation I expected to get
http://localhost:8080/campingserver/ to react to campingserver-1.0.2.war
in the webapp folder when I have the following context.xml file in META-INF:
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/campingserver/">
</Context>
But this does not work, the URL is still
http://localhost:8080/campingserver-1.0.2/
Any idea how to acomplish it?
I want te deploy an application on Tomcat with a name that differs from
the warfile name. According to the documentation I expected to get
http://localhost:8080/campingserver/ to react to campingserver-1.0.2.war
in the webapp folder when I have the following context.xml file in META-INF:
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/campingserver/">
</Context>
But this does not work, the URL is still
http://localhost:8080/campingserver-1.0.2/
Any idea how to acomplish it?