Java/Apache

WebLogic 8.X 설정

탑~! 2012. 10. 11. 16:40


mod_wl_20.so


추가사항


LoadModule weblogic_module modules/mod_wl_20.so



<Files *.jsp>

SetHandler weblogic-handler

</Files>


<IfModule mod_weblogic.c>

WebLogicHost localhost

WebLogicPort 7001

ConnectTimeoutSecs 30

ConnectRetrySecs 10

MatchExpression *.jsp

MatchExpression /servlet/*

</IfModule>


<Location /weblogic>

    SetHandler weblogic-handler

    PathTrim /weblogic

</Location>


<Location /servlet>

SetHandler weblogic-handler

PathTrim /servlet/*

ConnectTimeoutSecs 20

ConnectRetrySecs 2

DynamicServerList ON

Idempotent ON

</Location>

728x90
반응형