September 2011
Intermediate to advanced
528 pages
19h 57m
English
The example in the previous section shows how to set up the Admin Server as a Windows service. You can set up a Windows service for all your Managed Servers as well. However, since you want your Managed Servers to start up after the Admin Server (so they can contact the Admin Server to retrieve their configuration data), you must add the following arguments to the line that invokes the beasvc utility in the installSvc.cmd script (:”%WL_HOME%\server\bin\beasvc”...):
-depend: "beasvc medrec_MedRecServer" -delay: "1600"
The argument -depend refers to the Admin Server that will start before the Managed Server. The -delay argument specifies the amount of time (in milliseconds) the Admin Server ...
Read now
Unlock full access