RE: No such list! s

2005-05-17 Thread Rolf Zelder
Yep someone tried to connect two mailing lists !!!

-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: 17/05/05 5:37 AM
To: Tomcat Users List
Subject: Re: No such list! s


s wrote:
 Valid Lists
 
 
 New Atlanta List Server
 ---
 
 There is no list by that name on this server. Available lists are:
 
bluedragon-interest
servletexec-interest
jturbo-interest
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

Is anyone else getting these when they try to send mail to the list?

Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: slow tomcat

2005-04-07 Thread Rolf Zelder
Which version of tomcat are you using ?

-Original Message-
From: Haluk Durmus [mailto:[EMAIL PROTECTED]
Sent: 8/04/05 6:42 AM
To: tomcat-user@jakarta.apache.org
Subject: slow tomcat


Hello,

my tomcat some times very slow.
Most time I think, when it is a long time idle.
Is think it could be, that processe that are idle needs a log time to weake
up.

Is there a way to change this behavior.

Greetings,
Haluk-- 

Haluk Durmus
QualiGO GmbH
Bleicherstrasse 20
D-78467 Konstanz
Germany

fon:  +49-(0)7531-89207-0
fax:  +49-(0)7531-89207-13
mail: [EMAIL PROTECTED]
www:  www.qualigo.de  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tuning of Tomcat 5.5

2005-03-10 Thread Rolf Zelder

Hi Guys

For the last couple of days I tried to find some information regarding
tuning of Tomcat 5.5  Online or as a Book but couldn't find much. Where
could I get any information about this ?

I performed following steps to tune my tomcat.

1. Gave tomcat enough memory to run efficient
2. Increased the accpetCount,min/maxProcessors as well as the compression
for the AJP Connector (see below)



System Config.

Apache + tomcat 5.5 and Jboss 3.2.7

server.xml

Connector port=8009 
 minProcessors=50 maxProcessors=500 debug=0 
 enableLookups=false redirectPort=8443 acceptCount=1000 
 compression=on connectionTimeout=10 protocol=AJP/1.3 /



Cheers
  Rolf


 
Rolf Zelder 
Senior Software Architect
Stratum Communications 
16-22 Eastern Rd, South Melbourne, 
Vic, 3205 

Notice -This message contains privileged and confidential information
intended only for the use of the addressee named above. If you are not the
intended recipient of this message you are hereby notified that you must not
disseminate, copy or take any action in reliance on it. If you have received
this message in error please notify Stratum Communications immediately.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to remotely debug with Tomcat 5.5

2005-01-13 Thread Rolf Zelder
Hi

In Tomcat 4.2 I was able to define dt_socket (see below)  for remote
debugging in the catalina.bat file. How do I configure a dt_socket in Tomcat
5.5 ? 

Cheers
   Rolf



Catalina.bat:
set JAVA_OPTS=%JAVA_OPTS% -Xdebug
-Xrunjdwp:transport=dt_socket,address=3888,server=y,suspend=n


Strangers are friends, which haven't met yet ! 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Memory leak

2005-01-11 Thread Rolf Zelder
Hi

I have got a simple web application containing a html page with a link to a
jsp page, which prints the memory status to the
console(Runtime.getRuntime().totalMemory()) . Now I let about 50 concurrent
user browsing to those pages and I noticed that the memory usage is
constantly going up. The Total Memory Amount as well as the memory usage
stated in the TaskManager.

I don't want to believe that this little web app is leaking memory.
Therefore I must do something wrong how I monitor the memory usage.
Any help is very much appreciated.

I'm using Windows2k Server + Tomcat 5.5 and sdk 1.4.2.06



Strangers are friends, which haven't met yet ! 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]