Deploy the Application
Once you have finished customizing the Tile Server and Tile Client, you can deploy and use your new Aperture Tiles application.
To build your application
- Execute the following command in the root of your new-project/ folder, where the path to
gradlew
is relative to your the aperture-tiles directory in your Git project folder:
../gradlew install
To deploy your application
- Copy the new-project.war to the webapps/ directory of your web server (e.g., Apache Tomcat or Jetty).
- If necessary, restart the server.
- Access your application in web browser at http://localhost:8080/new-project.
Next Steps
For details on using your Aperture Tiles application, see the User Guide topic.