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=12056>. 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=12056 Startup scripts test for invalid permissions. Summary: Startup scripts test for invalid permissions. Product: Tomcat 4 Version: 4.0 Beta 3 Platform: PC OS/Version: Linux Status: NEW Severity: Minor Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In the file $CATALINA_HOME/bin/setclasspath.sh on line 13, and again on line 24 the script incorrectly test for read permissions instead of execute. Catalina should not at all be interrested in whether these files can be read, but rather, can they be executed. As such -r should be replaced with -x. For what it's worth, I'm running debian 3.0 (woody) and are using the tomcat4 package thereof: ii tomcat4 4.0.3-3 Java Servlet 2.3 engine with JSP 1.2 support -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>