On 6/7/06, JeffBHCS <[EMAIL PROTECTED]> wrote:
I'm curious about something though. In Tomcat, you can manually add a data
source, and I have been trying to do that, thinking that that may be the
problem, but I am not sure if I have all the parameters right.
I had the following:
JNDI Name - jdbc/rollerdb
Data Source URL - jdbc:mysql://localhost:3306/rollerdb
JDBC Driver Class - com.mysql.jdbc.driver
User Name - <MySql_UserName>
Password - <MySql_Passwrd>
Max Active Connections - 4
Max Idle Connections - 2
Max Wait for Connection - 5000
Validation Query - <empty>
Any suggestions? Do I even need to do this?
The installation instructions tell you to add database connection
information to a Tomcat context config file called roller.xml and put
the JDBC jar in common/lib. That's all you should need to set up the
database connection.
- Dave