There are various ways to find the weblogic version. Here I will be giving the steps for all versions of Weblogic in Unix & windows with command line ADMIN CONSOLE The lower left-hand corner of the WebLogic admin console will print out the version This will work for all weblogic versions WebLogic admin server standard […]
Weblogic
How to enable/Disable JSSE in Weblogic Server in 11g/12c
JSSE stands for Java Secure Socket engine. This is useful while enabling SSL in oracle weblogic server. Oracle 11g weblogic server by default uses the Certicom Bases SSL implementation and supports the TLS version SSLv3 and TLS.10. JSSE enables us to more secure protocol like TLS1.1 and later Reason for Enabling SSE in Weblogic Server […]
How to enable SSL in Oracle Weblogic
Here in this post, i will giving steps on how to enable SSL in Oracle Weblogic which is installed on server “techserv01” (1) First we need to create the keystore and create an certificate request cd <JDK TOP>/bin keytool -genkeypair -keyalg RSA -alias techserv01_key -keysize 2048 -keystore E:\Oracle\WEB\WEBStore.jks -storepass jkstechserv01 -keypass jkstechserv01 keytool -certreq -alias […]
How to perform weblogic Installation
We will go through the weblogic installation 10.3 .6 in the post. Similar will be the installation for Weblogic 12c Here are steps on How to perform weblogic Installation 1) Download the WebLogic software. The package WebLogic Server (10.3.6) generic installer for use with 64-bit JVMs should also be downloaded athttp://www.oracle.com/technetwork/middleware/weblogic/downloads. The filename is wls1036_generic.jar. 2) […]
Oracle Weblogic server
We are explaining Oracle Weblogic server basics in this tutorial What is the Oracle Weblogic server? Oracle Weblogic Server is a Java EE application server currently developed by Oracle Corporation. Oracle acquired WebLogic Server when it purchased BEA Systems in 2008.it is the foundation of the Oracle Fusion Middleware range of products, such as Oracle […]
40 Important Weblogic Interview questions
Here is the compilation of 40 Important Weblogic Interview questions Question 1:What is a WebLogic server?AnswerOracle WebLogic Server is J2EE Server (earlier known as BEA WebLogic Server) similar to Oracle Application Server.Oracle Weblogic server Question 2:What oracle WebLogic server includes?AnswerOracle WebLogic server includes (1)Domain(2)cluster(3)servers Question 3:We often see BSU when using WebLogic. What is the […]