R: Problem J2EE Web Profile support

2012-05-03 Thread Vogliotti Massimo
I downloaded and installed TomEE on my computer and connected it to NetBeans as you suggested, but the error is the same. Max -Messaggio originale- Da: Christopher Schultz [mailto:ch...@christopherschultz.net] Inviato: giovedì 26 aprile 2012 15.58 A: Tomcat Users List Oggetto: Re:

Re: How to run Tomcat as Service on windows start up.

2012-05-03 Thread André Warnier
Kiran Badi wrote: I just want to have one instance of tomcat up and running always whenever I start my system exactly the way I have httpd service running always. ok now moving forward, I installed the tomcat 7.0.27 as service,made changes to shutdown ports/APR ports etc and now its runing

Tomcat pausing and no java process

2012-05-03 Thread Miguel González Castaños
Dear all, My Tomcat 5.5 server reports in catalina.out under heavy load that Tomcat is pausing. I checked and no java process was running and I had to start Tomcat manually. No errors before in catalina.out. The only error found today (It crashed 3 times in 3 hours) was an outofmemory

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread hunters1094
hi I have this problem too. I tried to find the solution, tried to use this http://stackoverflow.com/questions/8072311/illegalstateexception-cannot-create-a-session-after-the-response-has-been-commi Solution state-saving-method But it only reduces error times, but not removes completely.

Re: R: Problem J2EE Web Profile support

2012-05-03 Thread Pid
On 03/05/2012 07:40, Vogliotti Massimo wrote: I downloaded and installed TomEE on my computer and connected it to NetBeans as you suggested, but the error is the same. Max Please don't top-post. Either this is a NetBeans or a TomEE problem, or both. Tomcat doesn't support Web Profile, so

Re: Tomcat 7 - No modifications are allowed to a locked ParameterMap

2012-05-03 Thread Konstantin Kolinko
2012/5/3 David Wall d.w...@computer.org: On 5/2/2012 2:17 PM, Caldarale, Charles R wrote: Both this symptom and your earlier one about creating a session after a response has been committed are representative of the kinds of errors seen when a webapp stores references in an inappropriate

Re: How to config the Tomcat 7.x JNDI datasource by using BoneCP ??

2012-05-03 Thread Filip Hanik Mailing Lists
reading this on my phone, but does your Resource element have a name attribute? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Todd Seidenberg
I have a script in cacti that graphs data from the XML generated by the manager app. I was using this before, with this same application, in a non-standalone mode. I would love to switch back to the previous setup, but cannot because of reasons beyond my control. So if I wanted to drop in a

Re: How to config the Tomcat 7.x JNDI datasource by using BoneCP ??

2012-05-03 Thread Filip Hanik Mailing Lists
found it, check the logs at startup for the error and post it here. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat pausing and no java process

2012-05-03 Thread Pid
On 03/05/2012 11:35, Miguel González Castaños wrote: Dear all, My Tomcat 5.5 server reports in catalina.out under heavy load that Tomcat is pausing. I checked and no java process was running and I had to start Tomcat manually. Can you post an example of the message from catalina.out that

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Pid
On 03/05/2012 14:28, Todd Seidenberg wrote: I have a script in cacti that graphs data from the XML generated by the manager app. I was using this before, with this same application, in a non-standalone mode. I would love to switch back to the previous setup, but cannot because of reasons

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread Pid
On 03/05/2012 11:52, hunters1094 wrote: hi I have this problem too. I tried to find the solution, tried to use this http://stackoverflow.com/questions/8072311/illegalstateexception-cannot-create-a-session-after-the-response-has-been-commi Solution state-saving-method But it only

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Konstantin Kolinko
2012/5/3 Todd Seidenberg todd.seidenb...@gmail.com: (..) +1 to what Pid wrote. My previous efforts to do this resulted in a BLANK page when I tried hitting the manager app - so any help would be appreciated. Blank page means that there is no ROOT web application deployed on that host. You

Re: How to config the Tomcat 7.x JNDI datasource by using BoneCP ??

2012-05-03 Thread zuxiong lin
Hei. Of course, I write the name in Resource element. But Tomcat 7's logs report it . Please to find others before this letter, and you will read the Tomcat's logs! minConnectionsPerPartition=3 name=jdbc/SoftmgrV3 partitionCount=2 On Thu, May 3, 2012 at 9:24 PM, Filip Hanik Mailing Lists

