By default, the SAS
Deployment Wizard configures the WebLogic domain in the following
path:
SAS-configuration-directory/Lev1/Web/SASDomain
.
Your domain might have been configured in a different location.
If you are using an
Oracle WebLogic Server on a Windows system, follow these steps to
start the server:
-
Make sure that the SAS
Services Application (Remote Services) has been started.
-
If the WebLogic Administration
Server is not running, start it by using the following command:
domain-home-directory\startWebLogic.cmd
-
Start the WebLogic Managed
Server by using
startManagedWebLogic.cmd
,
which is located in
domain-home-directory\bin\
.
The syntax is as follows:
startManagedWebLogic.cmd
server-name administration-server-URL
startManagedWebLogic.cmd
SASServer1 http://mycompany.com:7501
Note: SAS includes scripts that
you can use to install the WebLogic Managed Server and WebLogic Administration
Server as Windows services. If you used these scripts to install the
services,
see Running Servers as Windows Services.
If you are using a WebLogic
Server on a UNIX system, follow these steps to start the server:
-
Make sure that the SAS
Services Application (Remote Services) has been started.
-
If the WebLogic Administration
Server is not running, start it by using the following command:
domain-home-directory/startWebLogic.sh
-
Start the WebLogic Managed
Server by using
startManagedWebLogic.sh
,
which is located in
domain-home-directory/bin/
.
The syntax is as follows:
startManagedWebLogic.sh
server-name administration-server-URL
startManagedWebLogic.sh
SASServer1 http://mycompany.com:7501
You can also use other
methods, including the administrative console or the WebLogic Scripting
Tool (WLST), to start these servers. For details, see the WebLogic
documentation at
http://edocs.beasys.com
.
To stop the server,
use stopManagedWebLogic.cmd (on Windows); or stopManagedWebLogic.sh
(on UNIX). These scripts are located in the same directories as the
start-up scripts.