Skip to content

Instantly share code, notes, and snippets.

@nicholashagen
Created January 18, 2012 21:00
Show Gist options
  • Save nicholashagen/1635634 to your computer and use it in GitHub Desktop.
Save nicholashagen/1635634 to your computer and use it in GitHub Desktop.
Glassfish Commands
# 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