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

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

Tuning of Tomcat 5.5

2005-03-10 Thread Rolf Zelder
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

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

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