SEVERE: Error registering Catalina:type=Valve,name=StandardContextValve,path=/test,host=localhost

2009-10-03 Thread andre
Hi all, i'm install over ubuntu, Tomcat5.5 and Sun Java 1.6. At this moment i have the follow error msg in tomcat log when try to deploy the plataform: Oct 3, 2009 2:12:08 PM org.apache.commons.modeler.Registry registerComponent SEVERE: Error registering

FW: SEVERE: Error registering Catalina:type=Valve,name=StandardContextValve,path=/test,host=localhost

2009-10-03 Thread andre
Hi all, I'm trying to deploy in the tomcat5.5 server included in Ubuntu Linux 8.04. At this moment i have the follow error msg in tomcat log when try to deploy the plataform: If I got it right, web applications are to be deployed to /var/lib/tomcat5.5/webapps. When doing so, the

Re: FW: SEVERE: Error registering Catalina:type=Valve,name=StandardContextValve,path=/test,host=localhost

2009-10-03 Thread Mark Thomas
andre wrote: Hi all, I'm trying to deploy in the tomcat5.5 server included in Ubuntu Linux 8.04. snip / Please don't forward your own messages to the list. We got it the first time. If you want someone to answer your question then I strongly suggest you read the following:

Re: Connection between ListenerStart and clustering

2009-10-03 Thread Bocalinda
I was able to check whether the class (ContextLoaderListener) is copied in different places. I can confirm that the class is only located in my webapp under WEB-INF/lib. (Inside spring.jar and spring-web.jar). The mystery gets bigger and bigger for me :) To resume, my Tomcat works most of the

Re: Finding out the absolute path to application (appBase)

2009-10-03 Thread Uwe Günther
Mark Thomas wrote: Caldarale, Charles R wrote: From: Igor Mukhin [mailto:iimu...@mail.ru] Subject: Finding out the absolute path to application (appBase) what is the best way two find out the absolute path to directory where the application is expanded (appBase)? There's no guarantee that

Re: Issue With SSI And JSP

2009-10-03 Thread Leonard Bedner
Mark Thomas wrote: Leonard Bedner wrote: init-param param-namecontentType/param-name param-valuetext/x-server-parsed-html(;.*)?/param-value /init-param Leave this as is. Perhaps I am just not understanding how to use the content type, most

Re: Connection between ListenerStart and clustering

2009-10-03 Thread Rainer Jung
On 03.10.2009 12:12, Bocalinda wrote: I was able to check whether the class (ContextLoaderListener) is copied in different places. I can confirm that the class is only located in my webapp under WEB-INF/lib. (Inside spring.jar and spring-web.jar). The mystery gets bigger and bigger for me

Re: Connection between ListenerStart and clustering

2009-10-03 Thread Bocalinda
Hi Rainer. wild guess I remember problems with clustering which were of the following kind: session replication data was received on a node although the context wasn't yet fully initialized. Maybe we run into classloader troubles in that case? This could only happen if another node in the

java.lang.OutOfMemoryError: Java heap space

2009-10-03 Thread Joe Hansen
Hey All, I get this error (java.lang.OutOfMemoryError: Java heap space) after my Apache 2.0/Tomcat 5.5/mod_jk installation has been up and running for a few hours. This problem started just since two days. Never had this issue before! I have also noticed that as soon as I startup the server, 9

Re: SEVERE: Error registering Catalina:type=Valve,name=StandardContextValve,path=/test,host=localhost

2009-10-03 Thread David Smith
I believe the relevant part of what you posted is: Caused by: java.security.AccessControlException: access denied (java.io.FilePermission /usr/lib/perfsonar/services/perfsonar-clmp/WEB-INF/classes/logging.propertie s read) which basically looks like the security manager is enabled and some

Re: users Digest 1 Oct 2009 16:56:25 -0000 Issue 9131

2009-10-03 Thread Dan D
From: Filip Hanik - Dev Lists devli...@hanik.com To: Tomcat Users List users@tomcat.apache.org Date: Thu, 01 Oct 2009 08:00:53 -0600 Subject: Re: Comet duplicate END events On 09/30/2009 11:36 PM, Dan D wrote: I have the exact situation as described thoroughly here:

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-03 Thread Rainer Jung
On 03.10.2009 20:07, Joe Hansen wrote: Hey All, I get this error (java.lang.OutOfMemoryError: Java heap space) after my Apache 2.0/Tomcat 5.5/mod_jk installation has been up and running for a few hours. This problem started just since two days. Never had this issue before! I have also

