apache-tomcat front/backend problems

2005-08-18 Thread Daryn
Hi there first time mailing to this list so apologies if this is not the place to ask this question. if so, please tell me where to go. (yes, I know. whole heap of dodgy replies to that last sentence. :) I've recently configured an apache front end with virtual hosting on port 8000 to relay to

apache-tomcat front/backend problems

2005-08-18 Thread Daryn
Hi there first time mailing to this list so apologies if this is not the place to ask this question. if so, please tell me where to go. (yes, I know. whole heap of dodgy replies to that last sentence. :) I've recently configured an apache front end with virtual hosting on port 8000 to relay to

RE: Mysql pooling datasource in tomcat 4

2002-04-16 Thread daryn nakhuda
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

Mysql pooling datasource in tomcat 4

2002-04-15 Thread Daryn Nakhuda
h the jdbc driver (mm.mysql), such as org.gjt.mm.mysql.jdbc2.optional.MysqlConnectionPoolDataSource rather than javax.sql.DataSource? This seems like a pretty common task, but none of the related messages I've found in the archive seem to have an answer.. Thanks. daryn -- To unsubsc

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 org.xml.sax.SAXParseExce

Re: SAXParseException on catalina.sh run

2002-03-28 Thread Daryn Nakhuda
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

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) Any

jndi resource question

2002-03-28 Thread Daryn Nakhuda
just creating it from the datasource, so I thought I'd give it a try. My server.xml, web.xml, and code bits are below. Thanks, Daryn Server.xml -- driverClassName