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=28943>. 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=28943 Wrong command (cd CURRENT_DIR) in startup.bat and catalina.bat Summary: Wrong command (cd CURRENT_DIR) in startup.bat and catalina.bat Product: Tomcat 5 Version: 5.0.24 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Adter unzipping jakarta-tomcat-5.0.24, I tried to run by clicking on startup.bat from a command prompt window. A new window was opened and Tomcat ran OK in that window. But in the first window, I see these lines: ---------------- D:\programs\jakarta-tomcat-5.0.24\bin>startup The system cannot find the path specified. Using CATALINA_BASE: D:\programs\jakarta-tomcat-5.0.24 Using CATALINA_HOME: D:\programs\jakarta-tomcat-5.0.24 Using CATALINA_TMPDIR: D:\programs\jakarta-tomcat-5.0.24\temp Using JAVA_HOME: D:\programs\j2sdk1.4.2 D:\programs\jakarta-tomcat-5.0.24\bin> ----------------- And I found the error is because the below command in in startup.bat(16): cd CURRENT_DIR I also see there is another "cd CURRENT_DIR" in catalina.bat(46). I guess this is also wrong. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]