Showing posts from July, 2014Show All
Weblogic :GridLink data source using WLST

Log in as a wls user to shell and start WLST : [wls@prod01]$ $WL_HOME/common/bin/wlst.sh Connect to the Administration Server using wlsadmin as the user, <pwd> as the password, and t3://adminhost.domain.local:…

Log in as a wls user to shell and start WLST : [wls@prod01]$ $WL_HOME/common/bin/wlst.sh Connect to the Administration Server using wlsadmin as the user, <pwd> as the password, and t3://adminhost.domain.local:7001…

Oracle Weblogic : The multi data source HA Strategy

The multi data source has two strategy options for highly available connections for an Oracle RAC database. The strategy is defined by the Algorithm Type parameter. Carry out the following steps to configure the high availabi…

Oracle Weblogic Server : Creating the multi data source using WLST

Log in as a wls user to shell and start WLST : [wls@prod01]$ $WL_HOME/common/bin/wlst.sh Connect to the Administration Server using wlsadmin as the user, <pwd> as the password, and t3://adminhost.domain.local:7…

Oracle Weblogic Server : Creating a multi data source

The multi data source should be used when connecting to an Oracle RAC database . The multi data source is a data source abstraction that groups all the individual data sources that connect to each node of the Oracle RAC datab…

Oracle Weblogic Server : Creating the JDBC data source using WLST

Creating the JDBC data source using WLST Log in as a wls user to shell and start WLST: [wls@prod01]$ $WL_HOME/common/bin/wlst.sh Connect to the Administration Server using wlsadmin as the user, <pwd> as the password, a…

Oracle Weblogic Server: Creating a JDBC data source

The data source will be named ds-nonXA using the required JNDI jdbc/ds-nonXA . The target will be the cluster PROD_Cluster , the same target as that of the DBApp application. The database username is dbuser and the password …

Log in to the shell as the user wls and start WLST : [wls@prod01]$ $WL_HOME/common/bin/wlst.sh Connect to the Administration Server using wlsadmin as the user, <pwd> as the password, and t3://adminhost.domain.loca…

Oracle Weblogic : Enabling the Administration Port

The Administration Port is a domain wide configuration that segregates all administrative traffic from the application traffic.The Administration Port requires all WebLogic Server instances, including the Administration Server…

Oracle Weblogic Server : Securing a web application with basic authentication

Apply security to an application for example  myAuthApp.war by following these steps: Click on the myAuthApp link from the Deployments page. Open the Security tab and then click on the Policies tab from the Application …

Here a new group called myAuthGroup will be created and a new user , authUser , will be created and assigned to this group. PRODSQLProvider will be used. Create a new group, myAuthGroup , and a new user, authUser , for PRO…

Oracle Weblogic server : Creating a new SQL authentication provider

DefaultAuthenticator(which is created by defult) authenticates the users and groups stored in the internal LDAP mechanism on the WebLogic Server. The Administration Server runs the master LDAP and the Managed Servers run the …