6 Starting the HTML Server

The HTML Server is started using these scripts:

While logged on to the HTML Server as oracle, you can submit these commands to run in the background by changing to the bin directory of your HTML installation and running the scripts as shown in this example, where each script command line is suffixed with the ampersand sign:

cd /u01/Oracle/Middleware/user_projects/domains/html_domain/bin
./startWebLogic.sh &
./startManagedWebLogic.sh JAS898DV &

Alternately, you can start JAS898DV through the WebLogic Administration Console or from Server Manager. When starting JAS898DV either of these ways, the node manager process must be started from the command line on the HTML Server before starting JAS898DV. For example:

cd /u01/Oracle/Middleware/wlserver_10.3/server/bin
./startNodeManager.sh &

Note:

You should always shut down services before shutting down a VM Guest. When a VM Guest is shutdown and restarted, the Server Manager Agent may need to be manually restarted by logging in as oracle and running the startup steps.

To shutdown services, log in as oracle and cd to the bin directory as above, and run the following scripts:

/stopManagedWebLogic.sh JAS898DV

./stopWebLogic.sh

For example, your console might look like this when executing the start commands:

[root@custhtml]# su - oracle
[oracle@custhtml]$ cd /u01/Oracle/Middleware/user_projects/domains/html_domain/bin
[oracle@custhtml bin]$ ./startWebLogic.sh &
 
JAVA Memory arguments: -Xms512m -Xmx512m
WLS Start Mode=Production
. 
.
<May 26> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "html_domain" running in Production Mode> 
<May 26> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING> 
<May 26> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
 
[oracle@custhtml bin]$ ./startManagedWebLogic.sh JAS898DV &
 
JAVA Memory arguments: -Xms512m -Xmx512m
WLS Start Mode=Production
. 
.
 <May 26> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "JAS898DV" for domain "html_domain" running in Production Mode> 
<May 26> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING> 
<May 26> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>