Providing an application endpoint

You can make a Liberty feature available as web applications by including one or more web application bundles (WABs) in the feature. A WAB is an OSGi bundle with a Web-ContextPath manifest header.

Procedure

To enable WABs in your feature's bundles, add the com.ibm.wsspi.appserver.webBundle-1.0 feature to the Subsystem-Content: header in the .mf file of your feature:
Subsystem-Content: 
 my.user.feature.bundle; version="[1,1.0.100)",
 com.ibm.wsspi.appserver.webBundle-1.0; type="osgi.subsystem.feature"

Icon that indicates the type of topic Task topic

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Monday, 21 April 2014
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-base-iseries&topic=twlp_provide_app_endpoint
File name: twlp_provide_app_endpoint.html