Re: Using mod_jk in cluster environment responds HTTP 500

2010-11-14 Thread André Warnier
rikslovein wrote: Thanks for the quick response Chris. Please find the details given below: Let me know if you need more information. Thanks & regards... Server.xml enableLookups="false" redirectPort="8443" protocol="AJP/1.3" /> workers.properties: workers.tomcat_home=/opt/webhost/DWH-Tomc

Problem in accessing jsp:useBean

2010-11-14 Thread Rekha Ravi Pai
Hi, I have installed tomcat-6.0.20 and postgresql-9.0.1 I have created a java bean PasswordEncryptService.java I have kept it in WEB-INF/classes/beans directory and in beans package. I compiled the java file and successfully ran the class and could enter a data in a table in pgsql database. I have

Re: Using mod_jk in cluster environment responds HTTP 500

2010-11-14 Thread rikslovein
Thanks for the quick response Chris. Please find the details given below: Let me know if you need more information. Thanks & regards... Server.xml workers.properties: workers.tomcat_home=/opt/webhost/DWH-Tomcat-Inst/tomcat5.5.23 workers.java_home=/usr/lib/jvm/java-1.5.0 ps=/ worker.list=lo

RE: 7.0.4 problem

2010-11-14 Thread Anthony J. Biacco
Thank you Mark, I'll test with 7.0.5 when it's available and report back. -Tony --- Manager, IT Operations Format Dynamics, Inc. P: 303-228-7327 F: 303-228-7305 abia...@formatdynamics.com http://www.formatdynamics.com > -Original Message- > From: Mark Thomas [mail

Re: Tomcat 6.0.29 using more and more RAM until it collapses?

2010-11-14 Thread André Warnier
Pid wrote: On 14/11/2010 17:37, Konstantin Kolinko wrote: 2010/11/14 André Warnier : Jon Mercer wrote: On 14 November 2010 16:55, Pid wrote: On 13/11/2010 23:10, Leon Rosenberg wrote: On Sat, Nov 13, 2010 at 10:19 PM, Pid wrote: On 12/11/2010 21:27, Leon Rosenberg wrote: P.S. I have a s

Re: Share session between apps

2010-11-14 Thread Pid
On 14/11/2010 00:30, PeiSong Xiong wrote: > Hi guys, > Any suggestion on how to share session status on web apps deployed on the > same tomcat instance? > Kind of sso for container. > > Sent from my Windows Phone What do you mean by 'session status'? p 0x62590808.asc Description: applicati

Re: Tomcat 6.0.29 using more and more RAM until it collapses?

2010-11-14 Thread Pid
On 14/11/2010 17:37, Konstantin Kolinko wrote: > 2010/11/14 André Warnier : >> Jon Mercer wrote: >>> >>> On 14 November 2010 16:55, Pid wrote: >>> On 13/11/2010 23:10, Leon Rosenberg wrote: > > On Sat, Nov 13, 2010 at 10:19 PM, Pid wrote: >> >> On 12/11/2010 21:27, Leon Rosen

Re: Tomcat 6.0.29 using more and more RAM until it collapses?

2010-11-14 Thread Konstantin Kolinko
2010/11/14 André Warnier : > Jon Mercer wrote: >> >> On 14 November 2010 16:55, Pid wrote: >> >>> On 13/11/2010 23:10, Leon Rosenberg wrote: On Sat, Nov 13, 2010 at 10:19 PM, Pid wrote: > > On 12/11/2010 21:27, Leon Rosenberg wrote: >> >> P.S. I have a small tool that cr

Re: Tomcat 6.0.29 using more and more RAM until it collapses?

2010-11-14 Thread André Warnier
Jon Mercer wrote: On 14 November 2010 16:55, Pid wrote: On 13/11/2010 23:10, Leon Rosenberg wrote: On Sat, Nov 13, 2010 at 10:19 PM, Pid wrote: On 12/11/2010 21:27, Leon Rosenberg wrote: P.S. I have a small tool that creates a diff of two subsequent histograms, i can share it if you need i

Re: Tomcat 6.0.29 using more and more RAM until it collapses?

2010-11-14 Thread Jon Mercer
On 14 November 2010 16:55, Pid wrote: > On 13/11/2010 23:10, Leon Rosenberg wrote: > > On Sat, Nov 13, 2010 at 10:19 PM, Pid wrote: > >> On 12/11/2010 21:27, Leon Rosenberg wrote: > >>> P.S. I have a small tool that creates a diff of two subsequent > >>> histograms, i can share it if you need it

Re: Tomcat 6.0.29 using more and more RAM until it collapses?

2010-11-14 Thread Pid
On 13/11/2010 23:10, Leon Rosenberg wrote: > On Sat, Nov 13, 2010 at 10:19 PM, Pid wrote: >> On 12/11/2010 21:27, Leon Rosenberg wrote: >>> P.S. I have a small tool that creates a diff of two subsequent >>> histograms, i can share it if you need it. >> >> Post it to the wiki, perhaps? > > Which p

Re: Error in configuring JDBC Datasource

2010-11-14 Thread Jayaprakash Ramsaran
Sorry. Please find the full URL below. http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html#PostgreSQL On Sun, Nov 14, 2010 at 10:44 AM, Konstantin Kolinko wrote: > 2010/11/14 Jayaprakash Ramsaran : >> Sever: Springsource tc server-developer-2.1.0/ tomcat-6.0.29.B >> O/S:

Re: Error in configuring JDBC Datasource

2010-11-14 Thread Konstantin Kolinko
2010/11/14 Jayaprakash Ramsaran : > Sever: Springsource tc server-developer-2.1.0/ tomcat-6.0.29.B > O/S: Windows Vista > I am using Springsource Tool Suite 2.5.1 and tc server 2.1. I am > trying to configure a data source to PostgresSql. I followed the steps > outlined in http://tomcat.apache.org/

Re: Error in configuring JDBC Datasource

2010-11-14 Thread Jayaprakash Ramsaran
I tried to debug using the below code. To obtain list of all context, I used the below code. Please review and help System.out.println("Before Context list"); Context ctx1 = (Context) new InitialContext().lookup("java:comp/env");

Error in configuring JDBC Datasource

2010-11-14 Thread Jayaprakash Ramsaran
Sever: Springsource tc server-developer-2.1.0/ tomcat-6.0.29.B O/S: Windows Vista I am using Springsource Tool Suite 2.5.1 and tc server 2.1. I am trying to configure a data source to PostgresSql. I followed the steps outlined in http://tomcat.apache.org/tomcat-6.0-...tml#PostgreSQL. 1. I tried to