In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces "how to install Weblogic in CentOS7". In daily operation, I believe many people have doubts about how to install Weblogic in CentOS7. The editor consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the doubts about "how to install Weblogic in CentOS7". Next, please follow the editor to study!
WebLogic is an application server produced by American Oracle Company, that is to say, a middleware based on JAVAEE architecture. BEA WebLogic is a Java application server used to develop, integrate, deploy and manage large-scale distributed Web applications, network applications and database applications.
Environment linux version: CentOS7 64bit (abbreviated) fmw_12.2.1.3.0_wls.jarjdk-8u201-linux-x64.tar.gz (uninstall the jdk that comes with the linux system Install our own jdk) 2, install step 1, download WebLogic download address: https://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html2, Create installation user and authorize # Root user to execute groupadd weblogic# add user group useradd-g weblogic weblogic# add user: useradd-g user group username passwd weblogic# authorization # chown-R group: user directory chown-R weblogic:weblogic / home/weblogic/chmod 777-R / home/weblogic # set up su-weblogic3, create a new directory (installation directory) mkdir-p / home/weblogic
Note: if you are prompted for insufficient permissions, you can add sudo before the command to enter the installation package path and copy the installation package to the new installation directory
Note: keep the JDK compilation environment consistent with the running environment during installation, otherwise you will be prompted to differ!
Cd / path sudo scp-r fmw_12.2.1.3.0_wls.jar/var/log/ root@192.168.178.109:/home/weblogic
Give executable permissions to the installation file
Chmod axix fmw_12.2.1.3.0_wls.jar
Execute installation command
Java-jar fmw_12.2.1.3.0_wls.jar-mode=console
Note: if the installation file is in .bin format, the installation command is:. / wls2130_generic.bin-mode=console; can not add the "- mode=console" console text mode, because when you cannot start the graphical installation interface during installation, it will automatically enter the text console mode and jump out of the graphical installation interface to install sequentially
1. Welcome interface (skip updates) 2. Select the installation path: (installation directory can be modified by yourself) 3. Select the installation type. Generally, select the first WebLogic Server4, condition check page 5, and security update page. You can fill in the mailbox at will, and then pop up the connection failure. Check I do not want to receive the relevant configuration and click to continue. Continue with the next step 5. Security update page, you can fill in the mailbox at will. Then pop up the connection failed, check I do not want to receive the relevant configuration click to continue, continue to the next step 7, installation progress page, show the installation progress, you can proceed to the next step to create domain configuration 8, installation complete 9, create a new domain 10, configuration wizard 11, set up administrator account (weblogic@2019) 12, domain mode and JDK Weblogic automatically recognizes the configured JDK (optional production) 13, advanced configuration page, default (all three) 14, management server page, default 15, node management (password: weblogic@789) 16, managed server (hostname and port) 17, cluster configuration, etc. 18, configuration summary page, display domain configuration information 19, configuration progress page, display configuration information 3, startup
Startup script address installation path
Cd / home/fairy/Oracle/Middleware/Oracle_Home/user_projects/domains/base_domain/bin/ start: startWebLogic.sh (. / startWebLogic.sh) (. /. / startWebLogic.sh) stop: stopWebLogic.sh port configuration file: Middleware/Oracle_Home/user_projects/domains/base_domain/config domain configuration interface script: Middleware/Oracle_Home/oracle_common/common/ bin directory #. / config.sh 4. Test connection ssh Test: telnet ip+ Port number (telnet 10.9.36.105 ssh) web Test: access address: http://IP+Port (7001) / console (http://192.168.178.109:7001/console))
As follows:
Enter the user name and password to start the server node
V. deployment
Copy the package to the installation directory
Cd / home/fairy/Oracle/Middleware/Oracle_Home/user_projects/domains/base_domain/bin/./startManagedWebLogic.sh hostname web page url (. / startManagedWebLogic.sh mysql02 http://192.168.178.109:7001)) so far, the study on "how to install Weblogic in CentOS7" is over. I hope you can solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
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.