This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes Moving Tomcat project from Eclipse to stand alone Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Moving Tomcat project from Eclipse to stand alone Tomcat" Watch "Moving Tomcat project from Eclipse to stand alone Tomcat" New topic
Author

Moving Tomcat project from Eclipse to stand alone Tomcat

Bai Shen
Ranch Hand

Joined: Sep 24, 2008
Posts: 323
I set up Eclipse to run Tomcat inside of it and everything has been great. However, now I need to move the project from my Eclipse environment to a stand alone Tomcat setup. Is there an easy/recommended method to doing this? TIA.
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
Export project as WAR and deploy it in Tomcat. Just the usual way as you would do without an IDE.

Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
Bai Shen
Ranch Hand

Joined: Sep 24, 2008
Posts: 323
Ah, cool. I didn't know you could export it as a WAR. Thanks.
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
You´re welcome.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Moving Tomcat project from Eclipse to stand alone Tomcat
 
Similar Threads
Multiple Hibernate projects
Fast Tomcat Startup on WinXP
Eclipse 3.2.0:JVM Terminated
Spring: BeanCreationException
Tomcat,Eclipse and form data