DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21456>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21456

logs/context lost when restarting Context

           Summary: logs/context lost when restarting Context
           Product: Tomcat 3
           Version: 3.3.1 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hi,

When I restart a context (remove then add) with the admin webapp, I lose my 
servlet logs.
I have a file apps-myAppli.xml with this content :
<?xml version="1.0" encoding="ISO-8859-1"?>
<Server>
  <Host name="myAppli" >
    <Context path="" docBase="/usr/webapps/myAppli" >
    <LogSetter name="myAppli_log"
               path="logs/myAppli_servlet-${yyyyMMdd-HH:mm}.log"
               verbosityLevel="DEBUG"
               servletLogger="true"/>
    </Context>
  </Host>
</Server>

For example, when I start tomcat, my logFile myAppli_servlet-20030709-10:23.log 
is created and I see my logs in it.
But, 2 minutes later, I restart my context and :
- the logFile myAppli_servlet-20030709-10:25.log is not created
- and there's no more servlet logs

It seems that the ContextManager, when it removes a context, remove this context 
and all its interceptors,
But when it add a context, it only add the context ...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to