Run Greenhouse from the command line
masterThe application can be run in 'embedded' mode using the Tomcat 7 Maven plugin, which is pre-configured in the pom.xml. This mode does not require external servlet container setup.
- Execute the Tomcat run command:
mvn t7:run - Access the application at
http://localhost:8080/greenhouse.
mvn t7:run