2011. 12. 27. 01:09
OSGi WebBundle OSGi 이야기2011. 12. 27. 01:09
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: HelloSpringDM_Web Plug-in
Bundle-SymbolicName: chapter13.HelloSpringDM_Web
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Web-ContextPath: HelloSpringDM
Import-Package: javax.servlet,
javax.servlet.http,
javax.servlet.resources,
javax.servlet.jsp
Bundle-Classpath: .,WEB-INF/classes
패키지명/파일이름.jsp가 원래 기본적인 웹상에서 보여주는 경로인데, Web-Contextpath 프로퍼티를 이용하여 이를 수정할 수 있다.
'OSGi 이야기' 카테고리의 다른 글
OGEMA - DeviceSimulationV2.impl (0) | 2011.12.29 |
---|---|
ECF 개요 (0) | 2011.12.29 |
OSGi Extender (0) | 2011.12.27 |
OGEMA_SOURCE_URL (0) | 2011.12.20 |
ecf 분석 - Container (0) | 2011.12.20 |