taylor      2003/12/08 16:32:06

  Modified:    applications/demo/src/webapp/WEB-INF web.xml
  Log:
  Commented out the doctype def for now. This seems to fix the problem, although it 
isn't the correct solution.
  
  Revision  Changes    Path
  1.4       +2 -0      jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml   9 Dec 2003 00:26:47 -0000       1.3
  +++ web.xml   9 Dec 2003 00:32:06 -0000       1.4
  @@ -1,6 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
   <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
                            "http://java.sun.com/dtd/web-app_2.3.dtd";>
  +-->                         
   <web-app>
     <display-name>HelloWorld-DN</display-name>
     <description>Hello World Description</description>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to