In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
# create a BEA user group account
[root@oracledb ~] # groupadd-g 600 bea
# create a Weblogic user account
Userhome represents the user's home directory, and GID is the group ID created in the previous step
[root@oracledb] # useradd-d / home/weblogic-g 600 weblogic
[root@oracledb ~] # passwd Weblogic
Install weblogic
# Grant .bin executable permission
Chmod axix filename.bin
[root@oracledb media] # chmod aquix oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-linux32.bin
# execute bin file
[root@oracledb media] #. / oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-linux32.bin
/ lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
# extended 32-bit executable
[root@oracledb media] # yum install zlib.i686
# configure weblogic
[root@oracledb ~] # cd / root/Oracle/Middleware/wlserver_10.3/common/bin
# modify weblogic startup script
Go to the bin directory: cd / root/Oracle/Middleware/user_projects/domains/base_domain/bin
Edit startup file: vi startWebLogic.sh
Find: SAVE_CLASSPATH= "" and add the following after it
WLS_USER= "weblogic"
Export WLS_USER
WLS_PW= "2015"
Export WLS_PW
Modify the current permissions of bin directory Sbin
Weblogic self-starting
Create a weblogic file. In the directory / etc/init.d/weblogic
The command is: touch weblogic
Edit the file weblogic as follows:
Modify / etc/init.d/weblogic permissions
Add weblogic to serve the system and start it in 35 mode, the command is: chkconfig-- add weblogic
Create a weblogic log file named weblogic.log under the directory / var/log/
The command is: touch weblogic.log
Add permissions to the weblogic log file, chown weblogic:weblogic / var/log/weblogic.log
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.