You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/08/26 23:37:15 UTC

DO NOT REPLY [Bug 12056] New: - Startup scripts test for invalid permissions.

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: tomcat-dev@jakarta.apache.org
        ReportedBy: jaco@webfountain.co.za


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>