server.xml 545 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <server description="new server">
  3. <!-- Enable features -->
  4. <featureManager>
  5. <feature>jsp-2.3</feature>
  6. </featureManager>
  7. <!-- To access this server from a remote client add a host attribute to the following element, e.g. host="*" -->
  8. <httpEndpoint id="defaultHttpEndpoint"
  9. httpPort="9080"
  10. httpsPort="9443" />
  11. <!-- Automatically expand WAR files and EAR files -->
  12. <applicationManager autoExpand="true"/>
  13. </server>