Some basic Glassfish commands
I ran out of brain capacity. So here is a list of commands to do some basic glassfish stuff.
| Updating: | pkg image-update |
| Start domain: | asadmin start-domain |
| Stop domain: | asadmin stop-domain |
| Deploy item: | asadmin deploy <path to file> |
| List JNDI entries: | asadmin list-jndi-entries |
Categories: Uncategorized