Versions Compared

Key

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

...

The build.xml has support for deploying to your Tomcat 6.0 installation. All you need to do is set the server.home property in build.properties to point to your tomcat installation. Then you can run "ant deploy-warear" to deploy to tomcat. You will need to restart tomcat at least the first time. Reloading the context after that will work.

...