Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
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 the most recent version

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
d the file, so I know I'm loading the workers file. I added a worker to workers.properties for ajp13, still no go, it just uses localhost:8009 and ignores my settings. This is broken. What the hell? John Richard Moser wrote: Hi I have a mod_jk connector that works on localhost. I am

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

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 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
n you have provided. ~Charlie 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:

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