Advertisement
Guest User

Untitled

a guest
Apr 8th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <server description="new server">
  2.  
  3. <!-- Enable features -->
  4. <featureManager>
  5. <feature>webProfile-7.0</feature>
  6. <feature>localConnector-1.0</feature>
  7. </featureManager>
  8.  
  9. <dataSource jndiName="jdbc/student" type="javax.sql.DataSource">
  10. <jdbcDriver libraryRef="DB2JCC4Lib" />
  11. <properties.db2.jcc databaseName="SQLDB" password="fbtSYrIaR2wQ"
  12. portNumber="50000" serverName="5.10.125.192" sslConnection="false"
  13. user="user05327" />
  14. </dataSource>
  15.  
  16. <dataSource jndiName="jdbc/book" type="javax.sql.DataSource">
  17. <jdbcDriver libraryRef="DB2JCC4Lib" />
  18. <properties.db2.jcc databaseName="SQLDB" password="fbtSYrIaR2wQ"
  19. portNumber="50000" serverName="5.10.125.192" sslConnection="false"
  20. user="user05327" />
  21. </dataSource>
  22.  
  23. <library id="DB2JCC4Lib">
  24. <fileset dir="${shared.resource.dir}/db2" includes="db2jcc4.jar db2jcc_license_cisuz.jar" />
  25. <!-- fileset dir="c:/Users/administrator/workspace/Lab1/WebContent/WEB-INF/lib"
  26. includes="db2jcc4.jar db2jcc_license_cisuz.jar" / -->
  27. </library>
  28.  
  29. <!-- To access this server from a remote client add a host attribute to
  30. the following element, e.g. host="*" -->
  31. <httpEndpoint httpPort="9080" httpsPort="9443"
  32. id="defaultHttpEndpoint" />
  33.  
  34. <!-- Automatically expand WAR files and EAR files -->
  35. <applicationManager autoExpand="true" />
  36.  
  37.  
  38. <applicationMonitor updateTrigger="mbean" />
  39.  
  40. <webApplication id="Lab3_3" location="Lab3_3.war" name="Lab3_3" />
  41.  
  42. <webApplication id="Lab4_1" location="Lab4_1.war" name="Lab4_1" />
  43. </server>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement