Thursday, September 23, 2010

Create WAR file from Eclipse project

  1. Open the command line window.
  2. Go to the war directory of the project.
  3. Run the following command:
    • jar cvf name_for_deploy.war .
  4. Deploy the war with Tomcat or Glassfish.

No comments: