<server description="JAXWS Demo - EJB as Web Services">
    <!-- Enable features-->
    <featureManager>
        <feature>jaxws-2.2</feature>
        <feature>ejbLite-3.1</feature>
        <feature>jsp-2.2</feature>
        <feature>localConnector-1.0</feature>
        <feature>jsf-2.0</feature>
    </featureManager>
    <httpEndpoint host="localhost" httpPort="9080" httpsPort="9443" id="defaultHttpEndpoint" />
    <applicationMonitor updateTrigger="mbean" />
    <application id="JAXWSEJBSample" location="JAXWSEJBSampleEAR.ear" name="JAXWSEJBSample" type="ear" />
</server>