Guest User

Untitled

a guest
Mar 14th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <Host name="meporter-local.com" appBase="webapps" unpackWARs="true" autoDeploy="true">
  2. - <!-- SingleSignOn valve, share authentication between web applications
  3. Documentation at: /docs/config/valve.html
  4. -->
  5. - <!-- <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
  6.  
  7. -->
  8. - <!-- Access log processes all example.
  9. Documentation at: /docs/config/valve.html
  10. Note: The pattern used is equivalent to using pattern="common"
  11. -->
  12. <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log." suffix=".txt" pattern="%h %l %u %t "%r" %s %b" resolveHosts="false" />
  13. - <Context path="" docBase="C:/Meporter-Workspace/meporter/web/" reloadable="true">
  14. <WatchedResource>WEB-INF/web.xml</WatchedResource>
  15. <Resource name="jdbc/meporter" auth="Container" type="javax.sql.DataSource" driverClassName="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource" url="jdbc:mysql://db.mercazzo.com:3306/meporter?useUnicode=true&characterEncoding=Cp1251" username="meporter" password="anfernee" maxActive="5" maxIdle="1" maxWait="500" />
  16. </Context>
  17. </Host>
Add Comment
Please, Sign In to add comment