JBOSS

JBOSS ROOT.war Configuration

토폴로지 2013. 8. 1. 05:29

JBOSS 7.1.1 ROOT Directory



JBOSS 7.1.1 ROOT Directory welcome-content이다. 경로는 jboss-as-7.1.1.Final\welcome-content 이다.



JBOSS 7.1.1 ROOT Directory 변경


. welcome-content ROOT Directory 경우 jsp 파일이 compile되지 않는다. Explorer 경우 출력되지 않고 Chrome 경우 문자로 출력된다. 해결방법은 ROOT Directoty ROOT.WAR 바꾸어주면 된다. 변경방법은 다음과 같다.

C:\jboss-as-7.1.1.Final\standalone\configuration 있는 standalone.xml 파일을 연다.

virtual-server name="default-host" enable-welcome-root="true"> 찾아서 False 바꾼다.

Figure 3 True False로 바꾼 결과 화면

jboss-as-7.1.1.Final\standalone\deployments 밑에 ROOT.war Folder 만든다.


반응형