Skip to content

Instantly share code, notes, and snippets.

@donigian
Created June 28, 2012 04:30
Show Gist options
  • Save donigian/3009068 to your computer and use it in GitHub Desktop.
Save donigian/3009068 to your computer and use it in GitHub Desktop.
Java Glassfish Commonly Used Commands
to start a web service
as-install/bin/asadmin start-domain
to list running web services
as-install/bin/asadmin list-domains
to stop a web service
as-install/bin/asadmin stop-domain
source: http://docs.oracle.com/cd/E18930_01/html/821-2432/toc.html
admin url
http://localhost:4848/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment