Re: Re: concurrent connections with mod_jk/apache/tomcat

2009-06-06 Thread Jason Joseph
Rainer Jung wrote: The difference is obviously how the bunch of pictures is handled, that were retrieved close to the end. Those images - I suppose - are static content. They are very small. So needing 2 seconds to serve such an image is much to long. The previously send log files show, th

RE: Tomcat 6.0.20, JDK1.6.0_14 and security manager

2009-06-06 Thread Caldarale, Charles R
> From: andreas [mailto:anpa0...@telia.com] > Subject: Re: Tomcat 6.0.20, JDK1.6.0_14 and security manager > > But I wonder what this means in terms of security? Konstantin's suggestion should not be a problem. Note that code in Tomcat's lib directory is given all permissions (by default), but

RE: Peaks in cpu due to ContainerBackgroundProcessor

2009-06-06 Thread Caldarale, Charles R
> From: Toni Menendez Lopez [mailto:tonime...@gmail.com] > Subject: Re: Peaks in cpu due to ContainerBackgroundProcessor > > -Can you please tell where to comfigure tomcat in order to avoid > recompilatiom. Do what I said: insure all elements have the reloadable attribute set to "false" (put it

RE: Tomcat 6.0.20, JDK1.6.0_14 and security manager

2009-06-06 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: Tomcat 6.0.20, JDK1.6.0_14 and security manager > > if you can show whats the problem with your policy > check $TOMCAT_HOME/logs/%HOSTNAME%.-MM-DD.log > for details Since the logging mechanism can't be initialized, there are no

RE: Tomcat 6.0.20, JDK1.6.0_14 and security manager

2009-06-06 Thread Martin Gainty
if you can show whats the problem with your policy check $TOMCAT_HOME/logs/%HOSTNAME%.-MM-DD.log for details Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie n

RE: "The Apache Tomcat service terminated with service-specific error 0 (0x0)." on Windows again... argh!

2009-06-06 Thread Caldarale, Charles R
> From: trill...@gmail.com [mailto:trill...@gmail.com] On Behalf Of > w...@serensoft.com > Subject: "The Apache Tomcat service terminated with service-specific > error 0 (0x0)." on Windows again... argh! > > In the java tab via tomcat5w, where we can NOT start the service: > -Xmx1200m > -Xms1200m

Re: Peaks in cpu due to ContainerBackgroundProcessor

2009-06-06 Thread Toni Menendez Lopez
-Version of tomcat is 5.5 -Can you please tell where to comfigure tomcat in order to avoid recompilatiom. Thanks, Toni 2009/6/6, Caldarale, Charles R : >> From: Toni Menendez Lopez [mailto:tonime...@gmail.com] >> Subject: Peaks in cpu due to ContainerBackgroundProcessor >> >> I write this message

"The Apache Tomcat service terminated with service-specific error 0 (0x0)." on Windows again... argh!

2009-06-06 Thread w...@serensoft.com
Okay -- wWe CAN start Tomcat via the command line, no problem. But when trying to start it as a SERVICE, no luck -- we look in the event logs and find "The Apache Tomcat service terminated with service-specific error 0 (0x0)." again In JAVA_OPTS we've got "-server -XX:+UseParallelGC -Xmx1200m -XX

Tomcat 5.5.23 disappearing web.xml on unstable NFS mount

2009-06-06 Thread Marco van Hattem
Hi, I've got a redhat system where seemingly at random, some applications are losing the WEB-INF/web.xml file. It looks like there is a problem with the NFS mount where the application lives, but I don't understand why the web.xml would disappear when there are timeouts on the nfs mount. The cata

Re: Tomcat 6.0.20, JDK1.6.0_14 and security manager

2009-06-06 Thread andreas
Indeed it does. But I wonder what this means in terms of security? I admit that my knowledge of the policy files and security-permissions is very weak, and granting permissions to something that I do not understand scares me a bit. Maybe I should file a bug about this and let it get investigate

RE: Tomcat 6.0.20, JDK1.6.0_14 and security manager

2009-06-06 Thread Caldarale, Charles R
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] > Subject: Re: Tomcat 6.0.20, JDK1.6.0_14 and security manager > > You may try adding > permission java.lang.RuntimePermission "setContextClassLoader"; > for the "file:${catalina.home}/bin/tomcat-juli.jar" I just verified that does correc

