Referencing Tomcat JNDI datasource

2003-08-20 Thread Don Ross
Hello, I am using Tomcat 4.1.18 and have setup a JNDI datasource for database connection pooling. I would like to reference this datasource from another application that is not running under Tomcat. In searching the mailing list archive and other forums I found dated information that

RE: Problem confinguring MySQL JNDI Datasource RH Linux 7.2

2003-08-04 Thread Don Ross
to certain databases. I also had to add the javauser to this table and give the user permission to access the javatest table. Don -Original Message- From: Don Ross Sent: Thursday, July 31, 2003 5:59 PM To: Tomcat Users List Subject: RE: Problem confinguring MySQL JNDI Datasource RH Linux

Problem confinguring MySQL JNDI Datasource RH Linux 7.2

2003-07-31 Thread Don Ross
Hello, I have followed instructions provided for configuring JNDI Datasource for MySQL (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/printer/jndi-datasource-examples-howto.html), and am running into problem on RedHat Linux 7.2. Here is my configuration: RedHat Linux 7.2 (kernel-2.4.7-10)

RE: Problem confinguring MySQL JNDI Datasource RH Linux 7.2

2003-07-31 Thread Don Ross
Scott, I tried your suggestion and I am still getting the same error. Below is the log from the context DBTest, which I setup to use the datasource. I tried another suggestion from following URL: http://www.java-internals.com/code/resourcefactory/readme.html which also defined the datasource

Symlink Problem after setting resources tag allowLinking=true

2003-03-05 Thread Don Ross
After looking through the mail archives and following the examples of enabling symbolic links, I am still unable to get it to work. Added following context to default server.xml following the definition of examples context. Context path=/served docBase=served debug=0 reloadable=true