RE: Configuring mod_jk - Again!

2002-12-26 Thread Noel J. Bergman
Denise, I had all this placed at the end of my httpd.conf file so it would apply to all virtual hosts. By now you may have all of this working (I'm catching up on a week's worth of tomcat mail), but I seriously suggest that you either use do each config within VirtualHost or you don't use it

RE: Configuring mod_jk - Again!

2002-12-24 Thread Turner, John
this week, but I am checking email occasionally. John -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 5:31 PM To: 'Tomcat Users List' Subject: RE: Configuring mod_jk - Again! I checked the error logs, and got a slew of errors. The images

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: [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 execute on *nix systems

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

2002-12-22 Thread Bill Barker
rmission changes, and I can now access the html files - having a different problem and will post new thread. Thanks again. Denise -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 22, 2002 10:29 PM To: [EMAIL PROTECTED] Subject: Re: Configurin

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
To: [EMAIL PROTECTED] Subject: Re: Configuring mod_jk - Again! The 'LoadModule' directive must occur only once, and at top-level (e.g. outside of any VirtualHost directive). The same goes for JkWorkersFile, and JkLogFile (and related). Denise Mangano [EMAIL PROTECTED] wrote in message

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Paul Campbell
:53 AM To: [EMAIL PROTECTED] Subject: Re: Configuring mod_jk - Again! The 'LoadModule' directive must occur only once, and at top-level (e.g. outside of any VirtualHost directive). The same goes for JkWorkersFile, and JkLogFile (and related). Denise Mangano [EMAIL PROTECTED] wrote in message

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Jerry Ford
for the pages to be viewed. Do I need to open port 8009? Thanks in advance! Calling all cars ;) Denise -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 1:53 AM To: [EMAIL PROTECTED] Subject: Re: Configuring mod_jk - Again

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

Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
Hi all :) I know some of you are probably cringing saying oh no not again! ;) Well its that time again. Going to get this mod_jk working if it's the last thing I do!! So I followed the how-to...again. It looks like Apache is not getting any errors when trying to see the mod_jk connector.

Re: Configuring mod_jk - Again!

2002-12-20 Thread Jacob Kjome
Hello Denise, Looking at your mod_jk.conf, it is pretty apparent why this isn't working for you. You have this: VirtualHost www.mydomainname.com ServerName www.mydomainname.com ... ... ... /VirtualHost I'm guessing that www.mydomainname.com was just a dummy site someone

RE: Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 11:19 AM To: Tomcat Users List Subject: Re: Configuring mod_jk - Again! Hello Denise, Looking at your mod_jk.conf, it is pretty apparent why this isn't working for you. You have this: VirtualHost www.mydomainname.com ServerName

RES: Configuring mod_jk - Again!

2002-12-20 Thread Iran Marcius
: Denise Mangano [mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 20 de dezembro de 2002 14:10 Para: 'Tomcat Users List' Assunto: Configuring mod_jk - Again! Hi all :) I know some of you are probably cringing saying oh no not again! ;) Well its that time again. Going to get this mod_jk

