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=26132>.
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=26132

Catalina.bat startup script fails on Windows 2000 SP 4

           Summary: Catalina.bat startup script fails on Windows 2000 SP 4
           Product: Tomcat 4
           Version: 4.1.29
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When running Tomcat 4.1.29 on Windows 2000 SP 4, the <home>/bin/startup.bat
script fails with the following error:

The system cannot find the file -Dsun.io.useCanonCaches=false.

The problem resides in the catalina.bat script used to start Tomcat from the
command line.  At line 148, the catalina.bat script expects the value of the
%OS% environment var to be "Windows_NT" for NT and 2000, however on my
installation, the value returned is "WINNT".  This causes the script to invoke
the "start" command with the wrong arguments.  The script be modified to include
a check for either the strings "Windows_NT" or "WINNT"?

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

Reply via email to