Re: How to run Tomcat as Service on windows start up.

2012-05-03 Thread Kiran Badi
No Luck Andre :-( , Removed one of the tomcat users tag,how do i validate xml ? I tried with below tomcat users file, tomcat-users user name=admin password=kiran roles=admin-gui,manager-gui / role rolename=AdminRole/ role rolename=UserRole/ user password=tomcat roles=tomcat,role1

Re: How to run Tomcat as Service on windows start up.

2012-05-03 Thread Pid
On 03/05/2012 15:02, Kiran Badi wrote: No Luck Andre :-( , Removed one of the tomcat users tag,how do i validate xml ? I tried with below tomcat users file, tomcat-users user name=admin password=kiran roles=admin-gui,manager-gui / role rolename=AdminRole/ role rolename=UserRole/ user

Re: Tomcat pausing and no java process

2012-05-03 Thread Miguel González Castaños
On 03/05/2012 15:29, Pid wrote: On 03/05/2012 11:35, Miguel González Castaños wrote: Dear all, My Tomcat 5.5 server reports in catalina.out under heavy load that Tomcat is pausing. I checked and no java process was running and I had to start Tomcat manually. Can you post an example of the

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread Terence M. Bandoian
On 1:59 PM, David Wall wrote: We are running Tomcat 7.0.26 (no httpd front end) with BIO/NIO and SSL (entire webapp is in security context) and see this exception periodically on our Linux server: May 2, 2012 3:03:45 AM org.apache.jasper.runtime.JspFactoryImpl internalGetPageContext

Re: Tomcat pausing and no java process

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 5/3/12 6:35 AM, Miguel González Castaños wrote: Anything I can check or any setting I can set to get more information in the next crash? Add -XX:+HeapDumpOnOutOfMemoryError to your CATALINA_OPTS environment variable before you launch

Re: Tomcat pausing and no java process

2012-05-03 Thread Vernat Emeric
Hi Miguel, To be more precise about used memory and active threads count, I think that you could send a screenshot of the main graphics of javamelody in your browser (used memory, http sessions, active threads, etc...). And once you have the heap dump as said by Christopher, Eclipse MAT is

Re: Tomcat pausing and no java process

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 5/3/12 10:28 AM, Miguel González Castaños wrote: On 03/05/2012 15:29, Pid wrote: On 03/05/2012 11:35, Miguel González Castaños wrote: Dear all, My Tomcat 5.5 server reports in catalina.out under heavy load that Tomcat is pausing. I

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terence, On 5/3/12 10:40 AM, Terence M. Bandoian wrote: On 1:59 PM, David Wall wrote: My actual JSP source file top lines looks normal: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; %@page

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hunters1094, On 5/3/12 6:52 AM, hunters1094 wrote: I have this problem too. I tried to find the solution, tried to use this

Re: Tomcat pausing and no java process

2012-05-03 Thread Pid
On 03/05/2012 15:59, Christopher Schultz wrote: Miguel, On 5/3/12 10:28 AM, Miguel González Castaños wrote: On 03/05/2012 15:29, Pid wrote: On 03/05/2012 11:35, Miguel González Castaños wrote: Dear all, My Tomcat 5.5 server reports in catalina.out under heavy load that Tomcat is pausing.

Re: Tomcat 7 - No modifications are allowed to a locked ParameterMap

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 5/3/12 9:23 AM, Konstantin Kolinko wrote: One more tip: run with org.apache.catalina.connector.RECYCLE_FACADES=true RequestFacade is a fairly lightweight object: it's only got a single (reference) member so it's weight is something

Re: Tomcat pausing and no java process

2012-05-03 Thread Miguel González Castaños
Unlikely. If you are using SSL or serving large static files, APR/tcnative should be something that you look into using. I do use SSL, but all is dynamic jsps Honestly, I would put more effort into upgrading to a more recent version of Tomcat than looking into using APR/tcnative. No errors

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Todd Seidenberg
On Thu, May 3, 2012 at 7:37 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/5/3 Todd Seidenberg todd.seidenb...@gmail.com: (..) +1 to what Pid wrote. My previous efforts to do this resulted in a BLANK page when I tried hitting the manager app - so any help would be

Re: Tomcat pausing and no java process

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 5/3/12 11:37 AM, Miguel González Castaños wrote: We had several crashes today: First - 1 outofmemory error Second- 3 Tomcat pausing Do you mean that Tomcat actually paused its connectors, or do you mean that your site became

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd, On 5/3/12 12:13 PM, Todd Seidenberg wrote: However, when I click on the tomcat manager link, I get: HTTP Status 404 - /manager/html :( Here's what I've done. - I've determined the version of Tomcat that my standalone install is using

Re: Tomcat pausing and no java process

2012-05-03 Thread Miguel González Castaños
On 03/05/2012 18:21, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 5/3/12 11:37 AM, Miguel González Castaños wrote: We had several crashes today: First - 1 outofmemory error Second- 3 Tomcat pausing Do you mean that Tomcat actually paused its

Tomcat unable to validate SSL certificate authority

2012-05-03 Thread Andy Ee
Dear all, I am stuck with this problem for over a month now, and I have tried all ways but to no avail. My Tomcat 6.0.32 is running in Solaris 10 and the JDK version is 1.6.0_21. I deployed a java program in Tomcat webapps/ which will post some results to a web server via a HTTPS url. I

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Todd Seidenberg
snip INFO: Deploying configuration descriptor manager.xml Good. As you can see, the manager descriptor is deployed - and sure enough the standard manager.xml file is created in /usr/local/confluence-4/conf/Standalone/localhost. Good. However, I still don't get the manager app.

Re: Tomcat unable to validate SSL certificate authority

2012-05-03 Thread André Warnier
Andy Ee wrote: Dear all, I am stuck with this problem for over a month now, and I have tried all ways but to no avail. My Tomcat 6.0.32 is running in Solaris 10 and the JDK version is 1.6.0_21. I deployed a java program in Tomcat webapps/ which will post some results to a web server via a

RE: Tomcat unable to validate SSL certificate authority

2012-05-03 Thread Caldarale, Charles R
From: Andy Ee [mailto:an...@singnet.com.sg] Subject: Tomcat unable to validate SSL certificate authority I received the following error in the catalina.out log. Logging to stdout is bad practice for anyone's webapp. Therefore I am suspecting that Tomcat is not using cacerts properly.

RE: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Caldarale, Charles R
From: Todd Seidenberg [mailto:todd.seidenb...@gmail.com] Subject: Re: Adding the manager app to a Standalone tomcat install As you can see, the manager descriptor is deployed - and sure enough the standard manager.xml file is created in /usr/local/confluence-4/conf/Standalone/localhost.

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread André Warnier
Todd Seidenberg wrote: snip INFO: Deploying configuration descriptor manager.xml Good. As you can see, the manager descriptor is deployed - and sure enough the standard manager.xml file is created in /usr/local/confluence-4/conf/Standalone/localhost. Good. However, I still don't get the

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 5/3/12 1:44 PM, André Warnier wrote: And this is what I suspect : the instructions used at the Apache level to proxy some URLs to Tomcat, do not cover the URL /manager/html. Therefore, Apache/mod_jk is not forwarding this to Tomcat, and

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Todd Seidenberg
On Thu, May 3, 2012 at 11:44 AM, André Warnier a...@ice-sa.com wrote: Todd Seidenberg wrote: snip INFO: Deploying configuration descriptor manager.xml Good. As you can see, the manager descriptor is deployed - and sure enough the standard manager.xml file is created in

Re: Tomcat pausing and no java process

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 5/3/12 1:02 PM, Miguel González Castaños wrote: Any setting that can generate a dump automatically as for out of memory errors? Just the -XX:+HeapDumpOnOutOfMemoryError you already have. Tomcat usually doesn't shut down nicely (as

RE: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Caldarale, Charles R
From: Todd Seidenberg [mailto:todd.seidenb...@gmail.com] Subject: Re: Adding the manager app to a Standalone tomcat install Here are the contents of my /usr/local/confluence-4/conf/Standalone/localhost/manager.xml file: That looks reasonable. How about posting your server.xml file,

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Todd Seidenberg
On Thu, May 3, 2012 at 12:00 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Todd Seidenberg [mailto:todd.seidenb...@gmail.com] Subject: Re: Adding the manager app to a Standalone tomcat install Here are the contents of my

Re: Tomcat pausing and no java process

2012-05-03 Thread Miguel González Castaños
Just the -XX:+HeapDumpOnOutOfMemoryError you already have. Tomcat usually doesn't shut down nicely (as evidenced by the pausing of connectors in your log file) when you get an OOME. Are you sure that weekly Tomcat-restart process isn't still running? Yes, it's still running. Should i disable it?

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread André Warnier
Todd Seidenberg wrote: ... Here's my server.xml stripped out of all secure info, as requested: Server port=8000 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Standalone Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8090 minProcessors=5 is that really Tomcat

Re: Tomcat 7 - No modifications are allowed to a locked ParameterMap

2012-05-03 Thread David Wall
Chris, Thanks for the 'findbugs' tip. I'm running it now in Eclipse and it has indeed found real bugs and some good stylistic ideas as well. David - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Todd Seidenberg
On Thu, May 3, 2012 at 12:39 PM, André Warnier a...@ice-sa.com wrote: Todd Seidenberg wrote: ... Here's my server.xml stripped out of all secure info, as requested: Server port=8000 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Standalone Connector

manager 404

2012-05-03 Thread Jon Drukman
I know absolutely nothing about tomcat but my company has just purchased a product that uses it, and lucky me, I get to install it! I set up a brand new Amazon Linux box (basically CentOS with some Amazon enhancements). I installed tomcat6 and tomcat6-admin-webapps from yum. Going to

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd, On 5/3/12 2:56 PM, Todd Seidenberg wrote: On Thu, May 3, 2012 at 12:39 PM, André Warnier a...@ice-sa.com wrote: Here's my server.xml stripped out of all secure info, as requested: Server port=8000 shutdown=SHUTDOWN debug=0 Service

Re: manager 404

2012-05-03 Thread Mark Eggers
From: Jon Drukman j...@cluttered.com To: users@tomcat.apache.org Sent: Thursday, May 3, 2012 12:22 PM Subject: manager 404 I know absolutely nothing about tomcat but my company has just purchased a product that uses it, and lucky me, I get to install it! I set

RE: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Caldarale, Charles R
From: Todd Seidenberg [mailto:todd.seidenb...@gmail.com] Subject: Re: Adding the manager app to a Standalone tomcat install Server port=8000 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Standalone Connector className=org.apache.coyote.**tomcat4.CoyoteConnector port=8090

Re: manager 404

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jon, On 5/3/12 3:22 PM, Jon Drukman wrote: I set up a brand new Amazon Linux box (basically CentOS with some Amazon enhancements). I installed tomcat6 and tomcat6-admin-webapps from yum. You may hear some grumbling on the list about

RE: manager 404

2012-05-03 Thread Caldarale, Charles R
From: Jon Drukman [mailto:j...@cluttered.com] Subject: manager 404 I installed tomcat6 and tomcat6-admin-webapps from yum. Bad choice. Remove those, then download and install a real Tomcat 7 from tomcat.apache.org. The third-party repackaged versions of Tomcat garble so much that it's

Re: Tomcat pausing and no java process

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 5/3/12 2:25 PM, Miguel González Castaños wrote: Just the -XX:+HeapDumpOnOutOfMemoryError you already have. Tomcat usually doesn't shut down nicely (as evidenced by the pausing of connectors in your log file) when you get an OOME. Are

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Todd Seidenberg
On Thu, May 3, 2012 at 1:58 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Todd Seidenberg [mailto:todd.seidenb...@gmail.com] Subject: Re: Adding the manager app to a Standalone tomcat install Server port=8000 shutdown=SHUTDOWN debug=0 Service

RE: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Caldarale, Charles R
From: Todd Seidenberg [mailto:todd.seidenb...@gmail.com] Subject: Re: Adding the manager app to a Standalone tomcat install I have removed all of the offending stuff from the server.xml but the manager/html still gives me a 404. Just to be sure, exactly what URL are you using to try to

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Todd Seidenberg
On Thu, May 3, 2012 at 3:03 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Todd Seidenberg [mailto:todd.seidenb...@gmail.com] Subject: Re: Adding the manager app to a Standalone tomcat install I have removed all of the offending stuff from the server.xml but the

Re: manager 404

2012-05-03 Thread Jon Drukman
Caldarale, Charles R Chuck.Caldarale at unisys.com writes: Bad choice. Remove those, then download and install a real Tomcat 7 from tomcat.apache.org. The third-party repackaged versions of Tomcat garble so much that it's very difficult to provide any kind of support info for them. I

Re: Problem J2EE Web Profile support

2012-05-03 Thread David Blevins
On May 2, 2012, at 11:40 PM, Vogliotti Massimo wrote: I downloaded and installed TomEE on my computer and connected it to NetBeans as you suggested, but the error is the same. The Netbeans crew is currently talking about adding support for TomEE using the Tomcat adapter. Several of the

OpenJDK 7

2012-05-03 Thread Craig Silk
Have there been any issues with OpenJDK7 compilations? I'm seeing several errors in the build : [javac] /home/craig/dev/tomcat/build-deps/tomcat7-deps/dbcp/src/java/org/apache/tomcat/dbcp/dbcp/BasicDataSource.java:53: error: BasicDataSource is not abstract and does not override abstract

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd, On 5/3/12 5:22 PM, Todd Seidenberg wrote: On Thu, May 3, 2012 at 3:03 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Todd Seidenberg [mailto:todd.seidenb...@gmail.com] Subject: Re: Adding the manager app to a

Re: How to run Tomcat as Service on windows start up.

2012-05-03 Thread Kiran Badi
Got this fixed, you were correct, tomcat user file was mess.Aligned it correctly now. Now I am getting some other issue while deploying my app war file.Let me start a different thread on that. Please don't top-post. What do you mean by this ? On 5/3/2012 7:55 PM, Pid wrote: On

Re: manager 404

2012-05-03 Thread Satish Kumar Geddam
update the tomcat-users.xml and create the users On Fri, May 4, 2012 at 2:54 AM, Jon Drukman j...@cluttered.com wrote: Caldarale, Charles R Chuck.Caldarale at unisys.com writes: Bad choice. Remove those, then download and install a real Tomcat 7 from tomcat.apache.org. The third-party

RE: OpenJDK 7

2012-05-03 Thread Caldarale, Charles R
From: Craig Silk [mailto:craig.s...@gmail.com] Subject: OpenJDK 7 Have there been any issues with OpenJDK7 compilations? You cannot build Tomcat with Java 7, due to incompatibilities introduced by Sun/Oracle. Once Tomcat has been built on Java 6, you may run it on a Java 7 JRE. - Chuck

RE: How to run Tomcat as Service on windows start up.

2012-05-03 Thread Caldarale, Charles R
From: Kiran Badi [mailto:ki...@poonam.org] Subject: Re: How to run Tomcat as Service on windows start up. Please don't top-post. What do you mean by this ? http://lmgtfy.com/?q=top+post - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is

Re: Tomcat unable to validate SSL certificate authority

2012-05-03 Thread Andy Ee
Hi, Thanks for all the inputs. I found that another war file in webapps/ has set environment to point to it's own keystore, thus it overwrites the JAVA_OPTS somehow. Now that I have imported the certificates into that keystore as well, everything works! Regards, Andii --- André Warnier

Re: How to run Tomcat as Service on windows start up.

2012-05-03 Thread Kiran Badi
On 5/4/2012 7:32 AM, Caldarale, Charles R wrote: From: Kiran Badi [mailto:ki...@poonam.org] Subject: Re: How to run Tomcat as Service on windows start up. Please don't top-post. What do you mean by this ? http://lmgtfy.com/?q=top+post - Chuck Thanks Got it Chuck .Interesting stuff

Re: Tomcat 7 - No modifications are allowed to a locked ParameterMap

2012-05-03 Thread David Wall
Just a quick update on these several threads of Tomcat 7 oddball exceptions. It looks to be as Chuck believed that it was a coding error on our end that was causing this. In particular, it was the no-no misuse of instance variables in a controlling servlet. Thanks for everyone's help!

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread David Wall
Just a quick update on these several threads of Tomcat 7 oddball exceptions. It looks to be as Chuck believed that it was a coding error on our end that was causing this. In particular, it was the no-no misuse of instance variables in a controlling servlet. Thanks for everyone's help!

Re: Tomcat 7 - .ApplicationDispatcher invoke - Cannot create a session after the response has been committed

2012-05-03 Thread David Wall
Just a quick update on these several threads of Tomcat 7 oddball exceptions. It looks to be as Chuck believed that it was a coding error on our end that was causing this. In particular, it was the no-no misuse of instance variables in a controlling servlet. Thanks for everyone's help!