Posts

Showing posts from August, 2017

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...