Oracle Weblogic Server (MOSC)

MOSC Banner

Admin console bind Apache ReverseProxy

edited May 5, 2020 10:08AM in Oracle Weblogic Server (MOSC) 1 commentAnswered

HI

We have several domains behind an Apache Reverse Proxy. We cannot figure out, how to set up either mod_rewrite nor mod_wl to connect to the admin console on the weblogic behind this reverse proxy.

This examples do NOT work:

Example 1

   <Location /apjs>

      SetHandler weblogic-handler

      WLSRequest On

      WebLogicHost dev.ap.mydomain.net

      WebLogicPort 31101

      PathTrim /apjs

      DebugConfigInfo ON

   </Location>

Example 2

  RewriteEngine on

  RewriteCond %{REQUEST_URI} ^/apjs/.*

  RewriteRule ^/.*/apjs/(.*) http://dev.ap.mydomain.net:31101/$1

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center