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]>