Linux installation WebLogic Service
First, the Environment preparation:
Linux system
Jdk-7u75-linux-x64.tar.gz(http://pan.baidu.com/s/1kTh5Vx1)
Wls1212_dev.zip(http://pan.baidu.com/s/1nttDkq1)
Second, installation steps:
1. First create WebLogic user, user group, and set home directory
[Email protected] ~]# useradd-d/weblogic WebLogic
[Email protected] ~]# passwdweblogic
change User WebLogic the password .
the new Password:
Invalid Password: It is based on a dictionary word
re-enter the new Password:
passwd : all the authentication tokens have been successfully updated.
[email protected] ~]# LL/
drwx------4 weblogic weblogic 4096 4 Month 13:50weblogic
Set Directory /weblogic the owner is WebLogic User
[Email protected] ~]# chownweblogic.weblogic/weblogic/
Switch to WebLogic user-created directory /weblogic/weblogic
[Email protected] ~]# su-weblogic
[Email protected] ~]$ pwd
/weblogic
[Email protected] ~]$ mkdirweblogic
[[email protected] ~]$ ls
Weblogic
2. Unzip Wls1212_dev.zip to the /weblogic/weblogic/
[[email protected] WebLogic] $unzip wls1212_dev.zip
[email protected] weblogic]$ LL
drwxr-xr-x 5 weblogicweblogic 4096 6 Month 72013 wls12120
3. installation JDK Setting Environment Variables
[[email protected] ~]$ ls
jdk-7u75-linux-x64.tar.gz WebLogic
[Email protected] ~]$ tar zxvfjdk-7u75-linux-x64.tar.gz
[[Email protected] ~]$ exit
Logout
[Email protected] weblogic]# Vim/etc/profile
exportjava_home=/weblogic/jdk1.7.0_75/
exportmw_home=/weblogic/weblogic/wls12120
Exportpath= $JAVA _home/bin/: $PATH
Exportwls_home=/weblogic/weblogic/wls12120/wlserver
[Email protected] weblogic]# Source/etc/profile
4. Start Installation WebLogic , run the installation configuration script directly
[Email protected] weblogic]# su-weblogic
[Email protected] ~]$ cd/weblogic/weblogic/wls12120
[Email protected] wls12120]$./configure.sh
Start the installation (time is a bit long)
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6B/DF/wKiom1U4oo7AUfAeAAG6XxQePuA672.jpg "title=" 1.png " alt= "Wkiom1u4oo7aufaeaag6xxqepua672.jpg"/>
The execution is done
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6B/DF/wKiom1U4oq2zelX2AAWXvtix4Jw336.jpg "title=" 2.png " alt= "Wkiom1u4oq2zelx2aawxvtix4jw336.jpg"/>
What you're saying here is that you want to configure a domain (this does not create the input N )
5. Configuration WebLogic the environmental parameters
[[email protected] wls12120] $pwd
/weblogic/weblogic/wls12120
[Email protected] wls12120]$ cdwlserver/server/bin/
[Email protected] bin]$./setwlsenv.sh
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6B/DB/wKioL1U4pEvDNST0AAP6pE5YuVM682.jpg "title=" 3.png " alt= "Wkiol1u4pevdnst0aap6pe5yuvm682.jpg"/>
this WebLogic the basic environment of the configuration is complete.
6. now start creating the domain, first create a domain folder
[Email protected] bin]$ cd/weblogic/weblogic/
[[email protected] WebLogic] $mkdir jlbddomain
[Email protected] weblogic]$ cdjlbddomain/
Go to the Create Domain folder and execute the following command to start creating the domain
[Email protected] Jlbddomain]$/weblogic/jdk1.7.0_75/bin/java $JAVA _options-xmx1024m-xx:maxpermsize=256m-jar/ Weblogic/weblogic/wls12120/wlserver/server/lib/weblogic.jarweblogic.server
will prompt for missing config . configuration file:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6B/DB/wKioL1U4pHzAEgw9AAOftwy-K0Y115.jpg "title=" 4.png " alt= "Wkiol1u4phzaegw9aaoftwy-k0y115.jpg"/>
input Y generate a default configuration and restart
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6B/DB/wKioL1U4pLPBEF8IAAh7n5MMhz8333.jpg "title=" 5.png " alt= "Wkiol1u4plpbef8iaah7n5mmhz8333.jpg"/> let set user name password, password to set the complex point ...
Note: He has been restarted since the restart, but this time has been able to access the weblogic , this is not the way ... so I started it in a different way . nohup/weblogic/jdk1.7.0_75/bin/java$java_options-xmx1024m-xx:maxpermsize=256m-jar/weblogic/weblogic/ Wls12120/wlserver/server/lib/weblogic.jar Weblogic.server &
7. Open Browser Input http://xxxxx:7001/console/
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6B/DB/wKioL1U4pR-R9TO6AAT7EDlgw7c649.jpg "title=" 6.png " alt= "Wkiol1u4pr-r9to6aat7edlgw7c649.jpg"/>ok!
Linux Installation WebLogic Service