We will be discussing weblogic Node manager and managed server start/stop in this article. How to stop/start Node Manager in Weblogic The Node Manager is the WebLogic Server utility to control the lifecycle—start, stop, and restart of the WebLogic Managed Server instances and the Administration Server. It should be available on each and every node […]
Weblogic
Weblogic Administration Console
In this article, we will be checking what is Weblogic Administration Console, and how to access Weblogic Administration Console, How to make changes to configuration through the Weblogic administration console, Uses and examples of changes What is Weblogic Administration Console Web browser-based, the graphical user interface to manage an Oracle WebLogic Server domain.Use the Administration Console […]
How to enable SSL in Oracle Weblogic
Here in this post, I will be 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 a 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 […]
How to stop-start WebLogic AdministrationServer
There are two types of WebLogic Server instances in a domain, Administration Server and Managed Server. and we also have node manager in the WebLogic which can span multiple WebLogic domains in the machine it is running. Here in this post, we will focus on How to stop-start WebLogic AdministrationServer Stop/start Administration Server How to […]
How to find weblogic version in Unix & Windows
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 […]
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 […]