RE: Problem: Servlet Mappings & RequestDispatcher

2001-07-11 Thread Saritha Pula
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 10:47 AM To: Tomcat (E-mail) Subject: Problem: Servlet Mappings & RequestDispatcher Re problem B. I found that after some re-directions Tomat ContextManager seemed to be messing up the context path (see "Please explain this Conte

Problem: Servlet Mappings & RequestDispatcher

2001-07-11 Thread Frank Lawlor
Re problem B. I found that after some re-directions Tomat ContextManager seemed to be messing up the context path (see "Please explain this Context"). You can tell if this is happening by having the ContextManager log its mappings: in Server.xml. It is either a bug or some strange semantics

Problem: Servlet Mappings & RequestDispatcher

2001-07-10 Thread Philip Weaver
Hello - I'm trying to create servlet mappings for a servlet that I'd like to exist at the TOP LEVEL of my webapp in Tomcat. You'd think that this task wouldn't be a pain in the rear but I'm finding it to be so. If you know how to configure web.xml and a servlet to handle this, please help. I'm a