<server description="new server"> <!-- Enable features-->
<featureManager>
<feature>jsp-2.2</feature>
<feature>jaxws-2.2</feature>
<feature>localConnector-1.0</feature>
</featureManager>
<httpEndpoint host="localhost"
httpPort="9080" httpsPort="9443" id="defaultHttpEndpoint" />
<applicationMonitor updateTrigger="mbean"
/>
<application
id="JaxWsLibertyDemo" location="JaxWsLibertyDemo.war"
name="JaxWsLibertyDemo" type="war" />
</server>