Using Oracle Application Server or OC4J, you sometimes want to start an enterprise application from the command line, when the Enterprise Manager (administration console) is not available – usually it is the ascontrol application (the administration console itself) that I want to start this way.
This is pretty easy to do using the opmnctl command in the application server’s home\opmn\bin directory:
opmnctl startproc application=ascontrol
