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
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 package it with the war?
On Aug 13, 2007, at 1:12 P
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 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