New school: Weblogic installation in Linux

Source: Internet
Author: User
Article Title:: Summary of installing Weblogic in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

Installing weblogic in Linux is quite simple. There are two major steps in total:

1. Install the weblogic main program

2. Create a domain

It is quite easy to follow the wizard prompts throughout the process. The following issues should be noted:

1. The default port published by domain is 8001. You need to change it to another port. During the installation process, select "YES" (this option is "NO" by default ");

After weblogic is installed, the domain configuration execution file is/usr/local/bea/weblogic81/common/bin/config. sh.

2. when configuring domain, there are two modes: production mode and develop mode. If the program running on weblogic is an online version, use the former. Otherwise, use the latter in the development phase.

3. after the domain is configured for the first time, the system will prompt you to enter the password when starting the domain. What I encounter is that the input does not reflect anything, therefore, we recommend that you start the script/usr/local/bea/user_projects/domains/mydomain/startWebLogic. sh directory to create boot. properties file, enter the following content:

Password = weblogic

Username = weblogic

Weblogic automatically encrypts password and username at startup.

4. weblogic8.1 sp6 comes with jre, which are jdk142_11 and jrockit81sp6_142_10 respectively. They are installed in the/usr/local/bea directory and the weblogic main program in a directory. the weblogic domain Script startWeblogic. sh will automatically add JAVA_HOME. Its path is JAVA_HOME = "/usr/local/bea/jrockit81sp6_142_10. Therefore, you do not need to configure JAVA_HOME for weblogic startup.

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.