Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Linux installation and configuration of weblogic11g process

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "the process of installing and configuring weblogic11g in linux". In daily operation, I believe that many people have doubts about the process of installing and configuring weblogic11g in linux. 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 of "the process of installing and configuring weblogic11g in linux". Next, please follow the editor to study!

a. Quickly enter the domain directory

Enter the weblogic home directory

Vi .bashrc

Alias ch='cd / data/weblogic/Oracle/Middleware/user_projects'

Source .bashrc

B.Ip and computer name mapping

Vi / etc/hosts

10.104.0.16 xdsphv51

c. Slow access to the console

Vi / usr/jdk1.6.0_45/jre/lib/security/java.security

Change securerandom.source=file:/dev/urandom to

Securerandom.source=file:/dev/./urandom

d. Do not enter password

Enter domain/server/Adminserver

Create a new security folder

Vi boot.properties

Username=weblogic

Password=Xjdsweblogic.123

Restart the master

10.weblogic console configuration and deployment

Modify the console suffix to xjds

Click New Cluster to create the rest of the default

The new server node name, address and port should belong to the cluster

New computer (Node Manager)

New

Name Select Server Hostname

Type selection ordinary address is ip address port 5556

Add a server to your computer

Deploy the package

Location selection I want to try this location can only choose nostage application package both servers

Start Node Manager both machines need to be started and configured

/ data/weblogic/Oracle/Middleware/wlserver_10.3/server/bin

. / startNodeManager.sh

Enter to / data/weblogic/Oracle/Middleware/wlserver_10.3/common/nodemanager

Change SecureListener=true to SecureListener=false

Change StartScriptEnabled=false to StartScriptEnabled=true

Modify commEnv.sh

Change the client and server of sun to

MEM_ARGS= "- Xms2048m-Xmx2048m-XX:MaxPermSize=512m"

Two computers add trust node manager to realize dual-computer access

The managed machine accesses the master machine and operates on the managed server.

/ data/weblogic/Oracle/Middleware/wlserver_10.3/server/bin

Source setWLSEnv.sh

Java weblogic.WLST

Connect ()

Weblogic

Xjdsweblogic.123

10.104.0.16:9301

NmEnroll ('/ data/weblogic/Oracle/Middleware/user_projects/domains/menhu_domain')

Disconnect ()

Exit ()

Modify setDomainEnv.sh

WLS_MEM_ARGS_64BIT= "- Xms2048m-Xmx2048m"

MEM_PERM_SIZE_64BIT= "- XX:PermSize=512m"

MEM_MAX_PERM_SIZE_64BIT= "- XX:MaxPermSize=1024m"

Dealing with csrf vulnerabilities

/ data/weblogic/Oracle/Middleware/wlserver_10.3/server/lib

Delete all jsp pages in uddiexplorer.war.

At this point, the study on "the process of linux installation and configuration of weblogic11g" is over. I hope to be able to 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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report