November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

WebLogic server Administration

WebLogic server Administration

 

WebLogic Server: Oracle WebLogic is a server software application that runs on a middle tier, between back-end databases and related applications an browser-based thin clients. WebLogic is a leading e-commerce online transaction processing (OLTP) platform, developed to connect users in a distributed computing environment and to facilitate the integration of […]

Two Node weblogic 12c server Cluster

server 1 cluster1.rmohan.com cluster1 192.168.1.10 server 2 cluster2.rmohan.com cluster2 192.168.1.11 Download weblogic form the oracle website

fmw_12.1.3.0.0_wls.jar mkdir software

64 BIT # wget –no-cookies –no-check-certificate –header “Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie” “http://download.oracle.com/otn-pub/java/jdk/8u40-b25/jdk-8u40-linux-x64.tar.gz”

# tar xzf jdk-8u40-linux-x64.tar.gz 32 BIT # wget –no-cookies –no-check-certificate –header “Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie” “http://download.oracle.com/otn-pub/java/jdk/8u40-b25/jdk-8u40-linux-i586.tar.gz”

# tar xzf jdk-8u40-linux-i586.tar.gz mkdir /usr/java/

cd /usr/java/jdk1.8.0_40/ [root@cluster1 java]# […]

Weblogic Interview Questions

Weblogic Interview Questions

1)Tell me about yourself?

2) Differences between 8.1,9.2 and 10.2,11g?

3)what are the daily Activities?

4)What are the regularly facing issues?

5)Server down/application not responding?

6)What are daily using UNIX commands?

7)What do you mean by connection pool? differences between connection pool and multipool?

8)What do you mean by data sources? […]

Weblogic 9 Guide

Weblogic Server Administration

History

BEA began as a software company, founded in 1995 and headquartered in San Jose, California. It grew to have 78 offices worldwide at the time of its acquisition by Oracle. BEA Weblogic, now Oracle Weblogic Server – Java EE enterprise infrastructure platform WebLogic Server: Oracle WebLogic is a server software application […]

Weblogic 12.C

[…]

SSL handshake failure debug on weblogic

We can add an environment variable JAVA_OPTIONS with this value: “-Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true -Djavax.net.debug=all”

Also, in WLS I enabled debugging for these topics: ->Environment->Servers->AdminServer: tab ‘Debug’: – Default: DebugSSL – Weblogic, node ‘Security’: certpath, certrevocchecking, credmap, keystore and ssl

weblogic document from Oracle

Weblogic documents from oracle

[gview file=”http://rmohan.com/wp-content/uploads/2013/10/weblogic1.pdf”] [gview file=”http://rmohan.com/wp-content/uploads/2013/10/weblogic2.pdf”] [gview file=”http://rmohan.com/wp-content/uploads/2013/10/weblogic3.pdf”] [gview file=”http://rmohan.com/wp-content/uploads/2013/10/weblogic4.pdf”] [gview file=”http://rmohan.com/wp-content/uploads/2013/10/weblogic5.pdf”]

Hostname Verification failed for certificate with CommonName cluster2.rmohan.com

” for domain “mohan” running in development mode.> <Oct 21, 2013 1:03:19 AM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.> <Oct 21, 2013 1:03:19 AM SGT> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.> <Oct 21, 2013 1:03:49 AM SGT> <Warning> <Security> <BEA-090504> <Certificate chain received from cluster2.rmohan.com – 192.168.1.41 failed hostname […]