RE: Mysql pooling datasource in tomcat 4

2002-04-16 Thread daryn nakhuda
: Mysql pooling datasource in tomcat 4 original message From: Daryn Nakhuda [EMAIL PROTECTED] Date: Mon, 15 Apr 2002 11:43:57 -0700 (PDT) To: [EMAIL PROTECTED] Subject: Mysql pooling datasource in tomcat 4 Has any one had success creating a pooling datasource for mysql

Mysql pooling datasource in tomcat 4

2002-04-15 Thread Daryn Nakhuda
Has any one had success creating a pooling datasource for mysql in tomcat 4? I was able to successfully create a functional datasource jdni resource based on the instructions in the jndi resources HOW-TO http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html But there

resource-env-ref

2002-03-29 Thread daryn nakhuda
Following the jdni howto ( http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html ); I setup the following in my web.xml, and made sure it's in the right place according to the dtd, but I still get the following error: PARSE error at line 121 column 23

jndi resource question

2002-03-28 Thread Daryn Nakhuda
I have two different jndi resources I'm trying to setup in tomcat 4. The first is a javax.sql.Datasource, the second is a com.sun.forte4j.persistence.PersistenceManagerFactoryImpl. 1. The datasource works, but doesn't seem to be pooling. Any clues? what's with this tyrex i keep reading

SAXParseException on catalina.sh run

2002-03-28 Thread Daryn Nakhuda
I'm getting the following error when I run 'catalina.sh run'. It'll happen whether I say /path/to/catalina.sh or ./ or just catalina.sh. another user with nearly identical server.xml and web.xml doesn't get the error (the only differences between our files are port numbers and user names)

Re: SAXParseException on catalina.sh run

2002-03-28 Thread Daryn Nakhuda
your !DOCTYPE tag is is exactly right. One wrong letter will screw it up. Note that server.xml does not need the opening ?xml or !DOCTYPE tags, but web.xml does. - Original Message - From: Daryn Nakhuda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 4:07 AM