Re: [Fwd: Re: mod_jk to remote host]

2007-11-27 Thread Kevan Miller

Hi John,
Looks like you sent this to the wrong user list.

--kevan
On Nov 26, 2007, at 1:14 PM, John Richard Moser wrote:



ask and ye shall receive

Log file is 1.2M so I bzip2'd it.


Charlie Wingate wrote:
Logs and config files would help here.  Substitute out real ips  
with Xs

or fake ones; or just post them.  In any event it is difficult for
anyone to provide help based on the information 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: [EMAIL PROTECTED]
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=tomcat_ajp does not  
exist but I put it

in worker.list= and configured it appropriately.
Any help?
Note:  Tomcat itself is NOT installed locally on that machine.   
Also tcpdump on the remote machine shows no attempt to access the  
remote machine from the Web server.


--
Bring back the Firefox plushy!
http://digg.com/linux_unix/Is_the_Firefox_plush_gone_for_good
https://bugzilla.mozilla.org/show_bug.cgi?id=322367


--
Bring back the Firefox plushy!
http://digg.com/linux_unix/Is_the_Firefox_plush_gone_for_good
https://bugzilla.mozilla.org/show_bug.cgi?id=322367
IfModule mod_jk.c
JkWorkersFile /var/www/portal/fubar/workers.properties
JkLogFile /var/www/portal/fubar/log/apache_mod_jk.log
JkLogLevel debug
#JkLogLevel warning

JkMount /fubar/* fubar
JkMount /fubar fubar
/IfModule

# 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/*
apache_mod_jk.log.bz2




Re: [Fwd: Re: mod_jk to remote host]

2007-11-27 Thread John Richard Moser

No wonder it never showed up!

Kevan Miller wrote:

Hi John,
Looks like you sent this to the wrong user list.


--
Bring back the Firefox plushy!
http://digg.com/linux_unix/Is_the_Firefox_plush_gone_for_good
https://bugzilla.mozilla.org/show_bug.cgi?id=322367