P
pandorino.mdg
Hi all,
as far as I know, using the Tomcat Manager I'm able to upload a WAR
from my PC to the tomcat server and the manager automatically deploy
the web-application with the context <WAR name>. So I can call the
web-app with the URL
http://<server name>/<WAR name>.
What I want is to deploy an application in Tomcat so that the context I
use to access to the web-app is something like
http://<server name>/deployedwars/<WAR name> instead of http://<server
name>/<WAR name> (in other words, I would like that the context is
modified by adding in the URI the path "/deployedwars/").
I have searched this newsgroup without success (maybe I did the wrong
search).
Do you have an idea?
Any help appreciated.
Thanks in advance
Mauro
as far as I know, using the Tomcat Manager I'm able to upload a WAR
from my PC to the tomcat server and the manager automatically deploy
the web-application with the context <WAR name>. So I can call the
web-app with the URL
http://<server name>/<WAR name>.
What I want is to deploy an application in Tomcat so that the context I
use to access to the web-app is something like
http://<server name>/deployedwars/<WAR name> instead of http://<server
name>/<WAR name> (in other words, I would like that the context is
modified by adding in the URI the path "/deployedwars/").
I have searched this newsgroup without success (maybe I did the wrong
search).
Do you have an idea?
Any help appreciated.
Thanks in advance
Mauro