Sha256: 8c168c8e8ef3eec798f71604cf13a22dbcb6da33c28c86c72828468f6e6a0b9f

Contents?: true

Size: 1.14 KB

Versions: 8

Compression:

Stored size: 1.14 KB

Contents

<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">

<!-- =============================================================== -->
<!-- Configure SSL for the Jetty Server                              -->
<!-- this configuration file should be used in combination with      -->
<!-- other configuration files.  e.g.                                -->
<!--    java -jar start.jar etc/jetty.xml etc/jetty-ssl.xml          -->
<!-- =============================================================== -->
<Configure id="Server" class="org.mortbay.jetty.Server">
  <Call name="addConnector">
    <Arg>
      <New class="org.mortbay.jetty.security.SslSelectChannelConnector">
	<Set name="Port">8444</Set>
	<Set name="maxIdleTime">30000</Set>
        <Set name="Acceptors">2</Set>
        <Set name="AcceptQueueSize">100</Set>
	<Set name="Keystore"><SystemProperty name="jetty.home" default="." />/etc/keystore</Set>
	<Set name="Password">OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4</Set>
	<Set name="KeyPassword">OBF:1u2u1wml1z7s1z7a1wnl1u2g</Set>
      </New>
    </Arg>
  </Call>
        
</Configure>

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
miso-java-0.1.5 jetty/etc/jetty-sslengine.xml
miso-java-0.1.5 jetty/extras/sslengine/src/main/config/etc/jetty-sslengine.xml
miso-java-0.1.4 jetty/etc/jetty-sslengine.xml
miso-java-0.1.4 jetty/extras/sslengine/src/main/config/etc/jetty-sslengine.xml
miso-java-0.1.3 jetty/etc/jetty-sslengine.xml
miso-java-0.1.3 jetty/extras/sslengine/src/main/config/etc/jetty-sslengine.xml
miso-java-0.1.2 jetty/etc/jetty-sslengine.xml
miso-java-0.1.2 jetty/extras/sslengine/src/main/config/etc/jetty-sslengine.xml