Posts

Showing posts from May, 2017

Connecting to Weblogic Server embedded LDAP with jExplorer

Image
In this post I will show how can we connect our embedded weblogic server LDAP with external client like jExplorer. So let's get started- Kindly follow the steps below for the same: Step1: Login to Weblogic console. Step2: Navigate to your domain à Security à Embedded LDAP Step3:  Change Default credentials and Check on Anonymous Bind Allowed (Not recommended for production environment) Step4:  Save it and restart Admin & Managed Servers. Step5:   Download jExlorer tool from http://jxplorer.org/downloads/ Step6: Click on red marked area to create a new connection:  Step7: Enter the connection details: Step8:  Click on OK and will see this- And now you are connected to Weblogic Server embedded LDAP server.

Oracle Weblogic Server- New Data Source Creation

Image
In this post I am going to showcase the way we can add a new JDBC connection resource to our Weblogic server and once created we can use the same for our web applications being deployed on this Weblogic server. So let's get started- I have attached all step wise screenshots for easy understanding: I have used settings for Weblogic Server Version 10.3.6. Similar way is to do with other versions. First Login your oracle Weblogic server console- http://192.168.56.101:7001/console/. And now go through the below steps: