Peter Matulis wrote: > > Hi gang, > > I have always put Apache and Tomcat on the same machine. Now, I want to > have them live on separate systems. So my question is, when Apache receives > a request, via mod_jk, how do I direct it to my remote Tomcat server(s)? >
I would assume that you would change the : worker.ajp13.host=localhost from localhost to the remote machine that is now running tomcat in the workers.properties file that is specfied when you setup mod_jk in the Apache config side of things (JkWorkersFile /opt/tomcat/conf/jk/workers.properties ). -- Steve Brunton <[EMAIL PROTECTED]> Phone: 404-827-2756 Chief Engineer Enterprise Systems One CNN Center, Atlanta GA CNN Internet Technologies ICBM: 84W 23' 45" 33N 45' 29" <*> When you do a good deed, get a receipt, in case heaven is like the IRS. <*> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
