[Commits] (bcm) force the deployer to explicitly enable ssl.
otherwise, unless the deployer
commits at osafoundation.org
commits at osafoundation.org
Tue Apr 26 14:58:02 PDT 2005
Commit by: bcm
Modified files:
server/etc/server.xml 1.17 1.18
Log message:
force the deployer to explicitly enable ssl. otherwise, unless the deployer
creates a keystore appropriately, tomcat will generate errors when starting up
the ssl connector.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/server/etc/server.xml.diff?r1=text&tr1=1.17&r2=text&tr2=1.18
Index: server/etc/server.xml
diff -u server/etc/server.xml:1.17 server/etc/server.xml:1.18
--- server/etc/server.xml:1.17 Fri Apr 8 16:53:27 2005
+++ server/etc/server.xml Tue Apr 26 14:58:00 2005
@@ -1,9 +1,11 @@
<Server port="8005" shutdown="SHUTDOWN">
<Service name="Catalina">
<Connector port="8080" enableLookups="false"/>
+<!--
<Connector port="8443" enableLookups="false" secure="true"
scheme="https" clientAuth="want"
keystorePass="osafcosmo"/>
+-->
<Engine name="Catalina" defaultHost="localhost">
<Host name="localhost" appBase="webapps" autoDeploy="false"
deployOnStartup="false" debug="0"/>
More information about the Commits
mailing list