JRA recording (JRockit Runtime Analyzer) is one of the best feature that JRockit Mision Control gives us. As the name
Continue readingCategory: Oracle Weblogic Server
This category has posts related to Oracle Weblogic Server
Comparison Between Sun JDK And Oracle JRockit
As we all know, JVM is responsible in converting the java byte code into machine code (which the machine understands)
Continue readingMethods To Apply Patches In Weblogic Server
Applying patch from server start script: After downloading the patch (jar file) follow the below steps: – Stop your server.
Continue readingUnderstanding the Work Managers
Understanding Execute Queues and Work Managers Execute Queues: The main purpose of having the Execute Queues is to handle
Continue readingVirtual Hosts Configuration with Weblogic Server
Virtual Hosts Virtual hosting, which defines a set of host names to which WebLogic Server instances (servers) or clusters respond.
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 readingWeblogic Setup in Distributed Environment with Node Manager
On the Local Box (Test1) 1) Install Weblogic Server chmod a+x server923_solaris32.bin ./server923_solaris32.bin 2) Create a Domain with two Managed
Continue readingConfiguring IIS with Weblogic Server
This is a simple example of Configuring IIS(running on default port 80) on Weblogic Server. Create two Weblogic Servers running
Continue reading