Re: Tomcat startup error

2010-04-11 Thread Amit Agarwal
Thanks all -- I could resolve this after compiling with the latest jars. On Sun, Apr 11, 2010 at 3:03 AM, Bill Barker billwbar...@verizon.netwrote: Christopher Schultz ch...@christopherschultz.net wrote in message news:4bbf945e.4050...@christopherschultz.net... -BEGIN PGP SIGNED

RE: Tomcat scalability setting - need help please

2010-04-11 Thread Stephen Souness
What sort of transaction isolation level requirements does your application have? If users are prevented from accessing the functionality of the system when a large query is being run then I would recommend checking whether the database is locking the tables. cinlung wrote: Dear Leon

Re: symbolic links deleted when restarting tomcat

2010-04-11 Thread Karin Moscovici
It happened three times on three different customer sites. It does not reproduce, but due to the different places where it has occurred I assume this is not a human error. On Sat, Apr 10, 2010 at 11:54 AM, Pid * p...@pidster.com wrote: On 9 April 2010 22:16, Karin Moscovici

Re: symbolic links deleted when restarting tomcat

2010-04-11 Thread Pid *
And nothing in the .bash_history(s)? To eliminate all possibilities, were there any system maintenance processes or activities underway when this occurred? Does your app have any functions at all that apply to the filing system? p On 11 April 2010 21:27, Karin Moscovici

Re: Fragmented delivery of servlet request

2010-04-11 Thread Doug Herbert
Thanks Chris for replying, 1) I have not looked at using mod_jk as a connector. Do you believe mod_jk is a better option to use than mod_proxy_ajp ? 2) proxy_ajp.conf just points to localhost on port 8009 /usr/sbin/httpd -v Server version: Apache/2.2.3 Server built: Mar 27 2010 13:52:45

Session Timeout - Filter Not Called

2010-04-11 Thread Paul Carroll
I am using Tomcat 6.0 on Windows Server 2003. It seems that when my session expires I am redirected to the login page which I would expect. However, my filter is not called when I am redirected to the login page. When I used Jetty as my web server, the call was intercepted by the filter

Context.xml being deleted

2010-04-11 Thread Sam Stephens
Hi all. The tomcat documentation says the following: If the web application is packaged as a WAR then /META-INF/context.xml will be copied to $CATALINA_BASE/conf/[enginename]/[hostname]/ and renamed to match the application's context path. Once this file exists, it will not be replaced if a new

Re: Session Timeout - Filter Not Called

2010-04-11 Thread Bob Hall
Paul, --- On Sun, 4/11/10, Paul Carroll pcarr...@nfmail.net wrote: I am using Tomcat 6.0 on Windows Server 2003.  It seems that when my session expires I am redirected to the login page which I would expect.  However, my filter is not called when I am redirected to the login page.  When I