Category Archives for weblogic

Node Manager in Oracle WebLogic Server

Node Manageris Weblogic Server utility to start, stop and restartAdministration and Managed Server Instances from remote location (There are other ways as well to start/stop Weblogic check here – Node Manager is optional component). 1. Node Manager Process is associated with a Machine and NOT with specific Weblogic Domain (i.e. Use one node manager for […]

Read More

Deploy ADF application to Oracle WebLogic Server

This post covers extending/enabling WebLogic Server to deploy ADF (Application Development Framework) application.               ADF is development framework to develop Fusion Application (and REA / Rich Enterprise Application using JSF) . Main steps for ADF application to WebLogic Server 1.Install Oracle (BEA) WebLogic Server – skip this step if you already have WebLogic Server (For WebLogic […]

Read More

Security in Oracle WebLogic : Realm, Security Provider, Authentication, Authorization, Users

Security Providers – are modules that provide security service to application to protect Weblogic resource. Types of security providers in WebLogic Server are Authentication Provider, Authorization Provider, Auditing Providers, Credential Mapping Provider, Identity Assertion Provider, Principal Validation Provider, Adjudication Providers, Role Mapping Providers, Certificate Lookup and Validation Providers, Keystore Providers and Realm Adapter providers. Security Provider […]

Read More

WebLogic Server JDBC for Database connection : Step by Step

This is in continuation of my last post on Database Connectivity (JDBC) in WebLogic Server here , In today’s post I am going to cover step by step JDBC configuration using Administration Console. 1. Login to WebLogic Server Administration console (default port 7001) http://hostname:port/console 2. Select Data Sources under JDBC in Services section . . 3. Click on New […]

Read More

JDBC (Java DataBase Connectivity ) in Oracle WebLogic – Overview

This post covers overview of connecting WebLogic Server to Database using JDBC. How to connect to Database from Oracle WebLogic Server : You first create JDBC Datasource (or multi data sources) and then deploy this JDBC datasource (or multi datasource) to WebLogic Server (or cluster) in Domain. Datasource: contains pool of database connections that are […]

Read More

Start WebLogic Server on Linux on port 80, 443 <= 1024

On Unix based system (Linux, Solaris ..), only super user (root) can start any process on port <= 1024 . From security reasons its is not desirable to run WebLogic server as root user.  Solution is to start WebLogic process as root (bind on port 80, 443) and then switch process to non privileged user like oraweblogic or nobody. […]

Read More

Cluster Architecture : Oracle WebLogic Server

This post outlines different Architecture options available with Oracle WebLogic Cluster. It is very important to make yourself familiar with terminology specially tiers (Web, Presentation and Object). . Terminology Architecture – defines how various tiers of an application (Web, Presentation, Object) are deployed on one or more clusters. Tier – Represents logical divisions of an Application’s service. i) Web […]

Read More

Deploy Application on Oracle WebLogic Server

This post is next in series “Learn WebLogic with Us“,  Till now we learned Install Oracle WebLogic Server Definition of Domain, Administration & Managed Server in Oracle WebLogic Create DOMAIN with one Administration Server or two managed server in Cluster and finally How to start Administration or Managed Server in WebLogic This post covers steps to […]

Read More

Oracle WebLogic Server 10g R3 10.3 is out now

In my last post here, I discussed that Oracle is moving from Oracle Application Server to Oracle WebLogic Server (earlier BEA). Oracle recently released WebLogic Server 10g Release 3 (10.3), to check product page click here  Download Oracle WebLogic 10g R3 from here  . Product documentation is still on BEA site here New features in WebLogic Server 10g […]

Read More

Oracle WebLogic Server – Startup/Shutdown

Next step after WEbLogic Installation and Domain Creation here Domain Creation is to know about startup/shutdown in WebLogic Server. Before starting services in Oracle WebLogic, ensure that you are familiar with Domain, Administration & Managed Server There are multiple ways to start WebLogic Server(listed below). This post covers WebLogic Startup/Shutdown  using scripts.  Start WebLogic using Node Manager, WLST […]

Read More
Not found