Re: mod_jk again

2003-07-11 Thread John Turner
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 defined virtual ho

RE: mod_jk again

2003-07-11 Thread Ray Madigan
Got it - I just changed ServerName and mailto:[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,

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" spec

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 ve

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
n vacation 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 sl

Re: mod_jk...again

2002-12-23 Thread Jerry Ford
y, 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

RE: mod_jk...again

2002-12-23 Thread Justin L. Spies
:[EMAIL PROTECTED]] Sent: 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&

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"

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: 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: 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 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 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 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 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 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-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-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
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 Jerry Ford
my firewall in order 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: Con

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Paul Campbell
nks 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! > > >The 'Load

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
ber 21, 2002 1: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&qu

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 sa

Re: Configuring mod_jk - Again!

2002-12-20 Thread Bill Barker
that together - I am going to give that 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: 'Tomc

Re: Configuring mod_jk - Again!

2002-12-20 Thread Bill Barker
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' > Subj

Re: Configuring mod_jk - Again!

2002-12-20 Thread Jerry Ford
lto:[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): LoadModule jk_module modules/mod_jk.so JkWo

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
anks for your help - I will post the outcome of my "next try" later > tonight. > > Denise Mangano > Help Desk Analyst > Complus Data Innovations, Inc. > > > -Original Message- > From: Milt Epstein [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 20, 2002 5

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 >

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
[mailto:[EMAIL PROTECTED]] > Sent: Friday, 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

RE: Configuring mod_jk - Again!

2002-12-20 Thread Justin L. Spies
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 am going to give that a whirl)... Deni

RE: Configuring mod_jk - Again!

2002-12-20 Thread Justin L. Spies
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 helps you... In httpd.conf, try

RE: Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
tein [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 the JkMount /examples/* worker1 and nothing works. > Everything hangs indefinitely. I h

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 exa

RE: Configuring mod_jk - Again!

2002-12-20 Thread Justin L. Spies
19.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

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
6 PM > 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 /

RE: Configuring mod_jk - Again!

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

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
> But 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 &

RE: Configuring mod_jk - Again!

2002-12-20 Thread Michele Emmi
EMAIL PROTECTED]> To: 'Tomcat Users List' <[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

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 JkLog

RE: Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
bro de 2002 15:59 Para: '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

RES: Configuring mod_jk - Again!

2002-12-20 Thread Iran Marcius
t 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. Denise Mangano -

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

RES: Configuring mod_jk - Again!

2002-12-20 Thread Iran Marcius
---Mensagem original- De: 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 ag

RE: Configuring mod_jk - Again!

2002-12-20 Thread Denise Mangano
ailto:[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: ServerName www.mydoma

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: ServerName www.mydomainname.com ... ... ... I'm guessing that "www.mydomainname.com" was just a dummy site someone provided for you in an example. It was meant to

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. This

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

2001-09-08 Thread LAU ENG HUAT
Larry, I'm new to Tomcat. I'm having the same problem as Mark. Where does the file apps-sota.xml should be located because I though Tomcat only looks at files 1. server.xml 2. workers.properties 3. web.xml at the WEB-INF directory. Could you please help me on this . Thanks LAU ENG HUAT Mark Mu

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 a

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

2001-09-07 Thread Larry Isaacs
ffett [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 07, 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 c

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".

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

2001-09-07 Thread Larry Isaacs
; to the same context. This could be seen as an advantage 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 v

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: This gave me an