leela
leela

Reputation: 23

how to publish my jsp project on internet using tomcat,mysql and jdbc driver

I have completed my semester project using jsp,tomcat server,mysql database and jdbc driver.I dont have any idea how to publish it on internet.It is working fine in localhost.Please help.

Upvotes: 2

Views: 147

Answers (1)

MaVRoSCy
MaVRoSCy

Reputation: 17839

Basically you need to purchase a domain and a hosting place. Your hoster should support Tomcat and MySQL service. Then you need to build up your database, and deploy your application on the Tomcat server. And voila!

Note: The jdbc driver is not an issue since it can be included within your application...

Upvotes: 1

Related Questions