123456789101112131415161718192021 |
- # Licensed Materials - Property of IBM
- #
- # "Restricted Materials of IBM"
- #
- # Copyright IBM Corp. 2012 All Rights Reserved.
- #
- # US Government Users Restricted Rights - Use, duplication or
- # disclosure restricted by GSA ADP Schedule Contract with
- # IBM Corp.
- #
- # -------------------------------------------------------------------------------------------------
- #
- #ISMESSAGEFILE FALSE
- #NLS_ENCODING=UNICODE
- #NLS_MESSAGEFORMAT_NONE
- #
- description=This feature enables support for HTTP Servlets written to the Java Servlet 3.0 specification. \
- The servlets can be packaged in Java EE specified WAR or EAR files. If servlet security is required, an \
- appSecurity feature should also be configured; in the absence of a security feature any security \
- constraints for the application will be ignored.
|