Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. <server description="rosiServer">
  2.  
  3. <!-- Enable features -->
  4. <featureManager>
  5. <feature>localConnector-1.0</feature>
  6. <feature>jsp-2.3</feature>
  7. <feature>jdbc-4.1</feature>
  8. <feature>servlet-3.1</feature>
  9. <feature>jndi-1.0</feature>
  10. <feature>json-1.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
  15. the following element, e.g. host="*" -->
  16. <httpEndpoint httpPort="9081" httpsPort="9444" id="defaultHttpEndpoint"/>
  17.  
  18. <applicationMonitor updateTrigger="mbean"/>
  19.  
  20. <!-- logging traceSpecification="JavNat.*=off:JavNat.view=Info"/ -->
  21. <logging traceSpecification="JavNat.*=off:rosi.ZOSDB2Connection=off:JavNat.DownloadableWorkFile=info"/>
  22.  
  23.  
  24. <dataSource connectionSharing="MatchCurrentState" id="ROSImig" isolationLevel="TRANSACTION_READ_COMMITTED" jndiName="jdbc/RosiDS" statementCacheSize="20">
  25. <connectionManager agedTimeout="30m" connectionTimeout="10s" maxPoolSize="20" minPoolSize="3"/>
  26. <jdbcDriver libraryRef="DB2JCC4Lib"/>
  27. <!-- <properties.db2.jcc currentLockTimeout="60s" databaseName="UTCBDSNT" password="SYWV4612" portNumber="3706" serverName="zos.adminsys.utoronto.ca" user="SDSPFxB"/> -->
  28. <properties.db2.jcc currentSchema="SIS" databaseName="UTCBDSNT" password="LRUQ6234" portNumber="3706" serverName="zos.adminsys.utoronto.ca" user="SISCON2"/>
  29. </dataSource>
  30. <library id="DB2JCC4Lib">
  31. <fileset dir="C:\web servers\db2_libs" includes="db2jcc4.jar db2jcc_license_cisuz.jar"/>
  32. </library>
  33.  
  34. <webApplication id="ROSI" location="ROSI.war" name="ROSI"/>
  35. </server>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement