ps = path separator, as far as I know. So, on a Windows box, ps would equal "\" instead of "/". I'm not sure why the connector code isn't able to handle either on-the-fly, but apparently it isn't.
John > -----Original Message----- > From: Sinclair, Alan (CORP, GEAccess) > [mailto:alan.sinclair@;geaccess.com] > Sent: Wednesday, October 23, 2002 11:48 AM > To: 'Tomcat Users List' > Subject: RE: Apache & Tomcat on different hosts > > > Thanks. In the workers.properties file, what does "ps=/" mean ? > > as > > > -----Original Message----- > From: Turner, John [mailto:JTurner@;aas.com] > Sent: Wednesday, October 23, 2002 9:24 AM > To: 'Tomcat Users List' > Subject: RE: Apache & Tomcat on different hosts > > > > That's pretty much it. Replace "localhost" with FQDN and you > should be OK. > If by "multiple hosts" you mean "multiple Tomcats" as in a > load balancing > configuration, you do that by setting up multiple workers in > workers.properties, as explained here: http://www.ubeans.com/tomcat/ > > John > > > > -----Original Message----- > > From: Sinclair, Alan (CORP, GEAccess) > > [mailto:alan.sinclair@;geaccess.com] > > Sent: Wednesday, October 23, 2002 11:12 AM > > To: Tomcat Users List (E-mail) > > Subject: Apache & Tomcat on different hosts > > > > > > All, > > > > I am setting up a config where Apache and Tomcat are on > > different hosts. In > > the Jakarta documentation, the worker.properties example > > describes the setup > > for Apache and Tomcat on the same host. I have read John > > Turner's excellent > > web page which also describes the setup for Apache and Tomcat > > on the same > > host. > > > > To configure the Apache workers.properties file to > > communicate with Tomcat > > on different hosts, what are the crucial directives ? I know > > it will be > > something like this to connect with one host: > > > > worker.list=ajp13 > > worker.ajp13.host="name of host with Tomcat" > > worker.ajp13.type=ajp13 > > > > How do you configure to talk with multiple hosts ? > > > > > > Thanks > > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
