Re: Register url in ROOT application

2007-08-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck and Thomas, Caldarale, Charles R wrote: >> From: Thomas Kwan (eTechFocus) [mailto:[EMAIL PROTECTED] >> Subject: Re: Register url in ROOT application >> >> I want to be able to register a servlet in the ROOT applica

RE: Register url in ROOT application

2007-08-17 Thread Caldarale, Charles R
> From: Thomas Kwan (eTechFocus) [mailto:[EMAIL PROTECTED] > Subject: Re: Register url in ROOT application > > I want to be able to register a servlet in the ROOT application > that will handle request to "/app1". Note that the name space > "/app1" is alr

Re: Register url in ROOT application

2007-08-16 Thread Thomas Kwan (eTechFocus)
Sorry for not being clear. Here is what I want. I have an web application and its name is "app1". It has multiple servlets registered in its web.xml already. For example, there are servlets running at /app1/servlet1, /app1/servlet2...etc I want to be able to register a servlet in the ROOT applic

RE: Register url in ROOT application

2007-08-16 Thread Caldarale, Charles R
> From: Thomas Kwan (eTechFocus) [mailto:[EMAIL PROTECTED] > Subject: Register url in ROOT application > > I am using tomcat 5.5. I have a application with the context > "/app1" already. But I want to register a servlet in the ROOT > application to service request to the URI "/app1". Not sure wh