You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by John Richard Moser <ni...@comcast.net> on 2007/11/26 19:14:56 UTC

[Fwd: Re: mod_jk to remote host]

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:nigelenki@comcast.net] 
> 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 (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

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

Posted by John Richard Moser <ni...@comcast.net>.
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

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

Posted by Kevan Miller <ke...@gmail.com>.
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:nigelenki@comcast.net] 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 (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>