wlst script example to manage weblogic server
While managing multiple domains with huge number of managed servers becomes very hard if you don’t have the scripts to...
Application Servers / Automation / bash / Fusion Middleware / Java App Servers / Must Know / Oracle/BEA WebLogic / Python / Scripting Languages / Shell Scripting
by Ramakanta · Published September 22, 2013 · Last modified November 28, 2014
While managing multiple domains with huge number of managed servers becomes very hard if you don’t have the scripts to...
Application Servers / FAQ / Fusion Middleware / Java App Servers / Must Know / Oracle/BEA WebLogic / Python / Security / Troubleshooting
by Ramakanta · Published September 16, 2013 · Last modified November 28, 2014
Using clear text passwords in the configuration files are supported only for a development domain. In a production domain, WebLogic...
Application Servers / Java App Servers / Oracle/BEA WebLogic / Python
by Ramakanta · Published June 15, 2013 · Last modified June 9, 2015
This is a very basic question I have got from many users. There are multiple ways of getting this info....
Application Servers / Automation / Java App Servers / Oracle/BEA WebLogic / Python
by Ramakanta · Published May 12, 2013 · Last modified May 13, 2015
We had a requirement where you need to have status check,stop,start,deploy and undeploy of an application automatically using scripting. So we checked...
Application Servers / Java App Servers / Oracle/BEA WebLogic / Python
by Ramakanta · Published November 15, 2012 · Last modified December 9, 2014
readDomain(‘/opt/bea/wls10/user_projects/domains/my_domain’) #setOption(‘ReplaceDuplicates’,’true’) #setOption(‘OverwriteDomain’,’true’) #delete(‘myJMSServer’,’JMSServer’) #delete(‘myJMSServer1′,’JMSServer’) #delete(‘myJMSServer2′,’Server’) # Create a JMS Server. #======================================================================================= cd(‘/’) create(‘myJMSServer’, ‘JMSServer’) create(‘myJMSServer1′,’JMSServer’) create(‘myJMSServer2′,’JMSServer’) #=======================================================================================...
Application Servers / Java App Servers / Oracle/BEA WebLogic / Troubleshooting
by Ramakanta · Published October 15, 2012 · Last modified November 21, 2016
When we start the managed server with the help of nmStart() we might see the following unusual error in NodeManager...
Application Servers / Fusion Middleware / Java App Servers / Oracle/BEA WebLogic / Security / SSL/SecureSocketLayer
by Ramakanta · Published September 26, 2012 · Last modified November 21, 2016
Note: To create a Wallet using WLST the component has to be associated with a WLS domain. If you...
Application Servers / Java App Servers / JVM Tuning / Oracle/BEA WebLogic / Python
by Ramakanta · Published June 21, 2012 · Last modified November 26, 2014
Below python/WLST script can be used to configure overload protection in weblogic server using WLST tool. connect (‘weblogic’,’weblogic’,’t3://tpaste.com:9001′); edit() startEdit(true)...
Application Servers / Java App Servers / Oracle/BEA WebLogic
by Ramakanta · Published June 18, 2012 · Last modified November 22, 2016
Creating a User To create a user, invoke the UserEditorMBean.createUser method, which is extended by the security realm’s AuthenticationProvider MBean....
Application Servers / Clustering / Java App Servers / Oracle/BEA WebLogic
by Ramakanta · Published May 31, 2012 · Last modified August 30, 2016
Below wlst script can be used to – Configure the Administration Server and SSL port. – Define the default user...
Advertisement
Advertisement
Advertisement