728x90
* 기초적으로 셋팅해야 할 파일 중
JEUSMain.xml, http.m, WEBMain.xml, jeus-web-dd.xml, rewrite_.cfg 을 기술할 예정이다.
제우스와 웹투비를 연결하기 위해서는 약간의 설정이 필요하다.
프로젝트마다 환경 및 성향이 다르므로 참고용으로만 보길 바란다.
설명 :
프로젝트 파일이 있는 곳에 있거나 (D:\UP\TEST02\web) 없다면 jeus-web-dd.xml 생성 후 작성
별건아니지만 처음 제우스 셋팅때 이 파일이 없어서 꽤나 애먹었다.
jeus-web-dd.xml의 <context-path> 와
JEUSMain.xml 의 <application>의 <context-root> 과
http.m의 uri Uri = "/uptest02" 와
rewrite_.cfg의 RewriteRule ^/$ /uptest02/$1 [L] 는 동일 값 (uptest02)
<context-path>를 확인하여 작성
4. jeus-web-dd.xml
<?xml version="1.0" encoding="UTF-8"?><jeus-web-dd xmlns="http://www.tmaxsoft.com/xml/ns/jeus" version="6.0">
<context-version>0</context-version>
<context-version-timeout>60</context-version-timeout>
<context-path>/uptest02</context-path>
<enable-jsp>true</enable-jsp>
<auto-reload>
<enable-reload>false</enable-reload>
<check-on-demand>false</check-on-demand>
</auto-reload>
<max-instance-pool-size>-1</max-instance-pool-size>
<webinf-first>false</webinf-first>
<attach-stacktrace-on-error>false</attach-stacktrace-on-error>
</jeus-web-dd>
728x90
'프로그래밍-2 > server' 카테고리의 다른 글
Jeus6 설치 (1) | 2021.08.21 |
---|---|
Jeus6, WebtoB4.1 연동을 위한 설정 - 5. rewrite_.cfg (0) | 2021.08.20 |
Jeus6, WebtoB4.1 연동을 위한 설정 - 3. WEBMain.xml (0) | 2021.08.20 |
Jeus6, WebtoB4.1 연동을 위한 설정 - 2. http.m (0) | 2021.08.19 |
Jeus6, WebtoB4.1 연동을 위한 설정 - 1. JEUSMain.xml (0) | 2021.08.19 |