简体   繁体   中英

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

我已经使用 jsp、tomcat 服务器、mysql 数据库和 jdbc 驱动程序完成了我的学期项目。我不知道如何在互联网上发布它。它在 localhost 中工作正常。请帮助。

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...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM