You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by da...@locus.apache.org on 2000/11/03 03:40:55 UTC

cvs commit: jakarta-velocity/examples/forumdemo/WEB-INF web.xml

daveb       00/11/02 18:40:55

  Added:       examples/forumdemo/WEB-INF web.xml
  Log:
  Initial add.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/examples/forumdemo/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!DOCTYPE web-app
      PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
      "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
  <web-app>
      <servlet>
       <servlet-name>forum</servlet-name>
       <servlet-class>org.apache.velocity.demo.ControllerServlet</servlet-class>
        <init-param>
          <param-name>properties</param-name>
          <param-value>WEB-INF/conf/velocity.properties</param-value>
        </init-param>
      </servlet> 
  </web-app>