Re: multiple URI

2010-01-20 Thread Vadym Chepkov
Unfortunately, this would change the request and breaks application functionality, it's a proxy already (IBM WBIMB Proxy Servlet - Message Broker) Sincerely yours, Vadym Chepkov --- On Wed, 1/20/10, André Warnier wrote: > From: André Warnier > Subject: Re: multiple URI &g

RE: multiple URI

2010-01-20 Thread Vadym Chepkov
Unfortunately, I have to install such application in ROOT context for this to work and I am trying to avoid it. Sincerely yours, Vadym Chepkov --- On Wed, 1/20/10, Travis Beech wrote: > From: Travis Beech > Subject: RE: multiple URI > To: "'Tomcat Users List'"

multiple URI

2010-01-19 Thread Vadym Chepkov
Greetings, I want a servlet to serve two different urls: http://server/A and http://server/B, but I don't want to install this servlet as a ROOT servlet. Is this possible in tomcat 6? Thank you. Sincerely yours, Vadym Ch