Re: Tomcat 6.0.20, JDK1.6.0_14 and security manager

2009-06-06 Thread Konstantin Kolinko
2009/6/6 andreas : > Hi! > > Have anyone beside me had any issues with the software versions mentioned in > the subject line? > > > First I thought it was my wacky setup, so I tried to "vanilla" directly from > tomcat.apache.org, and it still fails. > > NOTE : Running the same tomcat installation

Tomcat 6.0.20, JDK1.6.0_14 and security manager

2009-06-06 Thread andreas
Hi! Have anyone beside me had any issues with the software versions mentioned in the subject line? First I thought it was my wacky setup, so I tried to "vanilla" directly from tomcat.apache.org, and it still fails. NOTE : Running the same tomcat installation with JDK1.6.0_12 produces no error

RE: Peaks in cpu due to ContainerBackgroundProcessor

2009-06-06 Thread Caldarale, Charles R
> From: Toni Menendez Lopez [mailto:tonime...@gmail.com] > Subject: Peaks in cpu due to ContainerBackgroundProcessor > > I write this message because I have an application working in > jboss-4.0.3SP1 and jdk1.5.0_10, and I have the problem that CPU is > going lots of peaks each 20 segs ( aprox.).

Re: Running tomcat 6!!!!!!!

2009-06-06 Thread David Smith
The service is probably already running when your desktop comes up (if you chose to have it start on system startup). The icon in the system tray you refer to is tomcat6w.exe which can be used to change various jvm settings. See http://tomcat.apache.org/tomcat-6.0-doc/windows-service-howto

Re: Running tomcat 6!!!!!!!

2009-06-06 Thread David Kerber
Martin Gainty wrote: could you explain what 'notification area' is AKA the system tray. D ? Martin __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te d

Re: Running tomcat 6!!!!!!!

2009-06-06 Thread Sibusiso khoza
Tanx David & Martin - Original Message - From: "David Kerber" To: "Tomcat Users List" Sent: Saturday, June 06, 2009 3:05 PM Subject: Re: Running tomcat 6!!! Sibusiso khoza wrote: Hi, I'm able to install and run tomcat 6. I installed it using the Windows Service Installer. Aft

Re: Running tomcat 6!!!!!!!

2009-06-06 Thread David Kerber
Sibusiso khoza wrote: Hi, I'm able to install and run tomcat 6. I installed it using the Windows Service Installer. After installation I get the tomcat Icon in the notification Area, which makes starting and stopping tomcat simple. After restarting my computer, how do I start tomcat 6? How d

RE: Running tomcat 6!!!!!!!

2009-06-06 Thread Martin Gainty
could you explain what 'notification area' is ? Martin __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'ex

Running tomcat 6!!!!!!!

2009-06-06 Thread Sibusiso khoza
Hi, I'm able to install and run tomcat 6. I installed it using the Windows Service Installer. After installation I get the tomcat Icon in the notification Area, which makes starting and stopping tomcat simple. After restarting my computer, how do I start tomcat 6? How do I get the Icon back in

Re: Application monitoring

2009-06-06 Thread Leon Rosenberg
On Sat, Jun 6, 2009 at 4:19 AM, Chetan Chheda wrote: > All, > >    What are you using for production monitoring and alerting for JVM & apache > based applications? I am referring to proactively monitoring and alerting of > apache utilization(workers, requests etc), tomcat utilization(threads, hea

Peaks in cpu due to ContainerBackgroundProcessor

2009-06-06 Thread Toni Menendez Lopez
Hello every body, I write this message because I have an application working in jboss-4.0.3SP1 and jdk1.5.0_10, and I have the problem that CPU is going lots of peaks each 20 segs ( aprox.). After checking with as profiler threads executing in this peaks, I have find that thread which is doing th