Weblogic V6.1 Setup Guide

Weblogic V6.1 Setup Guide

WebLogic V6.1 Setup Guide

  1. Installing WebLogic Server v6.1

__ 1.Log on to Windows with user name wasadmin and password wasadmin.

__ 2.Run the downloaded file, x:\download\weblogic610sp2_win.exe. (Where x: is the drive where the downloaded file is saved.)

__ 3.Wait a moment.

__ 4.On the Welcome page, click Next.

__ 5.Choose Yes and click Next.

__ 6.On the Choose Install Set page, select Server with Examples and click Next.

__ 7.Keep the default BEA Home as x:\bea and click Next. From this point on, the default directory (x:\bea) will be referred as <Bea Install>.

__ 8.Keep C:\bea\wlserver6.1 as the default Installation Directory and click Next.

From this point on, the default directory (x:\bea\wlserver6.1) will be referred as <WebLogic Install>.

__ 9.Keep the Default Server Configuration and click Next.

__ 10.On the Install WebLogic Server Service page, verify that no is selected and click Next.

__ 11.Enter:

Password: weblogic

Verify Password: weblogic

Click Install.

__ 12.Wait for the completion of the installation.

__ 13.Click Done.

  1. Verify the installation of WebLogic Server.

__ 1.Start the WebLogic Default Server. From the Windows Start menu, select Programs -> BEA WebLogic E-Business Platform -> WebLogic Server 6.1 -> Start Default Server. When prompted for a password, enter :

weblogic

Wait for the Server to start. When completed, an entry showing <ListenThread listening on 7001> an entry showing < . . . running in Production Mode> will appear.

__ 2.Start the WebLogic Default Console: from the Windows Start menu, select Programs->BEA WebLogic E-Business Platform->WebLogic Server 6.1->Start Default Console. Enter

User Name: system

Password: weblogic

Click OK.

The administration console should open similar to the following screen.

.

__ 3.Open an IE or Netscape browser. Enter the URL

Make sure you can see the home page.

__ 4.Stop the WebLogic Default Server. In the navigation pane on the left of the Administration Console, expand mydomain -> Servers -> myserver. Right click on myserver and choose Stop this server ...

__ 5.Click Yes to shutdown the server.

  1. Configuring the system path

__ 1.If you haven’t done so, log on to Windows as wasadmin (password: wasadmin). From the Windows Start menu, select Settings -> Control Panel -> System. The System Properties window will be displayed. Select the Advanced Tab -> Environment Variables.

__ 2.Highlight Path under System variable window.

__ 3. Click Edit.... Add the following to the path and click OK.

<Bea Install>\jdk131\bin

__ 4.By the same technique, add the same value to the Path variable listed in the User variables.

__ 5.Select the OK button to return the Environment Variables window. In the System variables sub-window, highlight CLASSPATH entry. Click the Edit ... button

__ 6.Add the following class to Variable Value and click OK.

<WebLogic Install>\lib\weblogic.jar

__ 7.By the same technique, add the same value to the Classpath variable listed in the User variables

Select the OK button to return to the System Properties window. In the System Properties window, select the OK button to apply the changes. Close the Control Panel window.