here are my configuration files.  Logs are compressed.

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: 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
<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/*

Attachment: apache_mod_jk.log.bz2
Description: application/bzip

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to