Re: Connection between ListenerStart and clustering

2009-10-03 Thread Rainer Jung
On 03.10.2009 18:11, Bocalinda wrote: Hi Rainer. wild guess I remember problems with clustering which were of the following kind: session replication data was received on a node although the context wasn't yet fully initialized. Maybe we run into classloader troubles in that case? This

Re: Connection between ListenerStart and clustering

2009-10-03 Thread Bocalinda
Wow, that's what is called a quick turn around! :) Thanks. I'll try as soon as possible and let you know. 2009/10/3 Rainer Jung rainer.j...@kippdata.de On 03.10.2009 18:11, Bocalinda wrote: Hi Rainer. wild guess I remember problems with clustering which were of the following kind:

Baffling tomcat issue

2009-10-03 Thread baronred
Hi, I have deployed tomcat on Redhat 9 and everything seemed to work well. My webapps are deployed to /usr/local/tomcat/webapps folder. Today I tried to redeploy a jsp application replacing the old one. However this has no effect and the class files of the old application are still being picked

RE: Baffling tomcat issue

2009-10-03 Thread Martin Gainty
Baron replace YourWebApp with the name of your webapp delete everything under the $CATALINA_HOME/work/Catalina/localhost/YourWebapp Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

Re: HttpSession.setMaxInactiveInterval() sets for all sessions?

2009-10-03 Thread Eric B.
Eric B. ebe...@hotmail.com wrote in message news:ha4rqk$dc...@ger.gmane.org... Hassan Schroeder hassan.schroe...@gmail.com wrote in message news:4eedb92a0910012200v3ee194eay9fea204be71e4...@mail.gmail.com... On Thu, Oct 1, 2009 at 6:38 PM, Eric B. ebe...@hotmail.com wrote: I'm running

Re: SEVERE: Parse error in default web.xml

2009-10-03 Thread Eric B.
andre andrewarn...@gmail.com wrote in message news:003c01ca43b9$0ef57ae0$2ce070...@com... hi all : I have install tomcat5.5 the create a new test page in /var/lib/tomcat/webapps/test/hello.jsp, But I can't see the page (http://localhost:8180/test/hello.jsp) , it's show the msg as

Re: Loading Jar files in a particular order on Tomcat 6

2009-10-03 Thread Eric B.
Caldarale, Charles R chuck.caldar...@unisys.com wrote in message news:99c8b2929b39c24493377ac7a121e21f84054c1...@usea-exch8.na.uis.unisys.com... From: Rasmus Larsen [mailto:kolibria...@gmail.com] Subject: Loading Jar files in a particular order on Tomcat 6 I'm working on a web application

RE: Loading Jar files in a particular order on Tomcat 6

2009-10-03 Thread Caldarale, Charles R
From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric B. Subject: Re: Loading Jar files in a particular order on Tomcat 6 I've always noticed that the classloader loads things in alphabetical order. ??? Which classloader are you referring to? And by things, do you mean classes or jars?

Re: Loading Jar files in a particular order on Tomcat 6

2009-10-03 Thread Konstantin Kolinko
2009/10/4 Caldarale, Charles R chuck.caldar...@unisys.com: From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric B. Subject: Re: Loading Jar files in a particular order on Tomcat 6 I've always noticed that the classloader loads things in alphabetical order. ??? Which classloader are you

RE: Loading Jar files in a particular order on Tomcat 6

2009-10-03 Thread Caldarale, Charles R
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: Loading Jar files in a particular order on Tomcat 6 I am rather sure that it is an official rule (I must be somewhere documented [1]), that jars in a classpath are searched in the order they are specified there. Correct;

How to remove context root(projectname) from Web URL

2009-10-03 Thread Kamoor
I have java web project with name xyz, and it hosted in one server and it is accessible as http://servername/xyz/home.do Now I have domain name as www.abc.com which should set a forward to my actual URL.. I dont want user to see my project name xyz.. I want like http://abc.com/home.do or any

RE: How to remove context root(projectname) from Web URL

2009-10-03 Thread Caldarale, Charles R
From: Kamoor [mailto:ratheeshkum...@gmail.com] Subject: How to remove context root(projectname) from Web URL I dont want user to see my project name xyz.. I want like http://abc.com/home.do or any other page like that..How can I configure it in the server...? It's in the FAQ: