Requirements
Application Server and Container:
- Glassfish glassfish.dev.java.net
- Apache TomCat tomcat.apache.org
Deploying on Tomcat application server
Get the WAR file in <constellation directory>/gui/postgrid-web/target/postgrid-web-1.0-SNAPSHOT.war .
Rename it like you want.
deploy it by adding the war file to the tomcat/webapps directory or by the manager interface.
Deploying on Glassfish application server
Get the WAR file in <constellation directory>/gui/postgrid-web/target/postgrid-web-1.0-SNAPSHOT.war .
Rename it like you want.
deploy it by adding the war file to the glassfish autodeploy directory or by the glassfish interface.
Labels