Hi,
 
I'm in need of a little help.  I'm trying to get my tomcat and apache web 
server instances communicating; they are running on two different physical 
servers.  When I attempt a test of the application url, it basically says that 
a connection cannot be established.  I am running the following:  
 
RHEL Release 5.6 (x86_64)
Apache Tomcat 7.0.14
Apache/2.0.64
mod_jk/1.2.32 
 
On the 1st physical server, the apache webserver instance resides:
 
httpd.conf contains the following:  
 
LoadModule jk_module modules/mod_jk.so
#
JkWorkersFile conf/workers.properties
JkMount /* server2
 
workers.properties contain the following:
 
worker.list=server2
worker.server2.port=8009
worker.server2.host=server2.ourlab.com
worker.server2.type=ajp13
worker.server2.lbfactor=1
worker.server2.socket_keepalive=1
 
 
 
On the 2nd physical server, the apache-tomcat instance resides:
 
server.xml contains the following:
 
<!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="8009" enableLookups="false" protocol="AJP/1.3" 
redirectPort="8443" />
 
<Connector port="8443" maxHttpHeaderSize="8192" protocol="HTTP/1.1" 
SSLEnabled="true"
         [and various other settings]

 
 
I am missing something.  Can someone please provide help?  Thank you...


_______________________________________
Regards,
 
_______________________________________
JESUS--Don't leave earth without Him! 
There is an election going on all the time.  
The Lord votes for you and satan votes against you; 
and you must cast the deciding vote.

                                          

Reply via email to