Linux Weblogic 10.3 Installation

Source: Internet
Author: User

1. Create user and modify Hosts file

Groupadd-g WebLogic

Useradd-u 800-g WebLogic WebLogic

Vim/etc/hosts

10.10.45.155 MYSQL-P01

2. Configuring the JDK

Tar xvf jdk-7u80-linux-x64.tar.gz-c/usr/local/

cd/usr/local/

MV jdk1.7.0_80/jdk_1.7

Su-weblogic

Vim. Bash_profile

java_home=/usr/local/jdk_1.7

Path= $JAVA _home/bin: $PATH: $HOME/bin


Export PATH Java_home

. . bash_profile

3, installation WebLogic

Mkdir/usr/local/weblogic

Unzip wls1036_dev.zip-d/usr/local/weblogic/

Chown-r weblogic.weblogic/usr/local/weblogic/

Su-weblogic

Vim. Bash_profile

java_home=/usr/local/jdk_1.7

Path= $JAVA _home/bin: $PATH: $HOME/bin

Mw_home=/usr/local/weblogic


Export PATH java_home mw_home

. . bash_profile

cd/usr/local/weblogic/

./configure.sh

. $MW _home/wlserver/server/bin/setwlsenv.sh

#创建域

cd/usr/local/weblogic/wlserver/common/bin/

./config.sh

#修改支持JDK版本

cd/usr/local/weblogic/wlserver/common/bin/

Vim commenv.sh

Sun_arch_data_model= "64"

Java_use_64bit=true

#修改内存

cd/usr/local/weblogic/user_projects/domains/base_domain/bin/

Vim setdomainenv.sh

wls_mem_args_64bit= "-xms256m-xmx512m"

#设置免密码启动

cd/usr/local/weblogic/user_projects/domains/base_domain/servers/adminserver/

mkdir Security

Vim Security/boot.properties

Username=weblogic

Password=weblogic123

#启动管理服务器

cd/usr/local/weblogic/user_projects/domains/base_domain/bin/

Nohup./startweblogic.sh >/dev/null 2>&1 &


Linux Weblogic 10.3 Installation

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.