CVS: TapestryBook/common webdefault.xml,1.1,1.2

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/TapestryBook/common
In directory sc8-pr-cvs1:/tmp/cvs-serv10853/common

Modified Files:
	webdefault.xml 
Log Message:
Rename app from "hangman" to "hangman1".
Create (temporary) dependency of jakarta-tapestry project for latest code.

Index: webdefault.xml
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/common/webdefault.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** webdefault.xml	30 Jul 2002 17:27:04 -0000	1.1
--- webdefault.xml	13 Jan 2003 19:03:46 -0000	1.2
***************
*** 1,5 ****
  <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">   
  <!-- $Id$ -->
- <!-- This file contains the default settings for webapplications -->
  
  <web-app>
--- 1,4 ----
***************
*** 9,19 ****
--- 8,56 ----
    </description>
   
+ 
+   <servlet>
+     <servlet-name>Default</servlet-name>
+     <servlet-class>org.mortbay.jetty.servlet.Default</servlet-class>
+     <init-param>
+       <param-name>acceptRanges</param-name>
+       <param-value>true</param-value>
+     </init-param>
+     <init-param>
+       <param-name>dirAllowed</param-name>
+       <param-value>true</param-value>
+     </init-param>
+     <init-param>
+       <param-name>putAllowed</param-name>
+       <param-value>false</param-value>
+     </init-param>
+     <init-param>
+       <param-name>delAllowed</param-name>
+       <param-value>false</param-value>
+     </init-param>
+     <init-param>
+       <param-name>redirectWelcome</param-name>
+       <param-value>true</param-value>
+     </init-param>
+     <load-on-startup>1</load-on-startup>
+   </servlet>
+   
+ 
+   <!-- ==================================================================== -->
+   <servlet-mapping>
+     <servlet-name>Default</servlet-name>
+     <url-pattern>/</url-pattern>
+   </servlet-mapping>
+ 
+   <!-- ==================================================================== -->
    <session-config>
      <session-timeout>60</session-timeout>
    </session-config>
  
+   <!-- ==================================================================== -->
    <welcome-file-list>
      <welcome-file>index.html</welcome-file>
+     <welcome-file>index.htm</welcome-file>
    </welcome-file-list>
  
  </web-app>
+ 



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.