[WLS10] WebLogic Server와 IIS 연동
- Middleware/WebLogic
- 2009. 9. 22.
1. WebLogic Server 설치
생략
2. IIS(Internet Information Services) 설치
생략
3. WebLogic Server 와 IIS 연동 : JSP 파일 호출을 위한 설정
1) IIS에 Plug-in을 설치하면 WebLogic Server 와 IIS를 연동 할 수 있다.
제어판 > 관리도구 > 인터넷 서비스 관리자
웹 사이트 > 기본 웹 사이트 > 마우스 오른쪽 클릭 > 속성
홈 디렉터리 탭 > 구성
매핑 탭 > 추가
실행 파일 : %WLS_HOME%\wlserver_10.0\server\plugin\win\32\iisproxy.dll
확장명 : .jsp
파일이 있는지 확인 : 체크해제
확인 눌러서 저장
4. iisproxy.dll 파일이 존재하는 디렉토리에 가서 iisproxy.ini파일 생성 후 내용 추가
WebLogicHost=localhost (ip 주소)
WebLogicPort=7001 (port 번호)
ConnectTimeoutSecs=30 (weblogic에 연결하기 위해 시도하는 시간)
ConnectRetrySecs=3 (weblogic에 연결하기 위해 시도하는 시간사이의 간격)
5. IIS restart
6. WebLogic Server에 배포된 application이 실행 중인지 확인
Application Deployment(생략)
7. 실행
1) WebLogic Server로 직접적 접근 (http://locahost:7001/index.jsp)
2) WebServer를 통해서 WebLogic Server에 접근(http://localhost/index.jsp)
2번과 같이 실행되면 정상적으로 실행 되는 것이다.
'Middleware > WebLogic' 카테고리의 다른 글
[WLS]JDBC Connection Pool 튜닝 (0) | 2010.04.01 |
---|---|
[WLS]WLDF Console Extension 설치 및 Resource Monitoring(For Linux) (0) | 2009.10.20 |
[WLS]WebLogic Server Window Service에 등록하는 방법 (0) | 2009.09.17 |
[WLS10.0] Auto-Deploying, Redeploying, Undeploying Exploded Archives (0) | 2009.08.06 |
[WLS10.0] Auto-Deploy (0) | 2009.06.15 |