Oracle Weblogic Server (MOSC)

MOSC Banner

apache weblogic-handler and alias directive

edited Dec 10, 2013 11:44PM in Oracle Weblogic Server (MOSC) 1 commentAnswered ✓
Hi allI have a running configuration using apache module mod_wl_22.so with virtualhosts.
My usual (running) config is similar to this one:
<VirtualHost *:80>
        ServerName www.example.com
        DefaultFileName /application
        WebLogicHost    localhost
        WebLogicPort    7003
        SetHandler      weblogic-handler
</VirtualHost>

Using http://www.example.com in browser it correctly forward to the same host on the correct port and runs the application /application.

Now I need to "alias" a directory for images and other static files and if I write in the browser http://www.example.com/images/image1.jpg I'd like apache to serve the files outside of the application.

I tried to use this config:

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