Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sat Apr 30, 2011 8:49 am 
Offline
Newbie

Joined: Sat Apr 30, 2011 8:33 am
Posts: 3
Hi,
I installed tomcat on my linode server,
and configured mysql
with a new DB : DBONE
and username/password : test/test

i configured my application in context.xml accordingly

<Context path="/FillTrack" docBase="FillTrack" reloadable="true"
source="org.eclipse.jst.jee.server:FillTrack">
<Resource name="jdbc/FillTrack" auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="10000" username="test"
password="test" driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/DBONE" />

My application still can't connect to my DB, is there anything else i should do?

I set the tunnel from my desktop
and my local application can access the db , but the one hosted still can't. thx
Thank you for your help


Top
   
PostPosted: Sat Apr 30, 2011 12:32 pm 
Offline
Newbie

Joined: Sat Apr 30, 2011 8:33 am
Posts: 3
sorry i just realized i didn't add the jdbc connector :S:S.
how can i add it to my tomcat ?
thanks


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group