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>

Sunday, October 31, 2010

Hi

Hi ,

I start to write this blog for my personal reference , if you like you may use it for your reference .