WebLogic preliminary study (1-1)

Source: Internet
Author: User

Summary: WebLogic is a powerful JAVA-based e-commerce kit that provides many powerful middleware to facilitate programming staff to write JSP, SERVLET, and other e-commerce applications, it can provide enterprises with a complete business application solution. For developers, WebLogic can download a complete set of WebLogic at www.bea.com for free and get a license that limits IP addresses for learning and developing code based on this suite. If you need to officially put it into use, you must pay a certain amount of fee to obtain an unlimited license. Because this kit is based on this release method, it is easy for General website developers to get WebLogic for learning and development. Of course, it is another thing to put it into use.

The WebLogic5.10 I got is two large zip files, one is the WebLogic package and the other is the document. Because it is based on JAVA, although there is a distinction between the operating system during the download, but the set I obtained after practice found that both WINNT and LINUX can run, the following mainly uses LINUX as an example, the Installation Method of WINNT is similar.

Preparations before installation:

Before installation, you must obtain a set of JDK corresponding to your operating system (free download at www.sun.com). After installation, uncompress the WebLogic5.10 package. We recommend that you store it in the root directory, this saves a lot of trouble in modifying the settings. in linux, you can solve the problem in other directories, and then make a hard connection in the root directory.

My installed file directory is

/Usr/local/jdk1.2/

/Usr/local/weblogic/

Ln-s // usr/local/weblogic/

Configure weblogic:

To start weblogic, You need to execute two script files:

Linux: setEnv. sh and startWebLogic. sh

WINNT corresponds to setEnv. cmd and startWebLogic. cmd.

1. weblogic. properties

Open the weblogic. properties file of/usr/local/weblogic/and find this line.

Weblogic. password. system =

This is used to set the administrator password. This setting item cannot be blank. Therefore, you must set a reliable administrator password.

Example: weblogic. password. system = sdfjkdshfds

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.