I developed a servlet with the package name "idm.war". Therefore, my URL is http://myhost/idm/...

However, it's recently been requested that I add a prefix to my servlet. Now it should be http://myhost/it/idm/...

Does tomcat provide a configuration that would allow me to add "/it" to just this servlet as a prefix, without having to repackage my war as "it.war" (my package is not all of IT's servlets, so I don't want to package it as such)? I looked at the servlet context, and I don't believe that does what I need. Any other suggestions?

Thanks!

-Ryan

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to