RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
-Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: Sunday, March 09, 2003 9:52 PM To: [EMAIL PROTECTED] Subject: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector. Hi I'm using Apache2.0.43 and Tomcat4.1.18. I have configured

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
#worker.list=loadbalancer Uncomment the top line and remove the rest. Are you using jk or jk2? Eric -Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 10:14 To: Tomcat Users List Subject: RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
/ /Connector Engine jvmRoute=tomcat2 className=org.apache.catalina.core.StandardEngine debug=0 name=Standalone defaultHost=myhost mapperClass=org.apache.catalina.core.StandardEngineMapper HTH Eric -Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: 10

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
on this. Thanx in advance. Joshua -Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 5:43 PM To: Tomcat Users List Subject: RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector. Hi Eric Thanx for the config

RE: Exception on Tomcat

2003-03-10 Thread Joshua Sunil Kumar
Hi There is a jar file called activation jar. This file is not your classpath. Add it up in ur classpath and the exceptions will disappear. BR Joshua -Original Message- From: Marcelo [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 7:00 PM To: tom cat Subject: Exception on Tomcat

Problems with JMX Bean in Tomcat4.1.18

2003-03-10 Thread Joshua Sunil Kumar
Hi I have a problem with JMX Bean it was giving the following error ServerLifecycleListener: Creating MBean for Connector [EMAIL PROTECTED] java.lang.Exception: ManagedBean is not found with Ajp13Connector at

Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-09 Thread Joshua Sunil Kumar
Hi I'm using Apache2.0.43 and Tomcat4.1.18. I have configured it with multiple tomcat instances with a load balancer. But I am unable to maintain sticky session . The application that I am using has to maintain sessions. But this not happening .When I login the request is JSP so it does

Problem rendering Greek and Latin Characters in Tomcat 4.1.18

2003-02-28 Thread Joshua Sunil Kumar
quot;Error message: "+e.getMessage()); return; } while(rst.next()) { testString = rst.getString(1); out.println("LastNAME "+ testString); } %/ /body /html 7. I have also tried using the String.getBytes("UTF-8); But this also does not work. I would like

Problem rendering Greek and Latin Characters in Tomcat 4.1.18

2003-02-28 Thread Joshua Sunil Kumar
quot;Error message: "+e.getMessage()); return; } while(rst.next()) { testString = rst.getString(1); out.println("LastNAME "+ testString); } %/ /body /html 7. I have also tried using the String.getBytes("UTF-8); But this also does not work. I would like