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.
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 2008GoldenProject.validator=snaq.db.AutoCommitValidatorlogfile=/home/iscommy/public_html/env/logs/2008-10-11DBServer.logGoldenProject.maxpool=5GoldenProject.user=iscommyGoldenProject.password=loop53959drivers=com.mysql.jdbc.DriverGoldenProject.cache=trueGoldenProject.debug=trueGoldenProject.init=10GoldenProject.maxconn=10GoldenProject.url=jdbc:mysql://localhost:3306/iscommy_assetdata?jdbcCompliantTruncation=false&useServerPrepStmts=falseGoldenProject.expiry=0GoldenProject.prop.jdbcCompliantTruncation=falseGoldenProject.prop.useServerPrepStmts=falseI 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.comGood luck |
|
|
|
|
|