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

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 other

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

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

2009-10-03 Thread Konstantin Kolinko
2009/10/4 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?  

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

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

2009-10-03 Thread Eric B.
"Caldarale, Charles R" 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 where I have dependencie

Re: SEVERE: Parse error in default web.xml

2009-10-03 Thread Eric B.
"andre" 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 follows : > > > > >

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

2009-10-03 Thread Eric B.
"Eric B." wrote in message news:ha4rqk$dc...@ger.gmane.org... >> "Hassan Schroeder" wrote in message >> news:4eedb92a0910012200v3ee194eay9fea204be71e4...@mail.gmail.com... >> On Thu, Oct 1, 2009 at 6:38 PM, Eric B. wrote: >> >> > I'm running Tomcat 6.0.18 and seeing something very bizarre. If

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 E

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 u

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 > On 03.10.2009 18:11, Bocalinda wrote: > > Hi Rainer. > > > > > >> I remember problems with clustering which were of the following kind: > >> session replication data

Re: Connection between ListenerStart and clustering

2009-10-03 Thread Rainer Jung
On 03.10.2009 18:11, Bocalinda wrote: > Hi Rainer. > > >> 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? >> >>

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

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

2009-10-03 Thread Dan D
> > From: Filip Hanik - Dev Lists > To: Tomcat Users List > 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: >> >> http://www.mail-archive.com/users@tomcat.apache.or

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 som

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 ht

Re: Connection between ListenerStart and clustering

2009-10-03 Thread Bocalinda
Hi Rainer. > 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 clus

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

Re: Issue With SSI And JSP

2009-10-03 Thread Leonard Bedner
Mark Thomas wrote: > > Leonard Bedner wrote: contentType text/x-server-parsed-html(;.*)? > > Leave this as is. > >> Perhaps I am just not understanding how to use the content type, most >> likely >> because I do not know anything about

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 the

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 tim

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. 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: http://wiki.apa

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 applicati