Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- DATABASE
- 오라클
- 미라지
- 다운로드
- Download
- error
- 링크
- java
- Oracle
- 개발자
- input box
- SELECT UPDATE
- 이클립스
- oracle not in
- M480
- 한글
- 10g
- jqeury
- javascript
- 2NE1
- eclipse
- oracle not exists
- 검색
- Modeling
- 설치
- jquery
- html
- update
- 태그를 입력해 주세요.
- iTunes
Archives
- Today
- Total
not set
tomcat 가상호스트 설정 본문
<Host name="a.aaa.co.kr" appBase="/home/a/web" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
</Host>
<Host name="b.bbb.co.kr" appBase="/home/b/web" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
</Host>
각 디렉토리에 ROOT 폴더를 만들면 된다.
그 디렉토리가 홈페이지 상의 루트 디렉토리가 된다.
<Host name="b.bbb.co.kr" appBase="/home/b/web" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
</Host>
각 디렉토리에 ROOT 폴더를 만들면 된다.
그 디렉토리가 홈페이지 상의 루트 디렉토리가 된다.