Re: optimizing tomcat for use with apache only

2002-04-09 Thread Jeff Larsen
rday, 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. Everythin

Re: optimizing tomcat for use with apache only

2002-04-09 Thread Denny Chambers
Set enableLookups="false" You might also turn off time stamps in the logging. The Date class in java has always been a performance hindering class. Or if you feel like you can get buy without it, turn logging off completely. Ken Anderson wrote: > > This is a barebones server.xml for using mod_w

optimizing tomcat for use with apache only

2002-04-09 Thread Ken Anderson
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 configur