Tomcat-how to deploy a Web project under the Tomcat Web server
Summarize how to deploy a Web project under the Tomcat Web server:
How is the C ++ project deployed on the Web Server Tomcat?
Juvenile, Tomcat is a JAVA Web server and can only load compiled java code
C ++ is a local application or library .. On the one hand, you can't do web services, on the other hand, you can't put them under the Tomcat of the potholes.
How to deploy eclipse projects directly to the webapps directory of tomcat
If you develop a web project, myeclipse is generally used. The latest version is 8.5. I am using this version and installed it at the beginning of the month. It integrates some integration packages for web development projects and can be directly added, which is more convenient. If eclipse is used, the steps are basically the same. Add the tomcat server to the IDE first, after a project is created or imported, the project is associated with the added server. After the code is modified, eclipse is automatically released to tomcat.
Or search "myeclipse configuration tomcat" on the Internet"
It should be a lot.
Please refer to the following link for more information: shz2008bj.javaeye.com/blog/166721,1.