Posts

Configuring SSL on Oracle WebLogic

Setting up SSL on Oracle WebLogic: To setup SSL on Oracle WebLogic application server, you need to perform the following tasks: Obtain an identity (private key and digital certificates) and trust (certificates of trusted certificate authorities) for Oracle WebLogic application server. Store the identity and trust. Private keys and trust CA certificates are stored in keystores. Configure the identity and trust the keystores for Oracle WebLogic application server in the administration console . Set SSL attributes for the private key alias and password in Oracle WebLogic administration console. Certificates and Keypairs:          Certificates are used for validating the authenticity of the server. Certificates contains the name of the owner, certificate usage, duration of validity, resource location or distinguished name (DN), which includes the common name (CN - web site address or e-mail address depending of the usage) and the certificate I...

Oracle WebLogic Server 12c (12.2.1): Installing WebLogic Server Using the Generic Installer

Below  tutorial shows you how to install Oracle WebLogic Server 12 c   (12.2.1) on a Linux system by using the generic installer. The generic installer requires a Java Developers Kit (JDK), so this tutorial first covers installing the JDK.  What Do You Need? Oracle WebLogic Server 12 c  (12.2.1) software A Linux machine with version 6 or greater of Oracle Linux or Red Hat Linux.(I prefer linux) Downloading JDK 1.8 and the WebLogic Server 12c (12.2.1) Generic Installer: Open a web browser and navigate to the  Java SE Downloads :  http://www.oracle.com/technetwork/java/javase/downloads/index.html . In the  Java Platform, Standard Edition  page section, click  JDK Download. Save the download file - this tutorial uses the jdk-8u65-linux-x64.tar.gz file. This tutorial uses the  /scratch/u01/  location. In the web browser navigate to the  Oracle Fusion Middleware Software Downloads :  http://www.oracle.com/te...

Oracle Weblogic Server Review

Image
Oracle Weblogic Server : Is a Java EE Application Server. Hosts Java EE Applications. Provides Clustering for load balancing and High Availability. Offers an extensible security realms for authentication,authorization and so on.... Is a platform on which "Java Components" of Oracle Fusion middleware run.           Oracle WebLogic Server is a scalable, enterprise-ready Java Platform, Enterprise Edition (Java EE) application server. The WebLogic Server infrastructure supports the deployment of many types of distributed applications and is an ideal foundation for building applications based on Service Oriented Architectures (SOA). SOA is a design methodology aimed at maximizing the reuse of application services.            The WebLogic Server complete implementation of The Sun Microsystems Java EE 5.0 specification provides a standard set of APIs for creating distributed Java applications that can access a wide varie...