These days are driving me crazy.
I previously developed the myeclipse under Windows. Now the mentor wants to move to the Linux eclipse below
Because the enterprise development generally uses the Linux system, and because MyEclipse does not open source. It's not going to work in a business, so just change it.
I didn't have Linux before the key. More useless than Eclipse for web development
Well, now that's the way to conquer
Now take Xfire development WebService as an example
1 Download an eclipse Java EE, do not j2se the version number
2.1 Create a new Dynamic Web project in Eclipse (remember to tick the Generate XML file option)
2.2 Import Xfire package, and copy to Lib
2.3 Create a new Xfire under the Meta-inf folder, create a new Service.xml file under Xfire, and the content is the one with Eclipse Xfire
2.4 Cut the Meta-inf folder to Web-inf
2.5 Change the Web. xml file to copy the Myeclipseproject inside the map.
2.6 Change Service.xml, copy the statement of the specified class inside the myeclipseproject.
2.7 Copy the Myeclipseproject Java files to the SRC folder and remember that the folder structure of the Java files is consistent with MyEclipse
3 Announcement War Package
Right-click Project, where the war packs are directly
4 Deploying the Eclipse under Linux
Copy the war package into Tomcat's WebApp folder and start Tomcat on its own initiative backlog.
(I don't know why some people want to change the configuration file)
Windows Myeclipseproject, application to Linux eclipse