[iPlanet] 설치 및 구성시 참고

View Comments

1. magnus.conf 파일의 입력 부분

 

#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#

Init fn="load-modules" shlib="libj2eeplugin.so"
Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="/SW/webtier/plugins/libproxy_61.so"
Init fn="wl_init"


2. obj.conf 파일의 입력부분 


2-1) J2EE 부분은 주석 또는 삭제


2-2) mime 방식


Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl_proxy" WebLogicCluster="IP:port,IP:port,IP:port" Idempotent="OFF" DynamicServerList="OFF" ConnectTimeoutSecs="30" ConnectRetrySecs="1" DebugConfigInfo="ON" Debug="OFF" WLCookieName="JSESSIONID" WLIOTimeoutSecs="300" KeepAliveEnabled="true"


mime 방식 사용시에 mime.type에 설정 추가 해야 함.

type=text/jsp     exts=jsp


2-3) URL or PPath 방식



<Object name="weblogic" ppath="*/test/*">
Service fn="wl_proxy" WebLogicCluster="IP:port,IP:port" Idempotent="OFF" DynamicServerList="OFF" ConnectTimeoutSecs="10" ConnectRetrySecs="2" WLCookieName="Test_SESSIONID" DebugConfigInfo="ON" Debug="OFF" WLIOTimeoutSecs="300" KeepAliveEnabled="true"
</Object>


2-4) error 부분 설정


Error fn="send-error" code="401" path="/SW/webtier/error/401.html"
Error fn="send-error" code="403" path="/SW/webtier/error/403.html"
Error fn="send-error" code="404" path="/SW/webtier/error/404.html"
Error fn="send-error" code="500" path="/SW/webtier/error/500.html"
Error fn="send-error" code="503" path="/SW/webtier/error/503.html"


3. 일반적 튜닝 부분


3-1) iPlanet Web Console->구성 탭->가상 서버 선택->성과 탭”으로 이동


스레드 풀 설정에서
-최소 스레드 : 1024
-대기열 크기 : 4096


3-2) 구성 탭->인스턴스 선택->가상 서버->서버선택 으로 이동


서비스 품질에서 사용 가능 라디오 버튼 체크





Comments (+add yours?)

Tracbacks (+view to the desc.)