WAS2010. 9. 27. 10:01

Sun One Webserver 6.1과 Weblogic 8.1 연동시 설정은 C:\Sun\WebServer6.1\https-[서버 구분자]\config 폴더의
magnus.conf, mime.types, obj.conf 파일에 설정 정보 입력으로 간단하게 할 수 있다.


1. magnus.conf
Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="C:/Sun/WebServer6.1/plugins/lib/proxy36.dll"
Init fn="wl_init"

2. mime.types
type=text/jsp                                    exts=jsp

3.obj.conf
Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl_proxy" WebLogicHost="[IP Address]" WebLogicPort="7001"

<Object name="weblogic" ppath="*/*">
Service fn="wl_proxy" WebLogicHost="[IP Address]" WebLogicPort="7001" IdemPotent="OFF"
</Object>


Posted by Tiwaz