Caused by: java.lang.IllegalStateException: No modifications are allowed to a locked ParameterMap

2011-03-17 Thread Rao G.Srinivasa
Hi, I have developed a web application. It's working fine with the Web Sphere. I have deployed the same application into the tomcat 6.0.14, the deployment was successful. But I try to use some functionalities such as saving data after entering input to the page, it's throwing the following

Re: Caused by: java.lang.IllegalStateException: No modifications are allowed to a locked ParameterMap

2011-03-17 Thread André Warnier
Rao G.Srinivasa wrote: Hi, I have developed a web application. It's working fine with the Web Sphere. I have deployed the same application into the tomcat 6.0.14, the deployment was successful. But I try to use some functionalities such as saving data after entering input to the page, That

Re: Caused by: java.lang.IllegalStateException: No modifications are allowed to a locked ParameterMap

2011-03-17 Thread Mark Thomas
On 17/03/2011 08:55, André Warnier wrote: From the fairly explicit error messages below, it looks like you are trying to *modify* the received form parameters Map, which under Tomcat's interpretation of HTTP request handling is a no-no. (The Servlet Spec 3.0 does not explicitly say so

AW: Error overview in catalina.out

2011-03-17 Thread Uwe.Hellmann
Thanks for the answer but I already know that catalina.out is standanrd logfile for tomcat. My questions was where I may find explanations to the error messages which are written to it. for example what does this error message mean? - org.apache.catalina.cluster.tcp.SimpleTcpCluster

Re: Error overview in catalina.out

2011-03-17 Thread Konstantin Kolinko
2011/3/17 uwe.hellm...@t-systems.com: Thanks for the answer but I already know that catalina.out is standanrd logfile for tomcat. It is not. It is not a log file, but just a catch of the System.err and System.out. It is advisable to remove ConsoleHandler from logging.conf, to do not

Re: Hard time finding a but on Tomcat 7 (doesn't happen on 6.)

2011-03-17 Thread Konstantin Kolinko
2011/3/17 Caldarale, Charles R chuck.caldar...@unisys.com: From: Peter P. Lupo [mailto:ppl...@gmail.com] Subject: Re: Hard time finding a but on Tomcat 7 (doesn't happen on 6.) I found some logs on eclipse root regarding the error Im having on tomcat (Im running tomcat from eclipse). The

can't see GUI in Redhat Linux

2011-03-17 Thread wadi wadi
Hi, I installed Apache tomcat 7.0.8 on my RedHat linux machine. When launching tomcat using ./startup.sh the following is displayed but I can't see the Tomcat gui window that displays the log information as on a Windows machine. Using CATALINA_BASE: /home/user678/mysoft/apache-tomcat-7.0.8

Tomcat v7 Embedded

2011-03-17 Thread Jesse Farinacci
Greetings, I am trying to embed Tomcat v7.0.11 into a self-contained, executable jar. The jar is created using Maven (assembly plugin) which packages the required Tomcat embedded classes and also an unpacked WAR archive. The listed Main-Class does a very simple creation of a Tomcat server and

RE: can't see GUI in Redhat Linux

2011-03-17 Thread Caldarale, Charles R
From: wadi wadi [mailto:wadie...@gmail.com] Subject: can't see GUI in Redhat Linux When launching tomcat using ./startup.sh the following is displayed but I can't see the Tomcat gui window Not sure I'd categorize it as a gui window, but if you want to see the line-at-a-time output, use

Re: timing the Tomcat SSL overhead

2011-03-17 Thread andrei d
Chris, So there are no relevant hooks in the Tomcat connectors and/or no way to instrument that code? (I assume that's where the connections are established) I am trying to avoid using client test code for this since I'd like to do the measurement on a production system under real load. Thanks,

The Maximum limit of an http header size

2011-03-17 Thread rajini maski
Any idea about what might be the maximum limit of a maxHttpHeadSize. The maximum size of the request and response HTTP header, specified in bytes. If not specified, this attribute is set to 4096 (4 KB). What is the maximum limit? If you try to submit too long a GET query to Solr, then