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 NO

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, yo

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) Jk

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
Thanks! Denise -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 fo

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 an

RE: Configuring mod_jk - Again! [getting desperate]

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

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 a

RE: Configuring mod_jk - Again! [getting desperate]

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

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Jerry Ford
at 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 between Tomcat and Apache. Users outside the firewall still come in through port 80. Jerry Denise Mangano wrote

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Bill Barker
lto:[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 >

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Denise Mangano
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 to check the permissions all the way up the tree. "Denise Mangano&quo

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Jerry Ford
--Original 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/example

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Bill Barker
in it. > > Also, apache runs as root - so wouldn't it have permissions? > > Thanks. > Denise > > -Original Message----- > From: Bill Barker [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 22, 2002 9:08 PM > To: [EMAIL PROTECTED] > Subject: Re: Configuring mod_jk

RE: [OT] Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Denise Mangano
PROTECTED]] Sent: Sunday, December 22, 2002 10:29 PM To: [EMAIL PROTECTED] Subject: Re: Configuring mod_jk - Again! [getting desperate] You need 775 (or at least 5 on the last digit). Apache requires "x" permissions (which, for a directory means "list" rather than "exe

Re: [OT] Configuring mod_jk - Again! [getting desperate]

2002-12-22 Thread Bill Barker
ber 22, 2002 10:29 PM > To: [EMAIL PROTECTED] > Subject: Re: Configuring mod_jk - Again! [getting desperate] > > > You need 775 (or at least 5 on the last digit). Apache requires "x" > permissions (which, for a directory means "list" rather than "execute"