Weblogic 11g Installation Transcript

Source: Internet
Author: User
Tags create domain

1. Install JDK Package

Install jar to modify environment variables

modifying environment variables

$vi. Bash_profile

Add the following three lines:

Export java_home=/webapps/jdk1.6.0_31

Export path=.: $JAVA _home/bin: $PATH

Export classpath=.: $JAVA _home/lib/dt.jar: $JAVA _home/lib/tools.jar

After saving, execute the following command

$ . . bash_profile

Check if environment variables are in effect after logging back in

$ javac-version

Javac 1.6.0_31

Java-verison-----View Java version

2. Execute the installation command

JAVA-JAR-D64 Wls1036.bin--mode=console is installed using the command line mode.

3. Create domain after installation

[Email protected] bin]$ pwd

/home/mw/weblogic/oracle/middleware/wlserver_10.3/common/bin

[Email protected] bin]$./config.sh-mode=console

4. Add Boot start

Use the root account to log in to modify the/etc/rc.local file

Add a line su-weblogic-c/home/mw/weblogic/do/dssp/startweblogic.sh &

Or add to the current user's. bash_profile

[[email protected] ~]$ ID

uid=54321 (WebLogic) gid=54321 (WebLogic) groups=54321 (WebLogic)

[Email protected] ~]$ pwd

/home/mw/weblogic

[[email protected] ~]$ vim. Bash_profile

Add a row

/home/mw/weblogic/do/dssp/startweblogic.sh &

Weblogic 11g Installation Transcript

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.