하은양 믿음군 효실맘 호홍홍집s

is exceeding the 65535 bytes limit 오류발생시 본문

가벼운 배움/jsp

is exceeding the 65535 bytes limit 오류발생시

호홍홍집 2016. 3. 18. 17:55

is exceeding the 65535 bytes limit 오류발생시

 

홈페이지의 WEB-INF/web.xml에 아래의 코드를 입력하면 된다.

 

<servlet>
        <servlet-name>jsp</servlet-name>
        <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>    

            ......    
            <init-param> 
               <param-name>mappedfile</param-name> 
               <param-value>false</param-value> 
          </init-param>

            ......
        <load-on-startup>2</load-on-startup>
 </servlet>