Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.81 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <Server port="8005" shutdown="SHUTDOWN">
  4.  
  5. <!--APR library loader. Documentation at /docs/apr.html -->
  6. <Listener SSLEngine="on"
  7. className="org.apache.catalina.core.AprLifecycleListener" />
  8. <!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
  9. <Listener className="org.apache.catalina.core.JasperListener" />
  10. <!-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html -->
  11. <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
  12. <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
  13. <Listener className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />
  14.  
  15. <!-- Global JNDI resources Documentation at /docs/jndi-resources-howto.html -->
  16. <GlobalNamingResources>
  17. <!-- Editable user database that can also be used by UserDatabaseRealm
  18. to authenticate users -->
  19. <Resource auth="Container" description="User database that can be updated and saved"
  20. factory="org.apache.catalina.users.MemoryUserDatabaseFactory" name="UserDatabase"
  21. pathname="conf/tomcat-users.xml" type="org.apache.catalina.UserDatabase" />
  22.  
  23.  
  24. <!-- Datasources for Access Point Web Apps Realm -->
  25. <!-- DBCP Configuration -->
  26.  
  27. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  28. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  29. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  30. name="jdbc/APIBusinessCenter" password="aPassword" removeAbandoned="true"
  31. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  32. url="jdbc:sqlserver://sql01d:1433;databaseName=APIBusinessCenter;"
  33. username="WebAppUser" validationQuery="select 1;" />
  34. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  35. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  36. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  37. name="jdbc/APIUserAdminDev" password="aPassword" removeAbandoned="true"
  38. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  39. url="jdbc:sqlserver://sql01d:1433;databaseName=APIUserAdminDev;"
  40. username="WebAppUser" validationQuery="select 1;" />
  41. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  42. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  43. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  44. name="jdbc/APISalesPoint" password="aPassword" removeAbandoned="true"
  45. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  46. url="jdbc:sqlserver://sql01d:1433;databaseName=APISalesPoint;"
  47. username="WebAppUser" validationQuery="select 1;" />
  48. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  49. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  50. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  51. name="jdbc/APISalesPointDev" password="aPassword" removeAbandoned="true"
  52. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  53. url="jdbc:sqlserver://sql01d:1433;databaseName=APISalesPointDev;"
  54. username="WebAppUser" validationQuery="select 1;" />
  55. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  56. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  57. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  58. name="jdbc/CarrierFootPrintsDev" password="aPassword"
  59. removeAbandoned="true" removeAbandonedTimeout="60" type="javax.sql.DataSource"
  60. url="jdbc:sqlserver://sql01d:1433;databaseName=jdbc/CarrierFootPrintsDev;"
  61. username="WebAppUser" validationQuery="select 1;" />
  62. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  63. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  64. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  65. name="jdbc/APIQuoteCenterDev" password="aPassword" removeAbandoned="true"
  66. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  67. url="jdbc:sqlserver://sql01d:1433;databaseName=APIQuoteCenterDev;"
  68. username="WebAppUser" validationQuery="select 1;" />
  69. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  70. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  71. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  72. name="jdbc/APIRateCardDev" password="aPassword" removeAbandoned="true"
  73. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  74. url="jdbc:sqlserver://sql01d:1433;databaseName=APIRateCardDev;"
  75. username="WebAppUser" validationQuery="select 1;" />
  76. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  77. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  78. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  79. name="jdbc/APIRateCard" password="aPassword" removeAbandoned="true"
  80. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  81. url="jdbc:sqlserver://sql01d:1433;databaseName=APIRateCard;"
  82. username="WebAppUser" validationQuery="select 1;" />
  83. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  84. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  85. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  86. name="jdbc/CarrierFootPrints" password="aPassword" removeAbandoned="true"
  87. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  88. url="jdbc:sqlserver://sql01p:1433;databaseName=CarrierFootPrints;"
  89. username="WebAppUser" validationQuery="select 1;" />
  90. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  91. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  92. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  93. name="jdbc/Commissions" password="aPassword" removeAbandoned="true"
  94. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  95. url="jdbc:sqlserver://sql01p:1433;databaseName=Commissions;"
  96. username="WebAppUser" validationQuery="select 1;" />
  97. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  98. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  99. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  100. name="jdbc/AccCore" password="aPassword" removeAbandoned="true"
  101. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  102. url="jdbc:sqlserver://sql01d:1433;databaseName=acc_core;" username="WebAppUser"
  103. validationQuery="select 1;" />
  104. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  105. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  106. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60" name="jdbc/Lerg"
  107. password="aPassword" removeAbandoned="true" removeAbandonedTimeout="60"
  108. type="javax.sql.DataSource" url="jdbc:sqlserver://sql01d:1433;databaseName=Lerg;"
  109. username="WebAppUser" validationQuery="select 1;" />
  110. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  111. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  112. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  113. name="jdbc/APIMcDQuoteCenter" password="aPassword" removeAbandoned="true"
  114. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  115. url="jdbc:sqlserver://sql01d:1433;databaseName=APIMcDQuoteCenter;"
  116. username="WebAppUser" validationQuery="select 1;" />
  117. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  118. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  119. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  120. name="jdbc/APIMcDQuoteCenterDev" password="aPassword"
  121. removeAbandoned="true" removeAbandonedTimeout="60" type="javax.sql.DataSource"
  122. url="jdbc:sqlserver://sql01d:1433;databaseName=APIMcDQuoteCenterDev;"
  123. username="WebAppUser" validationQuery="select 1;" />
  124. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  125. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  126. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  127. name="jdbc/API_Services" password="aPassword" removeAbandoned="true"
  128. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  129. url="jdbc:sqlserver://sql01p:1433;databaseName=API_Services;"
  130. username="WebAppUser" validationQuery="select 1;" />
  131. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  132. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  133. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  134. name="jdbc/Telemarketing" password="aPassword" removeAbandoned="true"
  135. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  136. url="jdbc:sqlserver://sql01d:1433;databaseName=Telemarketing;"
  137. username="WebAppUser" validationQuery="select 1;" />
  138. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  139. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  140. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  141. name="jdbc/Telemarketing_Training" password="aPassword"
  142. removeAbandoned="true" removeAbandonedTimeout="60" type="javax.sql.DataSource"
  143. url="jdbc:sqlserver://sql01d:1433;databaseName=Telemarketing_Training;"
  144. username="WebAppUser" validationQuery="select 1;" />
  145. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  146. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  147. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60" name="jdbc/SLM"
  148. password="aPassword" removeAbandoned="true" removeAbandonedTimeout="60"
  149. type="javax.sql.DataSource" url="jdbc:sqlserver://sql01d:1433;databaseName=SLM;"
  150. username="WebAppUser" validationQuery="select 1;" />
  151. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  152. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  153. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  154. name="jdbc/SLMTrain" password="aPassword" removeAbandoned="true"
  155. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  156. url="jdbc:sqlserver://sql01d:1433;databaseName=SLMTrain;" username="WebAppUser"
  157. validationQuery="select 1;" />
  158. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  159. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  160. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  161. name="jdbc/SLMTCO" password="aPassword" removeAbandoned="true"
  162. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  163. url="jdbc:sqlserver://sql01d:1433;databaseName=SLMTCO;" username="WebAppUser"
  164. validationQuery="select 1;" />
  165. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  166. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  167. logAbandoned="true" maxActive="100" maxIdle="10" maxWait="60"
  168. name="jdbc/APIQuoteCenter" password="aPassword" removeAbandoned="true"
  169. removeAbandonedTimeout="60" type="javax.sql.DataSource"
  170. url="jdbc:sqlserver://sql01d:1433;databaseName=APIQuoteCenter;"
  171. username="WebAppUser" validationQuery="select 1;" />
  172. <Resource auth="Container" driverClassName="com.mysql.jdbc.Driver"
  173. factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
  174. maxActive="20" maxIdle="10" maxWait="10" name="jdbc/resourcesDB"
  175. password="raj321" type="javax.sql.DataSource" url="jdbc:mysql://localhost:3306/resources"
  176. username="root" validationQuery="select 1" />
  177. </GlobalNamingResources>
  178.  
  179. <!-- A "Service" is a collection of one or more "Connectors" that share
  180. a single "Container" Note: A "Service" is not itself a "Container", so you
  181. may not define subcomponents such as "Valves" at this level. Documentation
  182. at /docs/config/service.html -->
  183. <Service name="Catalina">
  184.  
  185. <!--The connectors can use a shared executor, you can define one or more
  186. named thread pools -->
  187.  
  188. <Executor maxThreads="150" minSpareThreads="4" name="tomcatThreadPool"
  189. namePrefix="catalina-exec-" />
  190.  
  191. <!-- Define a non-SSL HTTP/1.1 Connector on port 80 -->
  192. <Connector acceptCount="100" connectionTimeout="20000"
  193. disableUploadTimeout="true" enableLookups="false" executor="tomcatThreadPool"
  194. maxHttpHeaderSize="8192" port="80" protocol="HTTP/1.1" redirectPort="443" />
  195.  
  196. <Connector SSLEnabled="true" clientAuth="false"
  197. keystoreFile="/conf/keystore.jks" keystorePass="changeit" maxThreads="25"
  198. port="8443" protocol="HTTP/1.1" scheme="https" secure="true"
  199. sslProtocol="TLS" />
  200.  
  201.  
  202. <!-- Define an AJP 1.3 Connector on port 8009 -->
  203. <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
  204.  
  205. <Engine defaultHost="localhost" jvmRoute="jvm1" name="Catalina">
  206.  
  207. <!-- This Realm uses the UserDatabase configured in the global JNDI resources
  208. under the key "UserDatabase". Any edits that are performed against this UserDatabase
  209. are immediately available for use by the Realm. -->
  210. <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
  211. resourceName="UserDatabase" />
  212.  
  213. <!-- Define the default virtual host Note: XML Schema validation will
  214. not work with Xerces 2.2. -->
  215. <Host appBase="webapps" autoDeploy="true" name="localhost"
  216. unpackWARs="true">
  217.  
  218. <!-- SingleSignOn valve, share authentication between web applications
  219. Documentation at: /docs/config/valve.html -->
  220. <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
  221.  
  222.  
  223. </Host>
  224. </Engine>
  225. </Service>
  226. </Server>
  227.  
  228. Dec 08, 2016 9:17:08 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  229. INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:Program FilesJavajdk1.7.0_07bin;C:WindowsSunJavabin;C:Windowssystem32;C:Windows;C:Program FilesJavajdk1.7.0_07jrebin;C:/Program Files/Java/jre1.8.0_91/bin/server;C:/Program Files/Java/jre1.8.0_91/bin;C:/Program Files/Java/jre1.8.0_91/lib/amd64;C:ProgramDataOracleJavajavapath;c:local;c:devToolsapache-mavenbin;C:Perl64sitebin;C:Perl64bin;c:Program FilesJavajdk1.7.0_07bin;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)IntelOpenCL SDK2.0binx86;C:Program Files (x86)IntelOpenCL SDK2.0binx64;C:Program FilesMicrosoft SQL Server120DTSBinn;C:Program FilesMicrosoft SQL ServerClient SDKODBC110ToolsBinn;C:Program Files (x86)Microsoft SQL Server120ToolsBinnManagementStudio;C:Program Files (x86)Microsoft SQL Server120ToolsBinn;C:Program FilesMicrosoft SQL Server120ToolsBinn;C:Program Files (x86)Microsoft SQL Server120DTSBinn;C:Program FilesMicrosoft SQL Server100DTSBinn;C:Program Files (x86)Microsoft SQL Server100ToolsBinnVSShellCommon7IDE;C:Program Files (x86)Microsoft SQL Server100ToolsBinn;C:Program FilesMicrosoft SQL Server100ToolsBinn;C:Program Files (x86)Microsoft SQL Server100DTSBinn;C:Program FilesTortoiseSVNbin;C:Program Files (x86)WinMerge;C:Program Files (x86)Windows Kits10Windows Performance Toolkit;c:Program FilesApacheapache-cxf-3.1.6bin;C:Windowssystem32;;.
  230. Dec 08, 2016 9:17:08 PM org.apache.coyote.AbstractProtocol init
  231. INFO: Initializing ProtocolHandler ["http-bio-80"]
  232. Dec 08, 2016 9:17:08 PM org.apache.coyote.AbstractProtocol init
  233. INFO: Initializing ProtocolHandler ["http-bio-8443"]
  234. Dec 08, 2016 9:17:08 PM org.apache.coyote.AbstractProtocol init
  235. INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
  236. Dec 08, 2016 9:17:08 PM org.apache.catalina.startup.Catalina load
  237. INFO: Initialization processed in 1147 ms
  238. Dec 08, 2016 9:17:08 PM org.apache.catalina.core.StandardService startInternal
  239. INFO: Starting service Catalina
  240. Dec 08, 2016 9:17:08 PM org.apache.catalina.core.StandardEngine startInternal
  241. INFO: Starting Servlet Engine: Apache Tomcat/7.0.63
  242. Dec 08, 2016 9:17:09 PM org.apache.catalina.startup.TldConfig execute
  243. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  244. Dec 08, 2016 9:17:09 PM org.apache.coyote.AbstractProtocol start
  245. INFO: Starting ProtocolHandler ["http-bio-80"]
  246. Dec 08, 2016 9:17:09 PM org.apache.coyote.AbstractProtocol start
  247. INFO: Starting ProtocolHandler ["http-bio-8443"]
  248. Dec 08, 2016 9:17:09 PM org.apache.coyote.AbstractProtocol start
  249. INFO: Starting ProtocolHandler ["ajp-bio-8009"]
  250. Dec 08, 2016 9:17:09 PM org.apache.catalina.startup.Catalina start
  251. INFO: Server startup in 535 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement