web.xml과 같은 위치에 jboss-web.xml 파일을 만들고 내용은 아래와 같이 입력

<?xml version=”1.0″ encoding=”UTF-8″?> 
<jboss-web> 
    <context-root></context-root> 
</jboss-web>

Leave a Reply

Your email address will not be published. Required fields are marked *