Tomcat 버추얼호스트 설정
- 꼬반
- 2015. 6. 10. 14:21
====== 톰캣 버추얼호스트 설정 ======
<code>
<Host appBase="webapps" autoDeploy="true" debug="0" name="www.aa.co.kr"
unpackWARs="true" xmlNamespaceAware="false" xmlValidation="false">
<Context debug="0"
docBase="C:/workspace/aa/WebContent" path="" reloadable="true"/>
</Host>
</code>
[출처] 톰켓 가상호스트 추가|작성자 tirupopo