Depending on server load, you may want to increase minProcessors, so the server doesn't have to create new threads on the fly.
Jeff ----- Original Message ----- From: "Ken Anderson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, April 27, 2002 12:55 PM Subject: optimizing tomcat for use with apache only > This is a barebones server.xml for using mod_webapp with apache only (no > standalone tomcat service) > I'm using tomcat 4.04b2, a fresh mod_webapp.so, apache 1.3.22, on redhat > 7.2. Everything works nicely, and it's fast, but I'd like to squeeze as > much performance as possible out of the configuration as possible. Any > ideas for optimization? > > ------------------- > <Server port="8005" shutdown="SHUTDOWN" debug="0"> > <Service name="Tomcat-Apache"> > <Connector className="org.apache.catalina.connector.warp.WarpConnector" > port="8008" minProcessors="5" maxProcessors="75" > enableLookups="true" appBase="webapps" > acceptCount="10" debug="0"/> > <Engine className="org.apache.catalina.connector.warp.WarpEngine" > name="Apache" debug="0"> > <Logger className="org.apache.catalina.logger.FileLogger" > prefix="apache_log." suffix=".txt" > timestamp="true"/> > <Realm className="org.apache.catalina.realm.MemoryRealm" /> > </Engine> > </Service> > </Server> > ------------------- > > Thanks, > Ken > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>