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

2012-05-03 Thread Pid
On 03/05/2012 19:54, David Wall wrote: > 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. If you like that, try Sonar. http://www.sonarsource.org/ p -- [key:62590808] signature.asc Descri

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

2012-05-03 Thread Pid
On 04/05/2012 04:58, Kiran Badi wrote: > > > > 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=

Re: manager 404

2012-05-03 Thread Pid
On 03/05/2012 20:22, Jon Drukman wrote: > 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 tom

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! David

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! David

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! David

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 whic

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 wro

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 a

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. - Chuc

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 wrote: > Caldarale, Charles R 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 Tomca

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 03/05/20

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

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 metho

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 de

Re: manager 404

2012-05-03 Thread Jon Drukman
Caldarale, Charles R 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 removed the yum p

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: 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 a

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 > > > > > > > > > > > > > className="org.apache.coyote.**tomcat

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.

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: 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 package-ma

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 > > > > > > > > > > > port="8090" minProcessors="5" > > is that really Tomcat 4.x that you are using ? > > How about platform, OS, JVM, Tomcat versions etc

Re: manager 404

2012-05-03 Thread Mark Eggers
> > From: Jon Drukman >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 up a bra

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 > wrote: Here's my server.xml stripped out of all secure info, as requested: >>> >>> >> name="Tomcat-Standalone"> >> className="org.apache.co

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 http://serv

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 wrote: > Todd Seidenberg wrote: > ... > > > >>> Here's my server.xml stripped out of all secure info, as requested: >> >> >> >>> port="8090" minProcessors="5" >> > > is that really Tomcat 4.x that you are using ? > How about platform, O

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 André Warnier
Todd Seidenberg wrote: ... Here's my server.xml stripped out of all secure info, as requested: is that really Tomcat 4.x that you are using ? How about platform, OS, JVM, Tomcat versions etc.. ? - To unsubscr

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 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 > > /usr/local/confluence-4/conf/Standalo

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, pre

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 evid

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 wrote: > Todd Seidenberg wrote: > >> >> >> 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/l

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 > Tomc

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread André Warnier
Todd Seidenberg wrote: 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 manag

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: 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: 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 HTTP

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Todd Seidenberg
> 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

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 receiv

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 connectors,

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 us

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 unrespo

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 wrote: > > 2012/5/3 Todd Seidenberg : > > (..) > > +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 t

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: 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 somethi

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

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 > > http://stackoverflow.com/questions/8072311/illegalstateexception-cannot-create-a-session-after-the-response-has-been-c

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: >> >> > "http://www.w3.org/TR/html4/strict.dtd";> <%@page >> contentType="text/html; charset=ISO-8859-1"

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

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 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 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 SEVERE:

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 m

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, > > > > > > > > username="tomcat"/> > > > > > > > > Please don't top-post. Have you actually read the list of roles

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, username="tomcat"/> On 5/3/2012 12:58 PM, André Warnier wrote: Kiran Badi wrote: I just want to have one instance of tomcat up and running always whenever I sta

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 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 < devl

Re: Adding the manager app to a Standalone tomcat install

2012-05-03 Thread Konstantin Kolinko
2012/5/3 Todd Seidenberg : > (..) +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 are likely hitting a

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 on

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 be

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 t

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: 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 manag

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 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: Tomcat 7 - No modifications are allowed to a locked ParameterMap

2012-05-03 Thread Konstantin Kolinko
2012/5/3 David Wall : > > > 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 scope.  For

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 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. Thank

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 er

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 fi