RE: Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
[mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 11:30 AM To: 'Tomcat Users List' Subject: RES: Configuring mod_jk - Again! Hi Denise. I successfully integrated apache 2.0.43 and tomcat 4.1.16 with a simplistic configuration. httpd.conf -- LoadModule jk_module modules/mod_jk-2.0.43

RES: Configuring mod_jk - Again!

2002-12-20 Thread Iran Marcius
: RE: Configuring mod_jk - Again! At this point I am willing to try anything - I am getting desperate... Where in the httpd.conf file would that information go? Also what is worker1? Should the last two JkMount statements point to my ROOT directory? Thanks. Denise Mangano -Original

RE: Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
situation... Thanks though - this is definitely a start! Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Iran Marcius [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 1:18 PM To: 'Tomcat Users List' Subject: RES: Configuring mod_jk - Again

RE: Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
PM To: 'Tomcat Users List' Subject: RE: Configuring mod_jk - Again! Well I tried it. And I added additional JkMount statements: LoadModule jk_module modules/mod_jk.so JkWorkersFile /usr/local/tomcat/conf/jk/workers.properties JkLogFile /usr/local/tomcat/logs/mod_jk.log JkLogLevel info

RE: Configuring mod_jk - Again!

2002-12-20 Thread Michele Emmi
' [EMAIL PROTECTED] Subject: RE: Configuring mod_jk - Again! Date: Fri, 20 Dec 2002 14:04:29 -0500 On a side note - a page I created and placed in my webapps ROOT directory does in fact display correctly!!! Thanks!!! Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
, 2002 1:18 PM To: 'Tomcat Users List' Subject: RES: Configuring mod_jk - Again! So lets go! In my case, I put this configurarions in server, I mean, outside any Apache directive. You can put it, for example, right bellow Listen apache directive (coincidentally where we find the first DSO

RE: Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
To: Tomcat Users List Subject: RE: Configuring mod_jk - Again! On Fri, 20 Dec 2002, Denise Mangano wrote: Well I tried it. And I added additional JkMount statements: LoadModule jk_module modules/mod_jk.so JkWorkersFile /usr/local/tomcat/conf/jk/workers.properties JkLogFile /usr/local/tomcat

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
: Configuring mod_jk - Again! On Fri, 20 Dec 2002, Denise Mangano wrote: Well I tried it. And I added additional JkMount statements: LoadModule jk_module modules/mod_jk.so JkWorkersFile /usr/local/tomcat/conf/jk/workers.properties JkLogFile /usr/local/tomcat/logs/mod_jk.log JkLogLevel info

RE: Configuring mod_jk - Again!

2002-12-20 Thread Justin L. Spies
440.519.1802 Fax 440.248.5274 Cell 440.336.3317 -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 5:03 PM To: 'Tomcat Users List' Subject: RE: Configuring mod_jk - Again! Ok, now I added the JkMount /examples/* worker1 and nothing

RE: Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
Innovations, Inc. -Original Message- From: Justin L. Spies [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 5:11 PM To: 'Tomcat Users List' Subject: RE: Configuring mod_jk - Again! Denise, Let me see if this helps you... In httpd.conf, try (I've cut up your example from below

RE: Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
: Friday, December 20, 2002 5:12 PM To: Tomcat Users List Subject: RE: Configuring mod_jk - Again! On Fri, 20 Dec 2002, Denise Mangano wrote: Ok, now I added the JkMount /examples/* worker1 and nothing works. Everything hangs indefinitely. I had all this placed at the end of my httpd.conf

RE: Configuring mod_jk - Again!

2002-12-20 Thread Justin L. Spies
: RE: Configuring mod_jk - Again! Silly question - does the LoadModule statement stay grouped with the JkMoutn directives, or does that have to be placed with the other LoadModule directives... Thanks... (Thanks for piecing that together - I am going to give that a whirl)... Denise Mangano Help

RE: Configuring mod_jk - Again!

2002-12-20 Thread Justin L. Spies
' Subject: RE: Configuring mod_jk - Again! Silly question - does the LoadModule statement stay grouped with the JkMoutn directives, or does that have to be placed with the other LoadModule directives... Thanks... (Thanks for piecing that together - I am going to give that a whirl)... Denise Mangano

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
, December 20, 2002 5:25 PM To: 'Tomcat Users List' Subject: RE: Configuring mod_jk - Again! Silly question - does the LoadModule statement stay grouped with the JkMoutn directives, or does that have to be placed with the other LoadModule directives... Thanks... (Thanks for piecing that together - I

RE: Configuring mod_jk - Again!

2002-12-20 Thread Justin L. Spies
, 2002 6:30 PM To: Tomcat Users List; Justin L. Spies Subject: RE: Configuring mod_jk - Again! On Fri, 20 Dec 2002, Justin L. Spies wrote: Denise, That's a good question. The indented pieces where what I copied from my live httpd.conf file and are contained inside of a VirtualHost

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 5:12 PM To: Tomcat Users List Subject: RE: Configuring mod_jk - Again! On Fri, 20 Dec 2002, Denise Mangano wrote: Ok, now I added

Re: Configuring mod_jk - Again!

2002-12-20 Thread Jerry Ford
]] Sent: Friday, December 20, 2002 5:11 PM To: 'Tomcat Users List' Subject: RE: Configuring mod_jk - Again! Denise, Let me see if this helps you... In httpd.conf, try (I've cut up your example from below): LoadModule jk_module modules/mod_jk.so JkWorkersFile /usr/local/tomcat/conf/jk

Re: Configuring mod_jk - Again!

2002-12-20 Thread Bill Barker
the same situation... Thanks though - this is definitely a start! Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Iran Marcius [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 1:18 PM To: 'Tomcat Users List' Subject: RES: Configurin

Re: Configuring mod_jk - Again!

2002-12-20 Thread Bill Barker
a whirl)... Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Justin L. Spies [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 5:11 PM To: 'Tomcat Users List' Subject: RE: Configuring mod_jk - Again! Denise, Let me see if this h

Problem while configuring mod_jk for Tomcat 4.0.3

2002-05-06 Thread Raja Sekhar
Hi, Can any one say me how exactly we need to configure mod_jk for Tomcat 4.0.3? I need to do this urgently. Some one who already did this, please let me know the steps. I want to do it on Linux. Thanks Regards, ..Raj Join 18 million Eudora users by signing up for a free Eudora Web-Mail

Re: Problem while configuring mod_jk for Tomcat 4.0.3

2002-05-06 Thread userlist
: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sent Date : Mon 06 May 2002 Subject : Problem while configuring mod_jk for Tomcat 4.0.3 >Hi, Can any one say me how exactly we need to configure mod_jk for Tomcat 4.0.3? I need to do this urgently. Some one who already did this, please let me

Configuring mod_jk

2001-03-23 Thread A Yang
Hello Everyone, I was just wondering if anyone could help make sure I've got mod_jk configured properly. Assuming my host name is www.myhost.com and I have a servlet context called /tomcat. In my httpd.conf, I have my DocumentRoot set to the /tomcat document root (for the sake of testing). I

Re: Configuring mod_jk

2001-03-23 Thread nmlaney
Subject: Configuring mod_jk 06:43 PM Please