All Oracle Fusion Middleware products (except for Oracle Web Tier) require the presence of an application server on your system. All Oracle Fusion Middleware products support Oracle WebLogic Server as the application server. About Weblogic Server Oracle WebLogic Server is a scalable, enterprise-ready Java Platform, Enterprise Edition (Java EE) application server. The WebLogic Server infrastructure […]
Weblogic
How to create the weblogic Domain
In the previous post, we have learned about Weblogic installation. How to perform WebLogic installation I would be explaining WebLogic domain creation in this post What is Weblogic domainA domain is an interrelated set of WebLogic Server resources managed as a unit. A domain includes one or more administration servers and managed servers. Various clients […]
Find Weblogic Server Version/Patches in EBS R12.2/ Standalone Weblogic
Find Weblogic Server Version/Patches in EBS R12.2/ Standalone Weblogic 1) Go to Fusion middleware Home directory with run or patch edition cd $MW_HOME grep -I version registry.xml <?xml version=”1.0″ encoding=”UTF-8″?><bea-product-information xmlns:fo=”http://www.w3.org/1999/XSL/Format” xmlns:gpr=”http://www.bea.com/ns/cie/gpr”> <component name=”Common Infrastructure Engineering” version=”7.4.0.0″ InstallDir=””> <component name=”WebLogic Server” version=”10.3.6.0″ InstallDir=”/u05/appl_prod/fs1/FMW_Home/wlserver_10.3″> <component name=”Oracle Configuration Manager” version=”10.3.5.0″ InstallDir=””> 2) we can check the version […]
How to stop-start WebLogic Server
There are multiple ways to start WebLogic Server. We will take a look at WebLogic Startup/Shutdown using scripts. How to stop-start WebLogic Server There are two types of WebLogic Server instances in a domain, Administration Server and Managed Server. Administration Server To start the Administration Server, follow the ensuing steps:1. Log in as the Weblogic […]
Weblogic : Sun JDK and Oracle Jrocket
There are two modes in weblogic : development and Production mode Development mode 1) it comes with sun jDK 2) autodeployment is enabled Production mode 1) it comes with Jrocket JVM 2) autodeployment is enabled Jrocket has following advantages over sun JDK 1) Jrocket has better performance tracking tools with no overhead on the performance […]