sure, apache can front multiple tomcats.  in the workers.properties, you 
specify a second instance and name it.  then in the jkmounts you use that 
second instance

like so
worker.list=ajp13, ajp13-2

worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.socket_timeout=600
worker.ajp13.socket_keepalive=1


worker.ajp13-2.port=8010
worker.ajp13-2.host=localhost
worker.ajp13-2.type=ajp13
worker.ajp13-2.socket_timeout=600
worker.ajp13-2.socket_keepalive=1


then jkmount ajp13 OR
jkmount ajp13-2




***********************************************
Tony Guadagno
Guadagno Consulting
[EMAIL PROTECTED]
585.703.6700
***********************************************

>>> Brady Erickson <[EMAIL PROTECTED]> 7/16/2007 3:26 PM >>>
I am trying to determine if I can have Apache front multiple instances of 
Tomcat all running on the same box.  The workers.properties file suggests that 
there is a single workers.tomcat_home.  Any help would be greatly appreciated.

Thanks in advance!

Brady Erickson

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED] 
   "   from the digest: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


BEGIN:VCARD
VERSION:2.1
X-GWTYPE:USER
FN:Tony Guadagno
EMAIL;WORK;PREF;NGW:[EMAIL PROTECTED]
N:Guadagno;Tony
END:VCARD


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to