Wednesday, August 31, 2011

apache server weblogic plug in configuration


LoadModule weblogic_module modules/mod_wl_22.so



<IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7002,127.0.0.1:7003
    MatchExpression /*
</IfModule>
<Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7002,127.0.0.1:7003
    PathTrim /weblogic
</Location>

No comments:

Post a Comment