달력

5

« 2025/5 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

http://blog.naver.com/PostView.nhn?blogId=taiha&logNo=221089091737&parentCategoryNo=&categoryNo=&viewDate=&isShowPopularPosts=false&from=postView

 

jboss 사용시 jsp 수정 내용 즉시 반영

*출처: https://mobiarch.wordpress.com/2013/02/22/configure-automatic-publishing-from-eclipse-for-jbo...

blog.naver.com

1. JBoss AS 7.1 더블클릭하여 Publishing 에서 Automatically publish whgen resources change 체크

 

2. Customize application reload behavior on changes to project resource 체크하여 입력

   

   \.jar$|\.class$

 

3. standalone.xml 에

<subsystem xmlns="urn:jboss:domain:web:1.1" ...> 부분 하위에 

 

<configuration> <jsp-configuration development="true"/> </configuration> 이부분 추가

1. JBoss AS 7.1 더블클릭하여 Publishing 에서 Automatically publish whgen resources change 체크

2. Customize application reload behavior on changes to project resource 체크하여 입력

   \.jar$|\.class$

3. standalone.xml 에

 부분 하위에 

이부분 추가
   

4. jboss-as-web-7.1.1.Final-RECOMPILE.jar 를 다운로드

5. jboss-as-7.1.1.Final/modules/org/jboss/as/web/main 폴더에서

   module.xml file 을 수정
   
    
jboss-as-web-7.1.1.Final-RECOMPILE.jar"/>

6. Sever Restart && changes to JSP will take effect immediately.

 

 

 

 

*출처: https://mobiarch.wordpress.com/2013/02/22/configure-automatic-publishing-from-eclipse-for-jboss-as-7/

:
Posted by 상문이