RE: Using Datasource for cloudscape

2006-06-22 Thread Dilan Kelanibandara
u have received this communication in error, please notify the sender immediately by email or telephone at+91-20-22906351. * -Original Message- From: Dilan Kelanibandara [mailto:[EMAIL PROTECTED] Sent: Thursday, June

RE: Using Datasource for cloudscape

2006-06-22 Thread Dilan Kelanibandara
Hi Jithendra It seems you have missed the type attribute in resource configuration in server.xml. I have pasted how that part would looks like. (type="javax.sql.DataSource" this is missing) = = Re

RE: Using Datasource for cloudscape

2006-06-21 Thread Dilan Kelanibandara
immediately by email or telephone at+91-20-22906351. * -Original Message- From: Dilan Kelanibandara [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 8:58 PM To: 'Tomcat Users List' Subject: RE: Using Data

RE: Using Datasource for cloudscape

2006-06-19 Thread Dilan Kelanibandara
-Original Message- From: Dilan Kelanibandara [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 6:28 PM To: 'Tomcat Users List' Subject: RE: Using Datasource for cloudscape Hi Jitendra, To claryfiy your error please send followings in your configuration (as an attachme

RE: Using Datasource for cloudscape

2006-06-19 Thread Dilan Kelanibandara
communication in error, please notify the sender immediately by email or telephone at+91-20-22906351. * -Original Message- From: Dilan Kelanibandara [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 8:34 PM To: 'T

RE: Using Datasource for cloudscape

2006-06-19 Thread Dilan Kelanibandara
bottom if web.xml file (this is normally, but where you declare in web.xml depends on your other resource declaration at web.xml) That is all you have to do. Please stick to tomcat documentation. Regards, Dilan Kelanibandara -Original Message- From: Jitendra Kharche [mailto:[EMAIL

RE: can't save a context.

2006-06-18 Thread Dilan Kelanibandara
Hi The other thing is please remove your TOMCAT_HOME/webapps/yourApp.war file from webapps directory to some other place. Other wise you may loose your settings again if you restart tomcat. Ask me for any help, Regards, Dilan Kelanibandara -Original Message- From: Dilan Kelanibandara

RE: can't save a context.

2006-06-18 Thread Dilan Kelanibandara
. Regards, Dilan Kelanibandara -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, June 18, 2006 10:01 PM To: Tomcat Users List Subject: Re: can't save a context. Also you will need write/create permissions to the %TOMCAT_HOME%/work folder.. Martin- Thi

RE: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-18 Thread Dilan Kelanibandara
(using jdk1.5) error - OutOfMemoryError in starting up on AS4 HI, I see no risk with the default membership config. Peter Am 18.06.2006 um 19:29 schrieb Dilan Kelanibandara: > Hi Peter, > > No. No service is up and running on 4564. I did only commenting the > member > and res

RE: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-18 Thread Dilan Kelanibandara
y("service",mService); setMembershipService(mService); } Have you start another service at 45564 ? Regards Am 18.06.2006 um 16:54 schrieb Dilan Kelanibandara: > Hi Peter, > > I was having the memory problem when cluster manager trying to > multicast the >

RE: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-18 Thread Dilan Kelanibandara
memory, very strange effect :-( Peter Am 18.06.2006 um 08:01 schrieb Dilan Kelanibandara: > Hi Peter, > I am using default JVM parameters coming with tomcat5.5.17. In the > tomcat > server.xml file it says tcpThreadCount is normally equal to no.of > nodes (ie > 2 in this c

RE: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-17 Thread Dilan Kelanibandara
37 AM To: Tomcat Users List Subject: Re: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4 Hi, Which JVM memory parameter you use? At pooled mode use more receiver worker set tcpThreadCount="6"! You really need deployer? Deployer generate at every sta

RE: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-17 Thread Dilan Kelanibandara
ards Peter Am 18.06.2006 um 06:22 schrieb Dilan Kelanibandara: > > > Hello , > > > > I am getting OutOfMemoryError continuously when starting up two > cluster > nodes of tomcat5.5.17 (jdk1.5 on Advanced server 4). Any way it was > working > fine for 3 weeks time.

tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-17 Thread Dilan Kelanibandara
Hello , I am getting OutOfMemoryError continuously when starting up two cluster nodes of tomcat5.5.17 (jdk1.5 on Advanced server 4). Any way it was working fine for 3 weeks time. This error occurs previously only one time and when restarted the tomcat, it worked. Following is a part