Prefix Paths on Servlets 2007-08-13 - By Ryan Shelley
Back 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@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|