RE: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Kief Morris
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

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Denise Mangano
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

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Jerry Ford
: Configuring mod_jk - Again! [getting desperate] Denise: You shouldn't have to open up port 8009 to the ouside world; that's for internal communication between Tomcat and Apache. Users outside the firewall still come in through port 80. Jerry Denise Mangano wrote: Hi all :) So this is where I

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Bill Barker
ject: 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/

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Denise Mangano
To: [EMAIL PROTECTED] Subject: Re: Configuring mod_jk - Again! [getting desperate] Apache requires at least rx permissions on all directories upto and including $CATALINA_HOME/webapps/examples/servlets. You have to check the permissions all the way up the tree. Denise Mangano [EMAIL PROTECTED] wrote

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Jerry Ford
Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 22, 2002 9:08 PM To: [EMAIL PROTECTED] Subject: Re: Configuring mod_jk - Again! [getting desperate] Apache requires at least rx permissions on all directories upto and including $CATALINA_HOME/webapps/examples/servlets

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Bill Barker
[mailto:[EMAIL PROTECTED]] Sent: Sunday, December 22, 2002 9:08 PM To: [EMAIL PROTECTED] Subject: Re: Configuring mod_jk - Again! [getting desperate] Apache requires at least rx permissions on all directories upto and including $CATALINA_HOME/webapps/examples/servlets. You have

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
Hi all :) So this is where I stand. I added all appropriate (I think) JkMount statements, in my httpd.conf file instead of using the mod_jk.conf. My situation: http://localhost works, http://localhost:8080/examples/servlets/index.html works, http://localhost/examples/servlets.index.html does

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Paul Campbell
I usually put my html and jsp files in CATALINA_HOME/webaps/XXX I said XXX to represent the context you are planning to use. I would hope your use of examples is just an example, because I would think it might conflict with the distribution examples Best Wishes At 07:45 PM 12/21/2002 -0500, you

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Jerry Ford
Denise: You shouldn't have to open up port 8009 to the ouside world; that's for internal communication between Tomcat and Apache. Users outside the firewall still come in through port 80. Jerry Denise Mangano wrote: Hi all :) So this is where I stand. I added all appropriate (I think)

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
-Original Message- From: Jerry Ford [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 9:05 PM To: Tomcat Users List Subject: Re: Configuring mod_jk - Again! [getting desperate] Denise: You shouldn't have to open up port 8009 to the ouside world; that's for internal communication

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
: Saturday, December 21, 2002 8:54 PM To: Tomcat Users List Subject: RE: Configuring mod_jk - Again! [getting desperate] I usually put my html and jsp files in CATALINA_HOME/webaps/XXX I said XXX to represent the context you are planning to use. I would hope your use of examples is just

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
or somewhere in server.xml?? Any thoughts? Thanks :) Denise -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 10:13 PM To: 'Tomcat Users List' Subject: RE: Configuring mod_jk - Again! [getting desperate] Jerry, I noticed previous to your last