Not able to stop tomcat........

2010-02-07 Thread Munirathinavel
Hi to all I'm trying to stop tomcat service but it's not happening instead my log file std_out size going more a GB. After restarting the system only i'm able to proceed. I'm getting the following message in Catalina_log.. Feb 8, 2010 12:12:40 PM org.apache.coyote.http11.Http11

RE: Critical Problem with Tomcat instances

2010-02-07 Thread Caldarale, Charles R
> From: Arunkumar Janarthanan [mailto:arunkumar.webad...@gmail.com] > Subject: Critical Problem with Tomcat instances > > I am going through a critical problem that my payment system has 4 > Tomcat instances and outofthem two instances simply redirecting to > login page after user logged in into t

RE: GC(JVM Heap usage) tool

2010-02-07 Thread Caldarale, Charles R
> From: Paulwintech [mailto:paulwint...@gmail.com] > Subject: GC(JVM Heap usage) tool > > I need a java tool that can monitor my JVM heap usage, Since > intermediately i get GC free memory issue. Except JVM meter - Any other > java tools that will help me to troubleshoot my intermediate issue. Bo

Critical Problem with Tomcat instances

2010-02-07 Thread Arunkumar Janarthanan
I am going through a critical problem that my payment system has 4 Tomcat instances and outofthem two instances simply redirecting to login page after user logged in into the application and trigger any action (even just clicking any link in the application) Not sure if this is application behavior

GC(JVM Heap usage) tool

2010-02-07 Thread Paulwintech
Hello All, I need a java tool that can monitor my JVM heap usage, Since intermediately i get GC free memory issue. Except JVM meter - Any other java tools that will help me to troubleshoot my intermediate issue. Thanks Paulwintech -- View this message in context: http://old.nabble.com/GC%

Re: CSV File "Save as" dialogue defaults to HTM file

2010-02-07 Thread Ron McNulty
Hi Ran JSR168 portlets do not support rendering CSV - just HTML and WML as far as I am aware. The usual work-around is to define a servlet inside your portlet application WAR that serves the other file types. We do this regularly to serve RTF, PDF, CSV and image formats. The servlet and the po

Tomcat JULI resets JDK logging?

2010-02-07 Thread Henning Blohm
This is a problem that appears when embedding Tomcat into another application. I observed it using Tomcat 6.0.24. I am using JDK logging and I would like to make sure that Tomcat JULI does not modify logging runtime configuration that is not owned by tomcat or web apps running on tomcat. Here is

Re: Tomcat console WARNING: StandardServer.await: Invalid command '' received

2010-02-07 Thread André Warnier
dBenjamin wrote: Dear All, Thanks for helping tomcat User . I have problem with my tomcat when I start my tomcat it getting stared properly with out any error. after some time when give request to my web application it was show the following error. Feb 7, 2010 4:16:35 PM org.apache.coyote.http1

Tomcat console WARNING: StandardServer.await: Invalid command '' received

2010-02-07 Thread dBenjamin
Dear All, Thanks for helping tomcat User . I have problem with my tomcat when I start my tomcat it getting stared properly with out any error. after some time when give request to my web application it was show the following error. Feb 7, 2010 4:16:35 PM org.apache.coyote.http11.Http11Protocol i

Re: Parameters disappear from PUTs

2010-02-07 Thread chas
> Just to to clarify this point, the entity in the example wireshark trace > you provided is in the request body, not the headers. I wasn't aware that I had provided a Wireshark trace, but that's good to know. (Wireshark would not install without a fight on my Mac, so my brother ran the trace on h

Re: More than 20 users not able to access the application...

2010-02-07 Thread Juha Laiho
On 02/06/2010 01:03 PM, Munirathinavel wrote: How to configure tomcat to use more users concurrently? I'm using Apache2.2 as front end server& Tomcat 6 as Back end server. My application is not supporting more 20 users. I'm not able to figure o

How to enable RMISecurityManager in Tomcat 6.0?

2010-02-07 Thread Suman.P.S
  Hi,  I am interested to know how to enable RMISecurityManager when Tomcat 6.0 is running as Windows service? My requirement is as follows:     The RMIClient is running as a servlet and should connect to the RMIServer program running outside Tomcat.     Thanks, Suman

Re: Tomcat dies suddenly

2010-02-07 Thread Carl
Mark, Thanks for your information. I am not certain where the glibc versions I previously gave came from because... as you noted, they are not correct. The correct glibc version is 2.9 and the threading version (I hope I am stating this correctly) is NPTL 2.9. The kernel version is 2.6.29.

Re: Tomcat dies suddenly

2010-02-07 Thread Carl
Jonathon, My system is a little different as I don't run Apache and I have another java process running but your script is certainly helpful. Thanks, Carl - Original Message - From: "Jonathan Mast" To: "Tomcat Users List" Sent: Saturday, February 06, 2010 4:38 PM Subject: Re: Tom

Re: Parameters disappear from PUTs

2010-02-07 Thread Mark Thomas
On 07/02/2010 05:03, c...@munat.com wrote: >> I have just re-read section 9.6 of RFC2616. My understanding of PUT was >> (and still is) that the entity body provided is used to create/replace >> the entity at the provided URI. This is how Tomcat handles PUT requests >> (it enabled) in the DefaultSe