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
eployments? Or package it with the war? On Aug 13, 2007, at 12:03 PM, Ryan Shelley wrote: 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 PROTECT

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

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 (

Prefix Paths on Servlets

2007-08-13 Thread Ryan Shelley
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 ju