목차

JBoss EAP 6.x JSP Hot Deploy 설정 방법

참고링크 : https://access.redhat.com/solutions/334963

문제

해결방법

  <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">
            <configuration>
                <jsp-configuration development="true"/>
            </configuration>
[standalone @ localhost : 9999 /] / subsystem = web / configuration = jsp-configuration : write-attribute (name = development, value = true) 
{ 
    "outcome"=> "success", 
    "response-headers"=> { 
        " operation-requires-reload "=> true, 
        "process-state "=>"reload-required " 
    } 
}
[standalone @ localhost : 9999 /] / subsystem = web / configuration = jsp-configuration : read-resource (recursive = true) 
{ 
    "outcome"=> "success", 
    "result"=> { 
        "check-interval"=> 0, 
        "development"=> "true", 
        "disabled"=> false, 
        "display-source-fragment"=> true, 
        "dump-smap"=> false, 
        "error-on-use-bean-invalid-class -attribute "=> false, 
        "generate-strings-as-char-arrays "=> false, 
        "java-encoding "=>"UTF8 ", 
        "keep-generated "=> true, 
        "mapped-file "=> true , 
        "modification-test-interval"=> 4, 
        "recompile-on-fail"=> false, 
        "scratch-dir"=> undefined, 
        "smap"=> true, 
        "source-vm"=> "1.5" 
        "tag-pooling"=> true, 
        "target-vm"=> "1.5", 
        "trim-spaces"=> false, 
        "x-powered-by"=> true 
    } 
}
  <subsystem xmlns = "urn : jboss : domain : web : 1.1"default-virtual-server = "default-host"native = "false"> 
            <configuration> 
                <jsp-configuration check-interval = "600"/> 
            </ configuration>