WebLogic Learning Series 1: Installation of WebLogic Server
Author: wangwd April 16, 2003
WebLogic 7.0, which is powerful, easy to use, makes its market share. Especially in developing some enterprise-based web applications, you can provide flexible support, and your individual wants to write yourself in the process of use and improve.
This series mainly wants to introduce you to the following:
1. Installation of WebLogic Server;
2, WebLogic Domain and Server configuration;
3, the integration of WebLogic and JBUILDER;
4, WebLogic Server releases the first Web Application (JSP);
5. The establishment of WebLogic ConnectionPool;
6. Dating DataSource and TX DataSource;
7. WebLogic Server releases Web Application (servlet);
8. Application of WebLogic ConnectionPool in servlet;
9, WebLogic releases EJB components;
The above content is just initial settings. In the process of learning, it will increase according to the actual situation. Please pay attention to colleagues who are interested in this. I will not say more here, let us start a relaxing learning trip as soon as possible.
This hypothesis is provided as follows: Windows 2000 Professional Operating System. WebLogic 7.0 is installed under C: / BEA.
First, WebLogic Platform brief introduction:
composition:
A: WebLogic Server and WebLogic Workgroup
B: WebLogic Integration
C: WebLogic Portal
D: WebLogic Platform Samples and Utilites
E: Weblogc Integration Complementary Products
Second, the installation:
Double-click on Platform702_WIN32 to start installing WebLogic Server, as shown in Figure 1
figure 1
At this time, start the installation guide, such as Figure 2
figure 2
Click the Next button as shown in Figure 3
image 3
This is the installation agreement, this no doubt should click Yes, then click Next as shown in Figure 4:
Figure 4
A few descriptions for Figure 4:
The system default installation directory is C: / BEA, if there is a BEA directory in your system, the system will automatically request to overwrite this directory. You can choose to install a new directory or override the old directory, but the author recommends that you don't keep two versions of WebLogic in the same operating system. Point down the next button as shown in Figure 5
Figure 5
Figure 5 is a selection of installation methods, and generally recommend that the default installation is selected. Click Next to appear Figure 6
Figure 6
For the installation of the WebLogic700 directory in Figure 6, the installation of the BEA directory can specify a different path, but this adds the burden of management, so it is recommended to select the default installation path, which is installed under the BEA directory. Click Next to start installing, Figure 7 appears after the installation is complete
Please note that this check box will be removed before ending.
Figure 7
After the installation is over, the selection in the check box is removed, so you can complete the installation. If Run QuickStart will appear, as shown in Figure 8, this is just a graphical configuration interface (that is, the graphicization of the program menu). In order to make everyone know more about WebLogic structure, it is recommended that you don't temporarily use this graphical interface.
Figure 8
So far, our software installation has been completed, and a set of shortcuts as shown in Figure 9 should appear in our start menu. Figure 9
The software installation is complete. Now test the installed software is correct, and everyone can first experience the Samples Server that runs WebLogic's own self-contained Samples Server, and feel the spectacular WebLogic.
Click to start à program àbea weblogic platform7.0àWeblogic Server7.0àserver Tour and ExamplesàLaunch Examples Server
When the IE browser automatically opens, the page as shown in Figure 10 will appear.
Figure 10
If I can not be automatically turned on, type the following address (http: // www: 7001 / example,). If the installation is correct, you should appear as shown in Figure 10. This shows that our software installation is correct.
If you are interested in WebLogic learning, please pay attention to the next content: Domain and Server configuration.