RE: Prefix Paths on Servlets

2007-08-14 Thread Caldarale, Charles R
> From: Ryan Shelley [mailto:[EMAIL PROTECTED] > Subject: Re: Prefix Paths on Servlets > > So I've been able to deploy the servlet and access it with the "/it" > prefix, however, I noticed that when I redeploy my war, my custom > it#idm.war context file is

Re: Prefix Paths on Servlets

2007-08-14 Thread Ryan Shelley
My apologies, I replied to the wrong thread... So I've been able to deploy the servlet and access it with the "/it" prefix, however, I noticed that when I redeploy my war, my custom it#idm.war context file is also removed. Is there a way to keep that transient between deployments? Or pack

Re: Prefix Paths on Servlets

2007-08-13 Thread Ryan Shelley
My apologies... I'm on Tomcat 5.5. I'll take a look at it and give that a try. Thanks Chuck! On Aug 13, 2007, at 11:59 AM, Caldarale, Charles R wrote: From: Ryan Shelley [mailto:[EMAIL PROTECTED] Subject: Prefix Paths on Servlets However, it's recently been requested that I add a prefix to

RE: Prefix Paths on Servlets

2007-08-13 Thread Caldarale, Charles R
> From: Ryan Shelley [mailto:[EMAIL PROTECTED] > Subject: Prefix Paths on Servlets > > However, it's recently been requested that I add a prefix to my > servlet. Now it should be http://myhost/it/idm/... Assuming you're running a reasonably modern version of Tomcat (you didn't bother to tell