웹 컨테이너 작동 참고사항

웹 컨테이너의 작동 참고사항에 대해 학습합니다.

멀티파트/양식 데이터 액세스

서블릿에 @MultipartConfig 어노테이션을 포함시키거나 애플리케이션 web.xml 파일에 서블릿의 멀티파트-구성 요소를 지정하여 서블릿이 멀티파트/양식 데이터를 처리하도록 정의합니다. 어노테이션은 다음 예제와 같을 수 있습니다.
@MultipartConfig(fileSizeThreshold=1000000, location="temp", maxFileSize=5000000, maxRequestSize=5000000)
서블릿이 멀티파트/양식 데이터를 처리하도록 정의되지 않거나 포함 파일이 구성 데이터에서 설정한 한계 내에 없는 경우 멀티파트/양식 데이터가 포함된 요청에 대한 응답으로 다음과 같은 동작이 관찰됩니다.
ServletRequest.getParameter() will return null for a request to obtain a form field.
HttpServletRequest.getPart() or HttpServletRequest.getParts() will throw an 
appropriate exception.  The exception message is an indication of the cause of the exception.

주제 유형을 표시하는 아이콘 개념 주제



시간소인 아이콘 마지막 업데이트 날짜: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=cweb_webcontainer_behavior
파일 이름:cweb_webcontainer_behavior.html