I’m using Glassfish 3.1.2.
Is it possible to administer the server via some kind of a Java code? And I don’t mean running asadmin command via the Process class.
For example, I’d like to create a JMS queue. Usually I’d created it like:
- login into the Admin console
- go to Resources / JMS Resources
- Destination Resources
- press New button
I’ve settled down with calling asadmin from java program.