제우스 Container1,2에서 하나의 Application 실행하기.
<application>
<name>test</name>
<path>/home/jeus6/webhome/test</path>
<deployment-type>COMPONENT</deployment-type>
<web-component>
<context-root>/</context-root>
</web-component>
<deployment-target>
<target>
<engine-container-name>node_container1</engine-container-name>
<web-context-group>
<name>MyGroup</name>
</web-context-group>
</target>
<target>
<engine-container-name>node_container2</engine-container-name>
<web-context-group>
<name>MyGroup</name>
</web-context-group>
</target>
</deployment-target>
</application>
JEUSMain.xml에 위와 같이 Application안에 두개의 Container를 target으로 지정한다.
.'Unix > WAS' 카테고리의 다른 글
HttpClient java.net.SocketTimeoutException: Read timed out (0) | 2016.06.04 |
---|---|
제우스 index.jsp 변경 방법 (0) | 2016.06.04 |
JEUS VHOST 설정 방법 (0) | 2016.06.04 |
제우스 핫 디플로이(hot deploy) 하기 (0) | 2016.06.04 |
제우스 웹 접근 경로 변경하기 (0) | 2016.06.04 |