Re: Problem with Tomcat 6 cluster

2009-09-21 Thread Sumedh Sakdeo
Hi Jason, Copied the file content here: [Mon Sep 14 13:58:08 2009][2436:4032] [info] mod_jk.c (2825): mod_jk/1.2.26 initialized [Mon Sep 14 13:58:09 2009][2436:4032] [info] mod_jk.c (2825): mod_jk/1.2.26 initialized [Mon Sep 14 13:58:11 2009][3572:3316] [info] mod_jk.c (2825): mod_jk/1.2.26 initi

Re: Problem with Tomcat 6 cluster

2009-09-17 Thread Jason Brittain
Sumedh: We don't see any attachments on your emails. You might want to try attaching it again, but if it didn't come through on the first or second try then the size of the attachment might have been too large. Thanks. -- Jason Brittain On Wed, Sep 16, 2009 at 10:40 AM, Sumedh Sakdeo wrote: >

Re: Problem with Tomcat 6 cluster

2009-09-16 Thread Sumedh Sakdeo
Hi Filip, Did log files attached help? Thanks, Sumedh On Mon, Sep 14, 2009 at 2:38 PM, Sumedh Sakdeo wrote: > Hi Filip, > Please find the logs in attached file. > > Thanks in advance, > Sumedh > > > > On Wed, Sep 9, 2009 at 9:22 AM, Filip Hanik - Dev Lists < > devli...@hanik.com> wrote: > >> wh

Re: Problem with Tomcat 6 cluster

2009-09-14 Thread Sumedh Sakdeo
Hi Filip, Please find the logs in attached file. Thanks in advance, Sumedh On Wed, Sep 9, 2009 at 9:22 AM, Filip Hanik - Dev Lists wrote: > what do your logs tell you? > > Filip > > On 09/08/2009 02:33 AM, Sumedh Sakdeo wrote: > >> Hello All, >> I have a setup with two tomcat inst

Re: Problem with Tomcat 6 cluster

2009-09-08 Thread Filip Hanik - Dev Lists
what do your logs tell you? Filip On 09/08/2009 02:33 AM, Sumedh Sakdeo wrote: Hello All, I have a setup with two tomcat instances(A&B). I have configured an apache web server 2.2 for load balancing and fail over. Setup looks fine as per the configurations suggested. Let tomcat A be

Problem with Tomcat 6 cluster

2009-09-08 Thread Sumedh Sakdeo
Hello All, I have a setup with two tomcat instances(A&B). I have configured an apache web server 2.2 for load balancing and fail over. Setup looks fine as per the configurations suggested. Let tomcat A be handling some request at sometime. When tomcat instance(A) goes down, the session

RE: problem with tomcat 6

2007-11-16 Thread Caldarale, Charles R
> From: Andrew123 [mailto:[EMAIL PROTECTED] > Subject: problem with tomcat 6 > I unpacked servlet-api.jar in my application > classes' directory Don't ever do that. Placing the same class in two locations in one branch of the classloader tree is guaranteed to cause pr

RE: problem with tomcat 6

2007-11-16 Thread Caldarale, Charles R
> From: Andrew123 [mailto:[EMAIL PROTECTED] > Subject: Re: problem with tomcat 6 > > I didn't find this file. > > mgainty wrote: > > > > check $CATALINA_HOME/common/lib/servlet-api.jar Nor should you, since Martin ignored the fact you are running on T

Re: problem with tomcat 6

2007-11-16 Thread Pid
Andrew123 wrote: > When I start tomcat with my application, I get an exception: > java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet > java.lang.ClassLoader.defineClass1(Native Method) > java.lang.ClassLoader.defineClass(Unknown Source) > java.security.SecureClassLoade

problem with tomcat 6

2007-11-16 Thread Andrew123
(JIoEndpoint.java:447) java.lang.Thread.run(Unknown Source) but there is sevlet-api.jar in /lib directory. I use tomcat 6.0.14, Red Hat Enterprise Linux Server release 5. Any ideas? -- View this message in context: http://www.nabble.com/problem-with-tomcat-6-tf4821029.html#a13792543 Sent from the

Re: problem with tomcat 6

2007-11-16 Thread Andrew123
I didn't find this file. mgainty wrote: > > check $CATALINA_HOME/common/lib/servlet-api.jar > > M-- > - Original Message - > From: "Andrew123" <[EMAIL PROTECTED]> > To: > Sent: Friday, November 16, 2007 7:57 AM > Subject: problem with

Re: problem with tomcat 6

2007-11-16 Thread Andrew123
, Red Hat Enterprise Linux Server release 5. >> >> Any ideas? > > Have you also got a servlet.jar file in your web application lib > directory? If so, remove it. > > p > > > > > > >

Re: problem with tomcat 6

2007-11-16 Thread Martin Gainty
check $CATALINA_HOME/common/lib/servlet-api.jar M-- - Original Message - From: "Andrew123" <[EMAIL PROTECTED]> To: Sent: Friday, November 16, 2007 7:57 AM Subject: problem with tomcat 6 > > When I start tomcat with my application, I get an exception: > java.