Re: Tomcat Optimization and monitoring

2005-08-31 Thread Nick Hindley
Create a file setenv.sh in $CATALINA_HOME/bin set your JAVA_OPTS in there. gaurav wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi List, I want to increase the default memory usage of tomcat 5 and monitor tomcat thru JMX for memory usage for JMX - -Dcom.sun.management.

Re: Tomcat Optimization and monitoring

2005-08-31 Thread Dirk Weigenand
Hi, > Hi List, > I want to increase the default memory usage of tomcat 5 > and monitor tomcat thru JMX > > for memory usage > > for JMX > - -Dcom.sun.management.jmxremote.port= > -Dcom.sun.management.jmxremote.ssl=false > -Dcom.sun.management.j

Tomcat Optimization and monitoring

2005-08-31 Thread gaurav
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi List, I want to increase the default memory usage of tomcat 5 and monitor tomcat thru JMX for memory usage for JMX - -Dcom.sun.management.jmxremote.port= -Dcom.sun.management.jmxremote.ssl=false

Re: Tomcat optimization... saving internal strings with character encoding at compile time.

2005-05-29 Thread Remy Maucherat
On 5/29/05, Kevin Burton <[EMAIL PROTECTED]> wrote: > > Another area that I'm noticing that Tomcat is spending a LOT of time in > is with character encoding. Its not a ton of time but its really > showing up as one of the top 20 areas of our webapp. > > Internally its either storing text as a ja

Tomcat optimization... saving internal strings with character encoding at compile time.

2005-05-29 Thread Kevin Burton
Another area that I'm noticing that Tomcat is spending a LOT of time in is with character encoding. Its not a ton of time but its really showing up as one of the top 20 areas of our webapp. Internally its either storing text as a java.lang.String or with genStrAsCharArray ... a char array

Re: Tomcat Optimization for Large Applet

2005-05-17 Thread Will Hartung
> From: "Chris" <[EMAIL PROTECTED]> > Sent: Monday, May 16, 2005 12:32 PM > Sorry if this is a dupe, but as far as I can tell, it didn't go through. > > Setup: > Tomcat 5.0.28 > JDK 1.4.2_06 > W2K > > Currently, we are running a rather large applet served from TC. When > the first user logs on, T

Tomcat Optimization for Large Applet

2005-05-16 Thread Chris
Sorry if this is a dupe, but as far as I can tell, it didn't go through. Setup: Tomcat 5.0.28 JDK 1.4.2_06 W2K Currently, we are running a rather large applet served from TC. When the first user logs on, TC memory usage jumps up about 60MB. When another user logs on after the first one is finis

Tomcat Optimization for Large Applet

2005-05-16 Thread Chris
Setup: Tomcat 5.0.28 JDK 1.4.2_06 W2K Currently, we are running a rather large applet served from TC. When the first user logs on, TC memory usage jumps up about 60MB. When another user logs on after the first one is finished, the memory doesn't really change. Also, the cpu spikes pretty heav

Re: Tomcat optimization

2002-12-03 Thread Fred Bordage
, 2002 9:02 AM Subject: Re: Tomcat optimization > Urm, Err, If you don't have any answer to either of these questions, what > makes you think that you are qualified to write this article at all? > > If you answer my question, I'll answer yours :). > > "Fred Borda

Re: Tomcat optimization

2002-12-02 Thread Bill Barker
Urm, Err, If you don't have any answer to either of these questions, what makes you think that you are qualified to write this article at all? If you answer my question, I'll answer yours :). "Fred Bordage" <[EMAIL PROTECTED]> wrote in message 071e01c29a47$a9677380$35854251@leto">news:071e01c29a4

Tomcat optimization

2002-12-02 Thread Fred Bordage
Hello, I'm writing an article about how to optimize Tomcat performances. I'm totaly new to Tomcat and you may really help me answering those two little questions. 1) Do you know Tomcat limits (page / second, etc.) ? 2) What are the 3 main things (conf parameter value, etc.) to do to optimize Tomc