How to modify the deployment name of a replicated Web project in eclipseDecember 14, 2016 18:00:43Hits: 7565
In eclipse, sometimes when writing a new demo, for convenience, I often copy the original project, and then do the function modification. However, the problem is that each time a new project is copied, the name of the deployment will be the same as the project name of the old project, so that the previous project name must be used when accessing the URL. Although the same can be accessed, but since the change is going to be completely, so I checked the online solution. Now record the modification steps for future reference.
Example of a problem:
The above image is run on Server and click on the interface that appears next.
Steps to resolve:
Step 1, copy the project, paste into the workspace, modify the project name.
Step 2, select the project name of the new project that was copied, press and hold the Alt+enter key, and the following interface appears.
Enter the Web keyword
Step 3, display the Navigator window.
Step 4, open the Org.eclipse.wst.common.component.xml file under the. Setting folder in your project, and modify it.
Solution Results:
The above image is run on Server and click on the interface that appears next
How to modify the deployment name of the copied Web project in Eclipse (the name of the original project will be followed)