Tomcat4.0 unable to get UserTransaction instance

2001-09-24 Thread Sachin Walia
its urgent..   thanks in advance,   sachin walia

tomcat 4.0 and cloudscape 3.6.4 integration

2001-09-19 Thread sachin walia
Hi,   is there any way tomcat4.0 and cloudscape 3.6.4 can be started in the same JVM. there is a way to integrate tomcat3.2 and cloudscape 3.6.4 but in the tomcat 4.0 version lot of changes have been amde to tomcat architecture so that document is no longer valid for tomcat 4.0   please sugge

Re: Help on connecting mysql server.

2001-09-19 Thread sachin Walia
to use mysql driver u need to have the jar conatining mysql driver.. following line of code can do.. Class.forName("org.gjt.mm.mysql.Driver"); //then ur jdbc url part assuming a database named J2EE with username 'user' password 'pwd'and database server on machine 'sachin' jdbc:mysql://sachin:

Re: tomcat4.0 and poolman

2001-09-19 Thread sachin walia
Thanks Hardeep for the reply but the problem is that i am specifying the jdbc driver in the poolman.xml file where i have to specify the database specific strings etc and in the tomcat env entry i am specifying the poolman's db connection string..   i have xerces.jar in my path and when i tra

Re: Pls Help-Jsp connection to database

2001-09-19 Thread sachin walia
if u r using a jsp in resin my guess is about gettnig the classpath..   plz ensure that ur resin's classpath conatins all the necessary jar file which r in jdk/lib as well as jre/lib directory of jdk..   that shud work..   anyway i suggest u to go for tomcat4.0 why u r using resin..   sachin

tomcat4.0 and poolman

2001-09-18 Thread sachin walia
se suggest..   urgent..   sachin walia

Re: Poolman

2001-09-16 Thread sachin walia
do u have jdbc standard extension package in ur classpath i mean the pkg javax.sql.*; check it if the class mentioned javax.sql.ConnectionEventListener is in ur path by doing   javap javax.sql.ConnectionEventListener   hope it works - Original Message - From: Isak Rickyanto

Re: JSP problem-- Serious

2001-09-14 Thread sachin walia
add tools.jar from your jdk lib dir to tomcat lib directory or place tools.jar in the classpath of tomcat.   sachin - Original Message - From: anoop To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 4:12 PM Subject: JSP problem-- Serious Dear all,   i a

Re: How to use JDO with JSP?

2001-09-13 Thread sachin walia
Title: Converted by Scrooge for the Java(TM) platform 1.1 as yet no app server supports jdo but forte has a jdo tag for jsp's. u can have a detailed info for jdo in forte's documentation .   ..sachin - Original Message - From: Eunum Listener To: [EMAIL PROTECTED] Sent

Tomcat GUI Admin Tool

2001-09-13 Thread sachin walia
is there any GUI/web based admin tool for tomcat which can add,modify contexts and can do all the administration task as available in all the web app servers such as weblogic, jrun, iplanet web server etc..   sachin.