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>
'WAS' 카테고리의 다른 글
Sun One Web Server 6.1 SSL 설정 - obj.conf / magnus.conf (1) | 2010.09.27 |
---|---|
Sun One Webserver 6.1 설치 (1) | 2010.09.27 |
XP에서 Weblogic 8.1 SP5 설치 및 외부 라이브러리 설정 (0) | 2010.09.27 |
Tomcat6.x JNDI DataSource How-To (0) | 2010.01.13 |
Windows 2003 Server에서 외장하드 인식 설정 (0) | 2009.11.05 |