Web portal for various AIS services
- Java 8
- Maven 3
mvn clean install
Multiple choices for running the web app
mvn jetty:run
The maven plugin scans for changes so very suited for web development. Access the app at
http://localhost:8080/
The Jetty Maven plugin can also be run from Eclipse
java -jar target/ais-web-0.1-SNAPSHOT-standalone.war
Access the app at
http://localhost:8080/
Run dk.dma.ais.web.app.AisWebApp
from inside Eclipse, IDEA, etc.
To make this work the following enviroment variable must be set:
runFromIde=true
In Eclipse this can be set using VM arguments in the run configuration:
-DrunFromIde=true
Deploy WAR file on Tomcat, JBoss, Jetty, etc.
This project is licensed under the Apache License, Version 2.0.