In this simple example ill demonstrate how to browse to ThreadPoolRuntime and JVMRuntime Mbeans of Weblogic Server and monitor their
Continue readingSending E-Mail Alert on Weblogic Server Shutdown using WLST
I had to develop a simple script to send e-mail alert when the Managed Server goes down. From whatever time
Continue readingShell Script to send alert on HighCPU Usage on Solaris
Find below a sample script which you can use to send a mail when the there is a High CPU.I
Continue readingUserlockout feature of Weblogic Server
To avoid BRUTE FORCE Attacks on Weblogic Server, WLS provides a feature called UserLockout.As the name implies, we can use
Continue readingStage Mode of Deployment in Weblogic Server
In Stage Mode of Deployment, the application is copied over to the stage directory of the target servers. By default
Continue readingCreating a Weblogic Server Domain using config.sh
Step 1). Go to bea103/wlserver_10.3/common/bin Step 2). ./config.sh Step 3). Pass the configuration parameters. <——- Oracle WebLogic Configuration Wizard ——->
Continue readingInstalling Weblogic Server on Linux
1.OS-specific Package installer – they are stanalone installers in .exe or .bin format and have the jdk’s for the respective
Continue readingInstalling Websphere Application Server 7.0 in Silent Mode on Linux
Step 1) Download Websphere Installer from the official IBM Site http://www.ibm.com/developerworks/downloads/ws/was/ There are two types of installers, BASE Edition and
Continue readingPerl Scripting for Beginners
While learning Perl these are the few scripts I developed. I am not an expert in perl but I know
Continue reading