Please follow the steps below to create a WORK MANAGER Environment -> Work Manager -> New Configure Maxmimum and Minimum Thread Contraint Target them on the server. Once the work manager is created, an application can be configured to
Continue readingAuthor: weblogicwonders
Steps to generate boot.properties and startup.properties for AdminServer
If we start the AdminServer( which has never been started before using script ) from NodeManager, boot.properties and startup.properties file don’t get created by default and AdminServer fails to start. To create the boot.properties and startup.properties file we need to
Continue readingSTEPS OF INSTALLING OHS 12.2.1.3.0 ON REDHAT LINUX 7 64 BIT
DOWNLOAD OHS 12.2.1.3.0 INSTALLATION FILE FROM ORACLE WEBSITE. INSTALLATION FILE EITHER WILL BE IN a .jar FILE OR IT WILL BE A ZIP FILE. THE ONE I DOWNLOAD IS A ZIP FILE. AFTER DOWNLOADING THE ZIP FILE, EXTRACT THE
Continue readingADDING JAR FILE BY MODIFYING CLASSPATH
ADDING JAR FILE BY MODIFYING CLASSPATH In this doc i will be discussing couple of ways to modify the CLASSPATH and will be adding a jar file in the CLASSPATH. modifying CLASSPATH in commEnv.sh let’s suppose you have a jar file with the name of sample.jar
Continue readingCONFIGURING CROSS DOMAIN SECURITY WEBLOGIC 12C
CONFIGURING CROSS DOMAIN SECURITY WEB LOGIC 12C Cross domain security create trust between multiple domains in a manner that a Weblogic domain can make calls and authenticate to another domain after trust has been establish between them. My Current Environment
Continue readingPlacing Server Start Parameters And Java Options For Optimum Weblogic Server Performance.
Java option or server startup parameter can be use to collect statics, streamline and fine tune Weblogic application server performance issue. Here is the scenario: By default in Weblogic all services get initiated on server start that causes delay in JVM startup time. Let’s
Continue readingSETTING UP NETWORK CHANNEL WEBLOGIC 12C
Setting Up Network channels Network channel is a Weblogic resource that can be configure to separate and load balance network traffic for critical applications to achieve faster performance. Incase of heavy traffic on application servers, one can configure network channels to separate
Continue readingAUTO RESTARTING MANAGE SERVER IN FAILED STATE USING WEBLOGIC NODEMANAGER CRASH RECOVERY FEATURE IN WEBLOGIC 12C
The nodemanager crash recovery feature enable auto restart of manage server incase of JVM failure. The Only Requirement To Use This Feature: Nodemanager should be configure to start manage server. won’t work This feature will not work if out of box manage
Continue readingUPGRADING WEBLOGIC FROM 12.1.2.0 TO 12.2.1 IN DISTRIBUTED SETUP(WEBLOGIC 12c)
THIS IS THE LOOK OF MY CURRENT ENVIRONMENT BEFORE THE UPGRADE. ANOTHER LOOK OF MY ENVIRONMENT BEFORE UPGRADE. Admin server and server1 is running on host01 server2 is running on host02 Both servers are member of cluster1 Nodemanager is configure
Continue readingHow to view active database connections in Tomcat
Configure remote JMX Connectivity for Tomcat by adding these JAVA OPTIONS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false 2. Start jmxconsole and connect to the remote tomcat process. 3. Go to MBeans -> Datasource -> Application Name -> Your Datasource -> numActive
Continue reading