Weblogic10 installation in Linux environment

  
1.1 Preparation before deployment
Put the WebLogic bin package in a temporary directory (such as: /software).
a, create a weblogic user group.
groupadd weblogic
useradd -g weblogic weblogic
passwd weblogic (Modify weblogic password)

b, create /oracle /weblogic directory, change the directory owner rights
mkdir /oracle /weblogic
chown & ndash; Rf weblogic: weblogic /oracle /weblogic

1.2 webLogic10
installation executable permission given .bin: chmod a + x server103_linux32.bin
performed ./server103_linux32.bin
Enter the welcome screen of the console installation, type [Next] to continue
The license agreement appears. After typing, type [Yes] to continue.
Prompt to select a BEA home directory: /oracle/weblogic
Enter ./server103_linux32.bin
and then select
according to the prompts. There is no special place


1.3 New Domain
Login system using WebLogic users:
/oracle/weblogic/wlserver_10.3/common/bin
[root@linux-test bin]# cd /
[root@linux-test /]# su - weblogic
[weblogic@linux-test ~]$ cd /oracle/weblogic/wlserver_10.3/common/bin
[weblogic@linux-tes t bin] $ pwd
/oracle/weblogic/wlserver_10.3/common/bin


[weblogic @ linux-test bin] ./config.sh

next to


1.4 start weblogic
[weblogic @ linux-test weblogic10mss] $ pwd
/oracle /weblogic /user_projects /domains /weblogic10mss
[weblogic@linux-test weblogic10mss]$ ./startWebLogic.sh
.
.
JAVA Memory arguments: -Xms256m -Xmx512m -XX:MaxPermSize=128m
.
WLS Start Mode=Production
.
CLASSPATH=:/oracle/weblogic/patch_wlw1030/profiles/default/sys_manifest_classpath/
weblogic_patch.jar:/oracle/weblogic/patch_wls1030/profiles/default/sys_manifest_classpath/
weblogic_patch .jar:/oracle/weblogic/patch_cie660/profiles/default/sys_manifest_classpath/
weblogic_patch.jar:/oracle/weblogic/jdk160_05/lib/tools.jar:/oracle/weblogic/wlserver_10.3/
server/Lib/weblogic_sp.jar:/oracle/weblogic/wlserver_10.3/server/lib/weblogic.jar:/oracle/
weblogic/modules/features/weblogic.server.modules_10.3.0.0.jar:/oracle/We Blogic/
wlserver_10.3/server/lib/webservices.jar:/oracle/weblogic/modules/org.apache.ant_1.6.5/
lib/ant-all.jar:/oracle/weblogic/modules/Net.sf.antcontrib_1.0.0.0_1-0b2/lib/
ant-contrib.jar::/oracle/weblogic/wlserver_10.3/common/eval/pointbase/lib/
pbclient57.jar:/oracle /weblogic/wlserver_10.3/server/lib/xqrl.jar::
. . . . . . .
. . . . . . .
Jul 25 16:30:05 EDT 2008 1137967 >
<Feb 23, 2010 3:16:15 PM CST> <Info> <Security> <BEA-090065> <Getting boot Identity from user.>
Enter username to boot WebLogic server:weblogic
Enter password to boot WebLogic server:
Enter username and password
(The above method starts, the current window will hang)

in the directory /oracle /weblogic /user_projects /domains /weblogic10mss
new file boot.properties
edit the file, the file contents:

username = weblogic
password = weblogic

start as a service, do not hang in the current shell process
nohup ./startWebLogic.sh






1.5 Login weblogic console

http://127.0.0.1:7001/console/

password verification is successful, log on to the console

1.6 Stop WebLogic Service
a, pass "http://service address: 7001/console”, shutdownserver
b, use script to stop service:
in #/oracle/weblogic/user_projects /domains/weblogic10mss road Next, there is a stopWebLogic.sh file, you can execute

Copyright © Windows knowledge All Rights Reserved