mod_jk again

2003-07-11 Thread Ray Madigan
So, I followed the directions, hard to admit sometimes lol, that are on John Turners web site. They were easy to follow and, once I reread to see that conf/auto and conf/jk were in $CATALINA_HOME and NOT $CATALINA_BASE it worked well. Except: On the localhost machine I can see both the Tomcat

Re: mod_jk again

2003-07-11 Thread John Turner
As far as Tomcat is concerned, 192.168.168.35 is a valid virtual host, so unless you have a Host container in server.xml for it, or have an Alias container for it to alias it to an already defined virtual host in server.xml, Tomcat won't recognize it and will default to the defaultHost

RE: mod_jk again

2003-07-11 Thread Ray Madigan
Got it - I just changed ServerName and Host name= to 192.168.169.35 and it works like a champ. Thanks for all of your help. Ray Madigan -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 12:08 PM To: Tomcat Users List Subject: Re: mod_jk again

Re: mod_jk again

2003-07-11 Thread John Turner
:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 12:08 PM To: Tomcat Users List Subject: Re: mod_jk again As far as Tomcat is concerned, 192.168.168.35 is a valid virtual host, so unless you have a Host container in server.xml for it, or have an Alias container for it to alias it to an already

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: mod_jk...again

2002-12-23 Thread Justin L. Spies
: Friday, December 20, 2002 8:57 PM To: Tomcat Users List Subject: mod_jk...again When I try to build mod_jk from the source contained in jakarta-tomcat-connectors-4.1.12-src.tar, the process breaks before it gets started. I am following the instructions on John Turner's how-to page, but when I run

Re: mod_jk...again

2002-12-23 Thread Jerry Ford
Subject: mod_jk...again When I try to build mod_jk from the source contained in jakarta-tomcat-connectors-4.1.12-src.tar, the process breaks before it gets started. I am following the instructions on John Turner's how-to page, but when I run the configure script, it breaks at ltconfig---I get

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
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 - Again! [getting desperate] Apache requires at least rx permissions on all directories upto

mod_jk...again

2002-12-21 Thread Jerry Ford
When I try to build mod_jk from the source contained in jakarta-tomcat-connectors-4.1.12-src.tar, the process breaks before it gets started. I am following the instructions on John Turner's how-to page, but when I run the configure script, it breaks at ltconfig---I get an error message that

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
'Tomcat Users List' Assunto: 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.

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

Tomcat v3.3b2 and mod_jk (again)

2001-09-07 Thread Mark Muffett
Larry Having got yesterday's setup to work, I thought I'd try to go one step further (having browsed some of the previous correspondence about mod_jk). Since sota and sota.silly.domain.net are the same site, I tried making apps-sota.xml as follows: Server Host name=sota alias

RE: Tomcat v3.3b2 and mod_jk (again)

2001-09-07 Thread Larry Isaacs
or disadvantage depending on your requirements. Cheers, Larry -Original Message- From: Mark Muffett [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 7:48 AM To: [EMAIL PROTECTED] Subject: Tomcat v3.3b2 and mod_jk (again) Larry Having got yesterday's setup to work, I

Re: Tomcat v3.3b2 and mod_jk (again)

2001-09-07 Thread Mark Muffett
- Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 07, 2001 12:56 PM Subject: RE: Tomcat v3.3b2 and mod_jk (again) Mark, Yes, there should be a mention of sota.silly.domain.net. Assuming an accurate cut and paste, try capitalizing

RE: Tomcat v3.3b2 and mod_jk (again)

2001-09-07 Thread Larry Isaacs
, 2001 8:14 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat v3.3b2 and mod_jk (again) Larry It works fine!!! One more question (to which I should know the answer): I need the classes in postgresql.jar for my JDBC Realms login - is there a directory under TOMCAT_HOME where I should put

Re: Tomcat v3.3b2 and mod_jk (again)

2001-09-07 Thread Mark Muffett
Larry Many thanks Mark - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 07, 2001 1:27 PM Subject: RE: Tomcat v3.3b2 and mod_jk (again) Mark, Both Tomcat 3.3, and I believe Tomcat 4.0 as well, ignore your CLASSPATH