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 →