|
Run the startWebLogic command from the directory c:\BEA\WebLogic\samples\domains\wl_server\bin. You should see a long train of console output as the WebLogic server starts up, starting with:
.
.
JAVA Memory arguments: -Xms256m -Xmx512m
.
WLS Start Mode=Development
... and ending with:
<date/time> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<date/time> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
Then a web browser will open, showing the Getting Started page for the WebLogic server. Click the button labeled Shut Down. Provide the string "weblogic" as both the username and password in the login dialog box that pops up. Then the web browser will show "Server is shut down successfully!" Close the web browser. In the original command console you'll see:
Stopping PointBase server...
PointBase server stopped.
|