Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Run the following commands, starting in the directory where you want to download ESME:

  1. svn checkout http://svn.apache.org/repos/asf/incubator/esme/trunkImage Removed esme
  2. cd esme/server/
  3. mvn jetty:run

...

After this you should be able to open your web browser and navigate to http://localhost:8080/Image Removed and see ESME running!

...

  1. Install Tomcat
  2. In esme/server directory run "mvn package"
  3. Copy .war file in esme/server/target directory into the webapps/ directory of your Tomcat installation
  4. Start Tomcat (bin/startup.sh in the main Tomcat directory)
  5. Navigate your browser to http://localhost:8080/esme_server_SNAPSHOT_3.0Image Removed