mod_jk has three modes of operation - in process worker in this case the vm runs inside the memory space of apache process. This allows for a faster communication.
- default worker in this case tomcat and apache are two distinct processes and communicate through IPC. ( - loadbalanced in this case you have several instances of tomcat and mod_jk balances the requests between all instances. Typically load balanced is used together with the default worker. To get it started, you should forget anything that has to do with the 'in process' and the 'load balanced' variant, > -----Original Message----- > From: Anderson, M. Paul [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 4:34 PM > To: 'Tomcat Users List' > Subject: RE: [CONFIG] Apache2.0.40 + Tomcat4.1.12 + mod_jk - STILL > HAVING PROBLEMS > > > So the property file that looks like this... > > Can simply look like... > > > worker.list=ajp13 > > worker.ajp13.port=8009 > > worker.ajp13.host=localhost > > worker.ajp13.type=ajp13 > > ???? > > What is all the other stuff for? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
