How to deploy the j2ee Project Server ?, J2ee project deployment
1. Right-click the Project and choose "1"> "Project"> "Add 1:
Figure 1
2. Click Add> Server (Tomcat 7.x)> Finish 2:
Figure 2
3. OK!
The J2EE project needs to run through the Deployment Server. What are common deployment servers?
In java, tomcat or wbelogic is generally used (less)
This is not called a Deployment Server. The Application Server is a type of middleware.
Currently, most common tomcat versions are 5.0, 6.0, and 7.0.
How to deploy a j2ee project to the tomcat webapp
According to your statement, is the development tool eclipse or myeclipse used? Right-click the project name and choose EXPORT & gt; package it into a war file to get the project name. put the war file in the webapp folder under the tomcat installation directory, and then start tomcat.
Without the above IDE, it will be a little more troublesome. You can use the java package tool to compress the project into a. war package, and then perform the above steps.