2010-02-08 3 views

답변

9

나는이 자기 분명 EAR의 application.xml을 파일의 구조에서라고 생각했을 것이다, 그러나 여기 두 워즈 보이는 방법의 예 :

<?xml version="1.0" encoding="UTF-8"?> 
<application> 
    <module> 
    <web> 
     <web-uri>/directory/of/war1</web-uri> 
     <context-root>/war1</context-root> 
    </web> 
    </module> 
    <module> 
    <web> 
     <web-uri>/directory/of/war2</web-uri> 
     <context-root>/war2</context-root> 
    </web> 
    </module> 
</application> 
관련 문제