<ContextManager debug="1" workDir="work" showDebugInfo="true" >
workDir is directory created in tomcat_home where all intermediate files
will be place for example like java files generated from JSP ..

context tag in server.xml is to create our own web application
directories..
Hope this info. helps u
Pula



-----Original Message-----
From: Frank Lawlor [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 Context").
You can tell if this is happening by having the ContextManager log its
mappings:
    <ContextManager debug="1" workDir="work" showDebugInfo="true" >
in Server.xml.

It is either a bug or some strange semantics I don't understand.
I worked around it by doing a sendRedirect with an explicit path
rather than forward.

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.



Reply via email to