우리가 웹브라우져에서 http://xxx.xxx.xxx.xxx:port/patch/hello.html 쳤을 때 제우스는 입력된 URL 주소에서 이 patch 라는 단어를 식별해 내고, 환경설정에 미리 지정되어 있는 실제 물리적인 디렉토리인 /tmax/jeus/cbs/webhome/app_home/patch 에서 hello.html 이란 파일을 찾게 된다.
<application> <name>patch</name> <path>/tmax/jeus/cbs/webhome/app_home/patch</path> <deployment-type>COMPONENT</deployment-type> <web-component/> <deployment-target> <target> <engine-container-name>cbssvd01_container1</engine-container-name> <web-context-group> <name>MyGroup2</name> </web-context-group> </target> </deployment-target> <classloading>ISOLATED</classloading> <auto-deploy/> </application> |
와 같이 설정했다면 /tmax/jeus/cbs/webhome/app_home/patch 디렉토리에 hello.html 파일을 다음과 같이 만든다.
[cbssvd01@e9812978:/tmax/jeus/cbs/webhome/app_home/patch]ll hello.html -rw-rw-rw- 1 e9812978 cbsdev 7 7월 21일 16:25 hello.html [cbssvd01@e9812978:/tmax/jeus/cbs/webhome/app_home/patch]cat hello.html hello! [cbssvd01@e9812978:/tmax/jeus/cbs/webhome/app_home/patch] |
웹에서 불러 보면 잘 불려지는데...
'프로그램언어 > Proframe' 카테고리의 다른 글
프로프레임 4.0 단축키 (0) | 2010.11.05 |
---|---|
VIEW 의 쿼리에디터 폰트 설정 (0) | 2010.08.27 |
proc 컴파일 옵션 (0) | 2010.08.27 |
프로프레임의 체크인/체크아웃 기능 ( 편집 LOCK, HOLD 기능) (0) | 2010.08.27 |
프로프레임 코드 에디터 환경설정 (0) | 2010.08.27 |