Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.58 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.     <Call name="addConnector">
  2.       <Arg>
  3.         <New class="org.eclipse.jetty.server.ssl.SslSelectChannelConnector">
  4.           <Set name="Port">8443</Set>
  5.           <Set name="maxIdleTime">30000</Set>
  6.           <Set name="keystore"><SystemProperty name="jetty.home" default="." />/etc/keystore</Set>
  7.           <Set name="password">password</Set>
  8.           <Set name="keyPassword">password</Set>
  9.           <Set name="truststore"><SystemProperty name="jetty.home" default="." />/etc/keystore</Set>
  10.           <Set name="trustPassword">password</Set>
  11.         </New>
  12.       </Arg>
  13.     </Call>