Tuesday, February 27, 2007

Java Application Server start and stop manually

Starting the Java Application Server that comes with Java Studio Enterprise 8 by running the start-domain is not recommended due to parameters that are expected by the batch file. Consequently the batch file hangs. To properly start the Java Application Server, open a command prompt and type: Asadmin start-domain

To properly stop the Java Application Server, open a command prompt and type: Asadmin stop-domain

No comments: