t: Re: 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 c
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 doe
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
org.xml.sax.SAXParseExce
tarts with
> and then make sure
> your tag is is exactly right. One wrong letter will
> screw it up. Note that server.xml does not need the opening
> or tags, but web.xml does.
>
>
> - Original Message -
> From: "Daryn Nakhuda" <[EMAIL PROTECT
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)
Any
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 about.