[Yanel-commits] rev 27727 - public/yanel/trunk/src/webapp/WEB-INF

michi at wyona.com michi at wyona.com
Thu Sep 27 14:34:35 CEST 2007


Author: michi
Date: 2007-09-27 14:34:34 +0200 (Thu, 27 Sep 2007)
New Revision: 27727

Modified:
   public/yanel/trunk/src/webapp/WEB-INF/web.xml
Log:
note about ssl-port param added

Modified: public/yanel/trunk/src/webapp/WEB-INF/web.xml
===================================================================
--- public/yanel/trunk/src/webapp/WEB-INF/web.xml	2007-09-27 12:00:31 UTC (rev 27726)
+++ public/yanel/trunk/src/webapp/WEB-INF/web.xml	2007-09-27 12:34:34 UTC (rev 27727)
@@ -20,6 +20,8 @@
     <servlet-name>YanelServlet</servlet-name>
     <servlet-class>org.wyona.yanel.servlet.YanelServlet</servlet-class>
 
+<!-- NOTE: ssl-port parameter is being added during build process (see src/build/add-ssl-port.xsl) -->
+
     <init-param>
       <param-name>exception-and-info-screen-xslt</param-name>
       <param-value>xslt/xmlInfo2xhtml.xsl</param-value>



More information about the Yanel-commits mailing list