Advertisement
Guest User

Untitled

a guest
Nov 29th, 2011
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.78 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <Server port="8005" shutdown="myshutdownword">
  3.    
  4.     <Service name="Catalina">
  5.  
  6.         <Connector executor="tomcatThreadPool" port="8080" protocol="HTTP/1.1"
  7.             connectionTimeout="20000" redirectPort="8443" />
  8.              
  9.         <Connector port="8443" maxThreads="150" minSpareThreads="25"
  10.             maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true"
  11.             acceptCount="100" debug="0" scheme="https" secure="true"
  12.             keystorePass="75g2e1" keystoreFile="~/mykeystore.ks" clientAuth="false"
  13.             sslProtocol="TLS" />
  14.        
  15.        
  16.         <Engine name="Catalina" defaultHost="localhost">
  17.  
  18.             <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
  19.             </Host>
  20.  
  21.         </Engine>
  22.     </Service>
  23. </Server>
  24.  
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement