Deploying SSL Certificates on Oracle Weblogic

Setting up SSL Certificates on Apache or IIS has become common place and a fairly straightforward implementation. Increasingly though, we have customers asking for SSL implementations on Oracle Weblogic, which is a tricky and sometimes complex task.

Oracle Weblogic uses the Java Keystore architecture to manage and deploy SSL Certificates. In this blog, I will describe the process of creating and deploying SSL Certificates on Oracle Weblogic.

Continue Reading →

Deploying a Static Website into Oracle Weblogic as Document Root /

Oracle Weblogic is a common web application server for deploying Java based web applications. In many architectures a standard HTTP server (Apache, IIS) is used to serve static content “in front” of a Weblogic server. There are times when deploying a static website into the server root URL would be ideal without the additional HTTP server and it’s reverse proxy.

In this blog we will demonstrate how to create and deploy a simple HTML portal into the Weblogic URL root / .

Continue Reading →