Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • From command prompt change the directory to project source folder 'xconf-simulator'
  • Create the war file by running the following command:
           mvn clean
           mvn package
  • New war file (xconf-2.0.0.war) will be created in the target/ directory inside xconf-simulator directory
  • Rename the xconf-2.0.0.war to XCONFSimulator.war

Deploy the war

Following web page will provide the detail steps to deploy war file in tomcat server.

...