Advertisement
Guest User

Untitled

a guest
Aug 18th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. <server description="new server 2">
  2.  
  3. <!-- Enable features -->
  4. <featureManager>
  5. <feature>jsp-2.2</feature>
  6. <feature>localConnector-1.0</feature>
  7. <feature>restConnector-1.0</feature>
  8. <feature>localConnector-1.0</feature>
  9. <feature>jaxb-2.2</feature>
  10. <feature>jpa-2.0</feature>
  11. <feature>jaxrs-2.0</feature>
  12. </featureManager>
  13.  
  14. <!-- To access this server from a remote client add a host attribute to the following element, e.g. host="*" -->
  15. <httpEndpoint host="*" httpPort="9050" httpsPort="9420" id="defaultHttpEndpoint"/>
  16. <quickStartSecurity userName="wasadmin" userPassword="wasadmin"/>
  17.  
  18. <applicationMonitor updateTrigger="mbean"/>
  19.  
  20. <library id="sharedLib">
  21. <fileset dir="${server.config.dir}/resources/sharedLib" includes="*.jar"/>
  22. </library>
  23.  
  24.  
  25.  
  26. <remoteFileAccess>
  27. <writeDir>${wlp.user.dir}</writeDir>
  28. <writeDir>${server.config.dir}</writeDir>
  29. <writeDir>${server.output.dir}</writeDir>
  30. </remoteFileAccess>
  31. <include location="GeneratedSSLInclude.xml"/>
  32.  
  33.  
  34. <enterpriseApplication id="remoteTest1EAR" location="remoteTest1EAR.ear" name="remoteTest1EAR"/>
  35. </server>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement