Re: HttttServletRequest.getSession()

2010-09-18 Thread Pid
On 17/09/2010 18:02, Christopher Schultz wrote: Brian, On 9/17/2010 7:00 AM, Brian McBride wrote: My interpretation is still that 2109 defines the behaviour of Set-Cookie and 2965 that of Set-Cookie2 and that the intent was that Set-Cookie2 should obsolete Set-Cookie, i.e. 2109 still

Re: http-tomcat - AJP ilink receive failed - 500/503 errors

2010-09-18 Thread Pid
On 17/09/2010 16:57, Shantanu Pavgi wrote: Hi, I have a Apache http server and a Tomcat server configured using AJP connector (mod_proxy_ajp). The http server serves HTML/PHP pages and also proxies Java webapp requests to back-end Tomcat server. System config: * Both servers are

Re: [OT] Re: Some problem of analyzing the tomcat logs

2010-09-18 Thread yang Yang
Thanks all the guys for your reaply. SInce we can not use any third-party library,so we have to do ourselves. So I am looking for a java-based log analyzer to see how do them work. 2010/9/17 Pid p...@pidster.com On 17/09/2010 08:19, Wesley Acheson wrote: On Fri, Sep 17, 2010 at 9:17 AM,

Re: Tomcat start error java.lang.reflect.InvocationTargetException

2010-09-18 Thread hellian
Chris Thanks..you missed the caused by part, it's in the message I posted. Anyway have a look on it given below: Caused by: java.lang.AbstractMethodError at org.apache.tomcat.util.digester.Digester.getXMLReader(Digester.java:913) at

Connect the same Database from two different web application

2010-09-18 Thread Rahul Deb Mohan
Hello Everyone, I am using Hibernate to connect to my MySql Database using C3p0 connection pooling mechanism from my web application which is deployed in Tomcat. Eventually, now I need to develop a child application, using the same Database instance. So I have two application now : say

Re: jsvc crashing in Tomcat 6.0.26 on Linux(RHES 5.5/2.6.18) 64Bit/AMD

2010-09-18 Thread marc_swingler
I'll check the ulimit on Monday. Not sure if it was set in the startup script. Definitely no dump file though. As for Hibernate I'm not sure exactly what the issue was, other than a request being made with invalid data. (The code in question was written by an engineer in a diff office.)

Re: Is it possible to have shared JDBC resources in Tomcat 6.0 cluster?

2010-09-18 Thread Peter Rossbach
HI, you can check HA JDBC. http://ha-jdbc.sourceforge.net/doc.html Peter Am 10.09.2010 um 10:59 schrieb Michael Knümann: Hi I'm currently working on migrating single server web application for deployment in a cluster. We have JDBC connection pools to talk with several databases. I'm