Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Missing the connection database

Author  Topic 

kumsong
Starting Member

1 Post

Posted - 2008-10-13 : 03:32:10
Hi. dear everyone.
I made one jsp website. and it good in my host tomcat server.
problem is occured when deploying the another server.
everything was good at first.but I cannot connect the database. I used the jdbc connection pool to connect the website to database.
I use the mysql 5.0 and server is used the mysql 4.1.22.
but I cannot connect to database.
I used the dbpool.properties file to use pool.
here is my dbpool.properties file.
#GoldenProject
#Sat Oct 11 00:08:39 MYT 2008
GoldenProject.validator=snaq.db.AutoCommitValidator
logfile=/home/iscommy/public_html/env/logs/2008-10-11DBServer.log
GoldenProject.maxpool=5
GoldenProject.user=iscommy
GoldenProject.password=loop53959
drivers=com.mysql.jdbc.Driver
GoldenProject.cache=true
GoldenProject.debug=true
GoldenProject.init=10
GoldenProject.maxconn=10
GoldenProject.url=jdbc:mysql://localhost:3306/iscommy_assetdata?jdbcCompliantTruncation=false&useServerPrepStmts=false
GoldenProject.expiry=0
GoldenProject.prop.jdbcCompliantTruncation=false
GoldenProject.prop.useServerPrepStmts=false
I hope your help.

josongchol

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-10-13 : 03:50:16
jsp and mysql ?

These forums are for microsoft. But you cant see connection strings here www.connectionstrings.com

Good luck
Go to Top of Page
   

- Advertisement -