Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1310 - development/main/planet/facilities/http/blocks/server

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1310 - development/main/planet/facilities/http/blocks/server
  • Date: Mon, 27 Dec 2004 09:07:01 +0100

Author: niclas
Date: Mon Dec 27 09:07:00 2004
New Revision: 1310

Modified:
development/main/planet/facilities/http/blocks/server/build.xml
Log:
Remove the SSL for the time being, since people don't have stuff setup by
default.

Modified: development/main/planet/facilities/http/blocks/server/build.xml
==============================================================================
--- development/main/planet/facilities/http/blocks/server/build.xml
(original)
+++ development/main/planet/facilities/http/blocks/server/build.xml Mon
Dec 27 09:07:00 2004
@@ -25,7 +25,12 @@
<x:block name="http-server">
<x:service type="net.dpml.http.HttpService" source="httpserver"/>
<x:component name="socketlistener"
class="net.dpml.http.impl.SocketListener" activation="startup" />
+
+<!-- Need to setup the KeyStore and set the system properties for user/pass
to the
+ KeyStore. See Jetty manual for details.
<x:component name="ssllistener"
class="net.dpml.http.impl.JsseListener" activation="startup" />
+-->
+
<x:component name="httpserver"
class="net.dpml.http.impl.HttpServerImpl" activation="startup" />
</x:block>
</target>



  • svn commit: r1310 - development/main/planet/facilities/http/blocks/server, niclas, 12/27/2004

Archive powered by MHonArc 2.6.24.

Top of Page