Re: fail_on_status question

2010-06-05 Thread Mohit Anchlia
On Sat, Jun 5, 2010 at 2:02 AM, Rainer Jung wrote: > On 04.06.2010 01:30, Mohit Anchlia wrote: >> >> In our present environment we have a WS and APP server. When request >> comes in, WS sends it to APP server using mod_jk and then APP server >> inserts it into JMS queue. So essentially APP server

Re: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26 ...

2010-06-05 Thread Frank Burns
HeyChuck, Thanks very much for your excellent reply and advice. Moving the MySQL JDBC driver jar app's WEB-INF/lib directoryto Tomcat's lib directory sorted the problem and it's working now. I am aware of the various ways in which you can deploy a webapp, but didn't realise that specifying the c

Re: R: Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread André Warnier
ago...@libero.it wrote: Sorry i have never used a Valve Component i will use this component in production enviroment. so i don't want have a trouble. Can you give me a little example of configuration of Valve Component fom my (unique) application SIT under C:\tomcat5\webapps\SIT Then read

RE: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26 ...

2010-06-05 Thread Caldarale, Charles R
> From: Frank Burns [mailto:francisbu...@gmail.com] > Subject: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run > on Tomcat 6.0.26 ... > > the context that I use in the server.xml of each Tomcat Let's get the element straightened out first. You should not be placing elements in

R: Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread ago...@libero.it
Sorry i have never used a Valve Component i will use this component in production enviroment. so i don't want have a trouble. Can you give me a little example of configuration of Valve Component fom my (unique) application SIT under C:\tomcat5\webapps\SIT thanks a lot fot suggest. Agostino

Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26 ...

2010-06-05 Thread Frank Burns
I have a web app that successfully runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26. Can someone please help me work out why it won't run? It's on a Windows XP, SP2 machine. The web app uses JDBCRealm to access a mysql database. The apps in each Tomcat version are identical (i.e., copied

R: Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread ago...@libero.it
Yes i have one application SIT under C:\tomcat5\webapps\SIT In the same dir i have olso a rar (not war) file SIT.rar that is a rar compressed file of SIT. Only file log that i have other tomcat log is standard IIS log. How i can improve verbosity of tomcat so i can match timestamp of error on

RE: Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Caldarale, Charles R
> From: ago...@libero.it [mailto:ago...@libero.it] > Subject: R: Re: R: RE: Re: intermittent SocketException on startup > tomcat 5.5.28 and under JBOSS 4.2.3GA > > So the error referred, sometime occours. In particular i have > noted that this error rise when a lot user make login in the > appl

Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Pid
On 05/06/2010 20:56, ago...@libero.it wrote: > Thanks for replay. > I'm sorry > I have missed e-mail regard server .xml with romment removed. > so I attached this file. > > > regard i think that a mistake the correct > form is in the file. > "SIT" is name of my application. > > > I don't ab

Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Pid
On 05/06/2010 20:56, ago...@libero.it wrote: > Thanks for replay. > I'm sorry > I have missed e-mail regard server .xml with romment removed. > so I attached this file. > > > regard i think that a mistake the correct > form is in the file. > "SIT" is name of my application. So in the file yo

R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread ago...@libero.it
Thanks for replay. I'm sorry I have missed e-mail regard server .xml with romment removed. so I attached this file. regard i think that a mistake the correct form is in the file. "SIT" is name of my application. I don't able to match timestamp of error whith a request because i don't know

Re: R: Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Pid
On 05/06/2010 14:41, ago...@libero.it wrote: > Thanks > > The question started in > http://mail-archives.apache.org/mod_mbox/tomcat-users/201005.mbox/thread?3 > on same thread. > > Now i have reduce the number of user (about 50 user simultanely) on a > win2003 ED quad processor with 8GB

Re: Error on startup catalina

2010-06-05 Thread Konstantin Kolinko
1. Check that you have search (list) permissions for all the folders in the path "/Users/sandro/apache-tomcat-6.0.26/bin", e.g. with the following commands ls / ls /Users ls /Users/sandro ls /Users/sandro/apache-tomcat-6.0.26 ls /Users/sandro/apache-tomcat-6.0.26/bin 2. Delete logs/catalina.out,

Re: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-05 Thread Gheorghe Pucea
After I perform the log out I call a redirect function to a protected resource and that goes well. Somewhere I found that I need to set this tag in mai login.html page: And I did that and after I hit the logout button and perform another login it seem to work, but if I continue and log out a

Re: Error on startup catalina

2010-06-05 Thread Sandro Gallo
Hi, I deleted all the environment variables. After deleting the environment variables, this is the output of env command: macmac:bin sandro$ env TERM_PROGRAM=Apple_Terminal TERM=xterm-color SHELL=/bin/bash TMPDIR=/var/folders/zP/zPtCTEa5HNir0RBjDCm4Pk+++TI/-Tmp-/ Apple_PubSub_Socket_Render

R: Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread ago...@libero.it
Thanks The question started in http://mail-archives.apache.org/mod_mbox/tomcat-users/201005.mbox/thread?3 on same thread. Now i have reduce the number of user (about 50 user simultanely) on a win2003 ED quad processor with 8GB bram (I have tomcat 5.5.28, jdk.1.6.16, IIS (with certificat

Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Pid
On 05/06/2010 10:09, Rainer Jung wrote: > On 05.06.2010 09:23, Pid * wrote: >> On 5 Jun 2010, at 04:33, "ago...@libero.it" wrote: >> >>> Hi >>> I m very tired because the intermittent socket close exception >>> reappear. >>> >>> We now use tomcat 5.5.28 on win2003 ED SO and jdk 1.6.16. >>>

Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Rainer Jung
On 05.06.2010 09:23, Pid * wrote: On 5 Jun 2010, at 04:33, "ago...@libero.it" wrote: Hi I m very tired because the intermittent socket close exception reappear. We now use tomcat 5.5.28 on win2003 ED SO and jdk 1.6.16. The error that occours is: 4-giu-2010 7.48.35 Date and

Re: fail_on_status question

2010-06-05 Thread Rainer Jung
On 05.06.2010 00:53, Mohit Anchlia wrote: On Thu, Jun 3, 2010 at 4:30 PM, Mohit Anchlia wrote: In our present environment we have a WS and APP server. When request comes in, WS sends it to APP server using mod_jk and then APP server inserts it into JMS queue. So essentially APP server is also d

Re: fail_on_status question

2010-06-05 Thread Rainer Jung
On 04.06.2010 01:30, Mohit Anchlia wrote: In our present environment we have a WS and APP server. When request comes in, WS sends it to APP server using mod_jk and then APP server inserts it into JMS queue. So essentially APP server is also dependent on JMS server which runs on the same box. My

Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Pid *
On 5 Jun 2010, at 04:33, "ago...@libero.it" wrote: > Hi >I m very tired because the intermittent socket close exception > reappear. > >We now use tomcat 5.5.28 on win2003 ED SO and jdk 1.6.16. >The error that occours is: > >4-giu-2010 7.48.35 What is the above? It doesn't look fa