1. Overview of Sun GlassFish Enterprise Server v3 Application Deployment
A. The asadmin Deployment Subcommands
B. Enterprise Server Deployment Descriptor Files
C. Elements of the Enterprise Server Deployment Descriptors
activation-config-property-name
activation-config-property-value
Specifies a custom valve for this web application. You can define a valve
for all the web applications on a specific virtual server. For details, see
create-virtual-server(1).
sun-web-app (sun-web.xml)
The following table describes subelements for the valve element.
|
The following table describes attributes for the valve element.
|
><valve name="MyValve" classname="org.glassfish.extension.Valve"> <property name="MyProperty1" value="MyValue1" /> <property name="MyProperty2" value="MyValue2" /> </valve>