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

http://issues.apache.org/bugzilla/show_bug.cgi?id=43957

           Summary: service.bat doesn't configure logging like the Windows
                    installer
           Product: Tomcat 5
           Version: 5.5.25
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: trivial
          Priority: P3
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If Tomcat is unpacked from the zip file and started manually, all the log files
specified in logging.properties are created - admin.DATE.log, catalina.DATE.log,
and so on.

If Tomcat is installed using the Windows Service Installer, and the service is
started, the log files are also created correctly.

However, if Tomcat is unpacked from the zip file and installed as a service
(using 'service install'), and the service is started, the log files aren't
created. This is due to two JVM options that aren't set up -
java.util.logging.manager and java.util.logging.config.file.

For consistency, service.bat should set these options, like the Windows
installer does. The attached patch fixes this.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to