OHS Web Server 설정방법

*** nabiro, ohs, 웹서버, 설정, 서비스

OHS Web Server 설정방법
 
/sw/ohs/WebTier/instances/instance1/config/OHS/http-act/mod_wl_ohs.conf 파일을 수정한다. 
 
# NOTE : This is a template to configure mod_weblogic.
 
LoadModule weblogic_module   "${ORACLE_HOME}/ohs/modules/mod_wl_ohs.so"
 
# This empty block is needed to save mod_wl related configuration from EM to this file when changes are made at the Base Virtual Host Level
<IfModule weblogic_module>
      WebLogicHost 192.168.112.136
      WebLogicPort 8001
      #Debug ON
      #WLLogFile /tmp/weblogic.log
 
 #2010.09.09 / cskim@softcm.co.kr
 # 아래의 *.확장자  타입의 파일들은 WAS가 담당하게 된다. 
 # 폴더 이름으로 구분 하는 것은 없나보다. 
      MatchExpression *.jsp
      MatchExpression *.properties
      MatchExpression *.rec
      MatchExpression *.rps
      MatchExpression *.xml
</IfModule>
 
# 2010.09.09 / cskim@softcm.co.kr
# 아래의 경로는 http://192.168.112.136:6001/act/index.htm 이라고 요청하면
# act라는 경로를 기준으로 WAS 즉 weblogic-handler가 서비스를 가져간다고 이해하면 됩니다. 
# 주석 처리했으니 WEB service가 지금은 서비스를 수행합니다. 
#<Location /act>
#      SetHandler weblogic-handler
      #ErrorPage  http:/WEBLOGIC_HOME:WEBLOGIC_PORT/
#</Location>
 
 
#<Location /examplesWebApp>
#      SetHandler weblogic-handler
      #ErrorPage  http:/WEBLOGIC_HOME:WEBLOGIC_PORT/
#</Location>

댓글

Designed by JB FACTORY