From: "Bongrip" <[EMAIL PROTECTED]>
When I try to access a jsp page it gives me error 404. But the file is there and is readable by all. (0644) I am running tomcat 4.1.24 and using Sun's j2sdk 1.4.1 rev 03. I get nothing logged to either the apache logs or the tomcat logs when I make a request.
is it under CATALINA_HOME/webapps ? what's the permissions in that directory?
I had to change the permissions it had after installing from RPM in order not to get a 404 error.. I did:
# chmod 775 /var/tomcat4/webapps # ls -l /var/tomcat4/ | grep webapps drwxrwxr-x 7 root tomcat4 1024 Jul 16 11:34 webapps
is this ok, or am I having some security isse? if not, any idea why the RPM installed it with permissions that didn't allow the access??
Juan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
No, perms are all okay.
/usr/local/tomcat = 0755 /usr/local/tomcat/webapps = 0755 /usr/local/tomcat/webapps/ROOT/ = 0755 /usr/local/tomcat/webapps/ROOT/test.jsp = 0644
??
-CC
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
