explain what you mean.  What I have is...

HOST A                      Host B
Tomcat (8080:http) |     |
Tomcat (8009:ajp)   >---<  Apache (443:https)
Apache (80:http)   |     | Apache (80:http)

If I go to Host A on 8080 or 80, I get the same content. On Host B at 80, I get an internal server error. nmap sees Host A on 8009 as "open" from Host B

Is there something I need to do on Host A to tell it Host B is allowed to do that?


Martin Gainty wrote:
John-

you will need to have an ajp (of worker.ajp13.type) connector configured and
listening (on worker.ajp13.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: <users@tomcat.apache.org>
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 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

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




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



--
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

---------------------------------------------------------------------
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