Changeset eb42e5a62522f6d6a3e9c0ff996a82140085f314

Show
Ignore:
Timestamp:
08/25/07 21:53:22 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1188071602 +0200
git-parent:

[580c77b6bd47b580c3ada881555461d886be7a50]

git-author:
Christopher Jung <bktheg@web.de> 1188071602 +0200
Message:

Web.xml auf Servlet-API 2.4 aktuallisiert

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • web/WEB-INF/web.sample.xml

    rae09dfe reb42e5a  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> 
    32<!-- 
    43        Drifting Souls 2 
     
    1918        Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    2019--> 
    21 <web-app> 
     20<web-app xmlns="http://java.sun.com/xml/ns/j2ee" 
     21         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     22         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" 
     23         version="2.4"> 
    2224        <!-- General description of your web application --> 
    2325         
     
    2830                          
    2931        <context-param> 
     32                <description>Die DS2-Hauptkonfigurationsverzeichnis</description> 
    3033                <param-name>configdir</param-name> 
    3134                <param-value>/home/bktheg/Projects/dsj/web/WEB-INF/cfg/</param-value> 
    32                 <description> 
    33                         Die DS2-Hauptkonfigurationsverzeichnis 
    34                 </description> 
    3535        </context-param> 
    3636        <context-param> 
     
    4040 
    4141        <servlet> 
     42                <description>Main DS Servlet</description> 
    4243                <servlet-name>ds</servlet-name> 
    4344                <servlet-class>net.driftingsouls.ds2.server.framework.DriftingSoulsServlet</servlet-class> 
    44                 <description> 
    45                         Main DS Servlet 
    46                 </description> 
    4745                <!-- Load this servlet at server startup time --> 
    4846                <load-on-startup>1</load-on-startup>