Skip to content

Middleware Wonders

A place for all middleware solutions

  • Oracle Weblogic Server
  • JBoss
  • Websphere
  • BeginnersCorner
  • Training&Consulting
  • Siteminder
  • Kerberos
  • Webservice
  • LDAP Server
  • SecureSocketLayer
  • Troubleshooting
  • JMS
  • WLST
  • JMX Samples
  • WLDF
  • SNMP
  • Security

Tag: wlst

9 January 2014 weblogicwonders

WLST Script to deploy jar file on Weblogic Server

print 'deploying jar…' connect('weblogic','weblogic123','t3://localhost:7001') try: undeploy('app') print 'Redeploying' except Exception: print 'Deploy' status = deploy(appName='app', path='app.jar',targets='AdminServer,', libraryModule='true') print status

Continue reading
24 December 2013 weblogicwonders

WLST Script to rotate server log file

You can use the script below to rotate server log files using WLST connect('weblogic','weblogic123','t3://localhost:7001') serverRuntime() cd('LogRuntime/AdminServer') cmo.forceLogRotation() print 'Log file

Continue reading
24 December 2013 weblogicwonders

WLST Script to start and stop Datasource

  Script to start Datasource connect('weblogic','weblogic123','t3://localhost:7001') domainRuntime() cd('ServerRuntimes/AdminServer/JDBCServiceRuntime/AdminServer/JDBCDataSourceRuntimeMBeans/PegaRULES') objArray = jarray.array([], java.lang.Object) strArray = jarray.array([], java.lang.String) invoke('start', objArray, strArray) exit()

Continue reading
10 September 2013 weblogicwonders

Configuring SSL on Weblogic Server using WLST Script

Create a certs folder in your C Drive and copy the setWLSEnv.cmd from your WL_HOMEbin to this location. Run the

Continue reading
20 July 2011 weblogicwonders

All Server States using WLST

This is an extension to my earlier post which gives the runtime attributes about the alive servers. https://weblogic-wonders.com/weblogic/2011/03/16/weblogic-server-runtime-using-wlst/ However there

Continue reading
23 March 2011 weblogicwonders

Application State Monitoring using WLST

There are scenarios when you would want to monitor the Application state of the currently deployed applications in the Domain

Continue reading
16 March 2011 weblogicwonders

Monitoring WebLogic Server Runtime using WLST

There are scenarios when you would want to monitor the properties of your alive servers in the Domain using the

Continue reading
26 February 2011 weblogicwonders

Automating application deployment on Weblogic Server.

In this article we will demonstrate three ways of deployment and undeployment on Weblogic Server 1. Using WLST 2. Using

Continue reading
15 January 2011 weblogicwonders

Monitoring JDBC Datasource Runtime Attributes using WLST

Step 1 :- Set the environment C:bea103user_projectsdomainsprpc612bin>setDomainEnv.bat Step 2:- Connect to server and browse to the JDBCDataSourceRuntime MBean C:bea103user_projectsdomainsprpc612>java weblogic.WLST

Continue reading
4 January 2011 weblogicwonders

Remote Administration Of Domain Through WLST

For administration of the whole domain and all the servers in the domain, we can use WLST commands. This is

Continue reading

Posts navigation

1 2 Next Posts»

active directory admin server ant script apache basic authentication classloader ClassNotFoundException Cluster datasource deployment Distributed Setup embedded ldap High CPU JBoss jdbc JMS JMX JNDI jrockit Kerberos LDAP Linux Mbean mbeans Monitoring multicast nodemanager opends openssl Out of Memory plan.xml proxy Queue securing webservices Security Siteminder SSL Topic troubleshooting Twiddle Weblogic WebService Websphere WLDF wlst

Categories

  • Apache
  • General
  • Jboss
  • JMS
  • LDAP
  • Oracle Weblogic Server
  • Security
  • SSL
  • Troubleshooting
  • Uncategorized
  • Webservers
  • Webservice
  • Websphere
  • WLST
Log in
    https://www.facebook.com/weblogicwonders
    WordPress Theme: Wellington by ThemeZee.