re: optimizing Tomcat 5 for webservices, that is using encryption

2004-10-14 Thread James Black
When I had rolled out my application, where the client is on about 400 machines, we ran into problems when the useage was too high, but didn't have time to figure out what was going on. One thing I noticed is that one field in the webservice may be encrypted, and decrypting is a slow

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

Re: optimizing tomcat for use with apache only

2002-04-09 Thread Jeff Larsen
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:

Re: Optimizing Tomcat

2001-03-13 Thread tomcat-user-return-27309-archive=jab . org
Oops, the page is gone now... It's been a few weeks since I last saw it, but you know the net Anyway, I'm just pasting the recommendations here, which were posted to java-apache-users mailing list last year: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From: "B.

Re: Optimizing Tomcat

2001-03-12 Thread tomcat-user-return-27204-archive=jab . org
Also you might have a look at: Configuration to allow 200 simultaneous users http://www.magiccookie.com/bboard/do=list-containers/container=54222 for many Tomcat optimization tips. Richard Seymour wrote: Is there anything like a "Ten Things you can do to Optimize Tomcat" document? I've

Re: Optimizing Tomcat

2001-03-12 Thread Richard Seymour
[EMAIL PROTECTED] wrote: Also you might have a look at: Configuration to allow 200 simultaneous users http://www.magiccookie.com/bboard/do=list-containers/container=54222 for many Tomcat optimization tips. I look forward to reading this. The server seems to be down today, however...

Re: Optimizing Tomcat

2001-03-11 Thread William Brogden
Richard Seymour wrote: Is there anything like a "Ten Things you can do to Optimize Tomcat" document? I've just dropped a web app onto a dual Pentium Pro box and it's running unacceptably slow. I just want to see a list of steps I might take to get the most out of the box. The

RE: Optimizing Tomcat

2001-03-11 Thread Adam Fowler
ubject: Re: Optimizing Tomcat Richard Seymour wrote: Is there anything like a "Ten Things you can do to Optimize Tomcat" document? I've just dropped a web app onto a dual Pentium Pro box and it's running unacceptably slow. I just want to see a list of steps I might take to get the

RE: Optimizing Tomcat

2001-03-10 Thread Casey Lucas
I don't know of such a doc, but you should at least make sure that you are using apache to serve up static documents especially if your pages have a lot of static content. Also, we've had pretty good luck with the ibm jvm on linux. -casey -Original Message- From: [EMAIL PROTECTED]