Re: mod_jk to remote host

2007-11-26 Thread Rainer Jung
John Richard Moser wrote: Rainer Jung wrote: John Richard Moser wrote: here are my configuration files. Logs are compressed. I had a look at the log file. You are using version 1.2.18. We are at the moment at version 1.2.25 with a very long changelog. Do yourself and us a favour and use

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
thinking with which we created them. - Albert Einstein -Original Message- From: John Richard Moser [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 12:28 PM To: users@tomcat.apache.org Subject: mod_jk to remote host Hi I have a mod_jk connector that works on localhost. I am tr

Re: mod_jk to remote host

2007-11-26 Thread Rainer Jung
m: John Richard Moser [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 12:28 PM To: users@tomcat.apache.org Subject: mod_jk to remote host Hi I have a mod_jk connector that works on localhost. I am trying to change the host to the remote IP address and configure it on another server (po

Re: mod_jk to remote host

2007-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, John Richard Moser wrote: > I have tested the network on all levels. I custom-wrote the firewall > and used nmap and just plain shut the thing off to test if it's > interfering. That port is open. :( You mentioned that tcpdump on the target

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
ok I noticed the logs mentioned ajp13 on localhost:8009 I ssh -L 8009:localhost:8009 to the remote server and change the mount to use worker ajp13 (NOT defined in my workers.properties) and it works! If I change the JkWorkersFile setting Apache refuses to start because it can't find the file

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, John Richard Moser wrote: # Worker list worker.list=fubar # Worker settings for fubar worker.fubar.port=8009 worker.fubar.host=10.1.1.21 worker.fubar.type=ajp13 worker.fubar.mount=/fubar /fubar/* This looks goo

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
p13.port) on the *worker.ajp13.host* you have specified in $CATALINA_HOME/conf/workers.properties file http://www.stanford.edu/group/coursework/stanfordoki/apacheChecklist.html M- - Original Message - From: "John Richard Moser" <[EMAIL PROTECTED]> To: Sent: Monday, November 26,

Re: mod_jk to remote host

2007-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, John Richard Moser wrote: > > # Worker list > worker.list=fubar > > # Worker settings for fubar > worker.fubar.port=8009 > worker.fubar.host=10.1.1.21 > worker.fubar.type=ajp13 > worker.fubar.mount=/fubar /fubar/* This looks good, except that

Re: mod_jk to remote host

2007-11-26 Thread Martin Gainty
- - Original Message - From: "John Richard Moser" <[EMAIL PROTECTED]> To: Sent: Monday, November 26, 2007 12:28 PM Subject: mod_jk to remote host > Hi > > I have a mod_jk connector that works on localhost. I am trying to > change the host to the remote IP address and conf

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
The significant problems we have cannot be solved at the same level of thinking with which we created them. - Albert Einstein -Original Message- From: John Richard Moser [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 12:28 PM To: users@tomcat.apache.org Subject: mod_jk to

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
users@tomcat.apache.org Subject: mod_jk to remote host Hi I have a mod_jk connector that works on localhost. I am trying to change the host to the remote IP address and configure it on another server (port 8009 is open) but I'm getting nowhere. The error log consistently says the worker name=tomca

RE: mod_jk to remote host

2007-11-26 Thread Charlie Wingate
thinking with which we created them. - Albert Einstein -Original Message- From: John Richard Moser [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 12:28 PM To: users@tomcat.apache.org Subject: mod_jk to remote host Hi I have a mod_jk connector that works on localhost. I am trying

mod_jk to remote host

2007-11-26 Thread John Richard Moser
Hi I have a mod_jk connector that works on localhost. I am trying to change the host to the remote IP address and configure it on another server (port 8009 is open) but I'm getting nowhere. The error log consistently says the worker name=tomcat_ajp does not exist but I put it in worker.list