I am running Linux 7.3. I checked all relevant pages and directories. All pages are at least read by everyone. I can get to my index page no problem which is in the /var/www/html directory. It is when I try to access anything in Tomcat without using the port number that I get this permissions error from Apache.
For some reason I can also access a couple of JSP pages I placed in the ROOT directory without using the port number, but nothing else. I checked to see if there were any differences in permissions between those pages, and the example pages, but there aren't. In fact, all permissions in Tomcat are 775 (rwx for owner and group, rx for other). Thanks. Denise -----Original Message----- From: Kief Morris [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 22, 2002 7:36 AM To: Tomcat Users List Subject: RE: Configuring mod_jk - Again! [getting desperate] Denise Mangano typed the following on 22:41 21/12/2002 -0500 >Sorry, should have posted this... When I type in >http://localhost/examples/servlets/ I now get a Forbidden message >saying that I do not have permission to access >/examples/servlets/index.html. This message is coming from my Apache >at mydomain.com Port 80. > >I feel like I may be getting close, but why this? I believe Tomcat is >still listening on port 8080 - does that have to be changed? Since I >get this error message, I am assuming that I am getting to the files >(indicating that mod_jk may possibly be working) but the files cannot >be served. Permission issue in httpd.conf file or somewhere in >server.xml?? Check permissions on the file system. If you're on Unix, Apache usually runs as "nobody", so the index.html file needs to be world-readable. If you're on Windows, make sure the file isn't opened in an editor or something. You shouldn't need to change Tomcat's port number, and it doesn't seem likely it would be an httpd.conf issue (and certainly not server.xml if Apache is giving the error). Kief -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
