$CATALINA_HOME$/webapps/ROOT/ 서비스 위치에서 다른 시작위치의 서비스 설정.
1. 서비스 위치 생성.
$CATALINA_HOME$/conf/Catalina/localhost/ 위치에 manage.xml파일 복사 후 test.xml 생성
test.xml
<Context path="" docBase="/usr/local/web/workspace/test/" ....> 수정.
http://localhost/test/index.html 실행.
2. $CATALINA_HOME$/conf/server.xml 에 Context 추가.
<Context path="" docBase="/usr/local/web/workspace/test/" ....> 추가.
http://localhost/ 접근 가능.
<Context path="/test" docBase="/usr/local/web/workspace/test/" ....>
http://localhost/test/ 접근 가능.
'Server' 카테고리의 다른 글
[Server] Tomcat 이란? (0) | 2014.11.21 |
---|---|
[Server] linux mysql - /etc/my.cnf 설정 (0) | 2014.07.02 |
[Server] Centos 6 Apache설치 (0) | 2014.06.18 |
[Server] Centos Linux Apache + Tomcat 설정 (0) | 2014.06.18 |
[Server] linux apache yum 설치 (0) | 2014.06.16 |