Planning for Java CAPS Installation

ProcedureTo Start, Stop, and Delete the Windows Service

In the following commands, DomainName is the name of the domain you are using for Java CAPS. By default, this is domain1.

  1. To start the Windows Service, enter the following at the command prompt:

    net start DomainName


    Note –

    The output is The SunJavaSystemAppServer DOMAIN1 service is starting.. and The SunJavaSystemAppServer DOMAIN1 service was started successfully.


  2. To stop the Windows Service, enter the following at the command prompt:

    net stop DomainName

  3. To delete the Windows Service, enter the following at the command prompt:

    sc delete DomainName