Created
January 18, 2012 21:00
-
-
Save nicholashagen/1635634 to your computer and use it in GitHub Desktop.
Glassfish Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create a domain with portbase + 80 as the HTTP port | |
asadmin create-domain --portbase [port] [svc-name] | |
# create windows service wrapper for glassfish domain | |
asadmin create-service [svc-name] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment