Reputation: 23
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
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