> 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
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
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
> 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 (
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