Thanks ... The page that you have send me is what i was looking for ... Thanks a lot .... I 'll try it ...
Pedro Igor ----- Original Message ----- From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 9:50 AM Subject: RE: Multiple instances of Tomcat One Apache. Many Tomcats. For many Tomcats, if you intend to delegate each Tomcat to a specific web app, virtual host, or business client, you need a server.xml for each, and you need to set CATALINA_BASE and things like appBase and docBase in each server.xml accordingly. You will need to change the connector port as well. If by "multiple instances" you mean that you want to load-balance Tomcat requests, you need to set up a worker in workers.properties (assuming that you are using JK) for each Tomcat. Good load-balancing HOWTO: http://www.ubeans.com/tomcat John > -----Original Message----- > From: Pedro Igor Craveiro e Silva [mailto:pedroigor@;aip.com.br] > Sent: Tuesday, November 05, 2002 6:43 AM > To: [EMAIL PROTECTED] > Subject: Multiple instances of Tomcat > > > Greetings .... > > A long, long time i�m trying to configure tomcat to run with > multiple instances (tomcat+apache). > Has some one in this list that can help me to do this ? Or > just give me the firt step ???? > > Thanks a lot ... > > Pedro Igor > -- 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>
