WebSphere Extended Deployment, Version 6.0.x     운영 체제: AIX, HP-UX, Linux, Solaris, Windows

전개: 시작 시 Servlet 로드

Servlet API를 사용하면 Servlet은 HTTP 파티션 기능 응용프로그램과 연관된 표현식 및 파티션을 지정할 수 있습니다. 따라서 HTTP 파티션 기능 및 이어서 ODR에서 이 스펙을 사용할 수 있도록 응용프로그램 시작 시 Servlet을 로드해야 합니다. ODR에는 이러한 방식으로, 적절한 대상 서버로 요청을 전달하는데 충분한 정보가 있습니다. 표현식 및 파티션을 지정할 때 Servlet API를 사용하지 않는 경우(예: 여기에서 EJB API를 사용하는 경우 또는 응용프로그램에 partitions.xml 파일을 포함하는 경우) 필수가 아님을 참고하십시오.

Servlet 정의(웹 아카이브의 web.xml에 있음)에서 <load-on-startup> 지시문을 일부 음수 값으로 지정하면 이 작업을 수행할 수 있습니다.
<servlet>	<servlet-name>ListPartitions</servlet-name>
	<display-name>ListPartitions</display-name>
	<servlet-class>http.wpf.sample.web.ListPartitions</servlet-class>
	<load-on-startup>-1</load-on-startup>
</servlet>



Related concepts
HTTP 파티션

참조 주제:    

이용 약관 | 피드백 마지막 갱신 날짜: Mar 21, 2006 11:38:53 AM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=?topic=/com.ibm.websphere.xd.doc/info/WPF51/rwpfservletstart.html

© Copyright IBM 2005, 2006. All Rights Reserved.
이 Information Center는 Eclipse 테크놀러지로 강화되었습니다. (http://www.eclipse.org)