Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (1199 KB)
|
asadmin deploy helloworld-0.1.war |
If you used the grails shared-war command, specify the libraries using the --libraries option. For example:
asadmin deploy --libraries $GRAILS_HOME/lib/glassfish-grails.jar helloworld-0.1.war |
To test your application, point your browser to http://host:port/war-file-name. Do not include the .war extension.
For example, point to http://localhost:8080/helloworld-0.1. You should see a screen that begins, “Welcome to Grails.” Selecting the HelloController link should change the display to, “Hello World!”
For details about the Administration Console, see the online help.
For details about the asadmin deploy command, see the Sun GlassFish Enterprise Server v3 Prelude Reference Manual.
For details about the grails war and grails shared-war commands, see the Grails Quick Start.
For general information about deployment, see the Sun GlassFish Enterprise Server v3 Prelude Application Deployment Guide.