This seems so obvious it is hard to believe it slipped through:

The DTD referenced in the generated web.xml files for TDK webapps 
references a 404 Page Not Found error on the Sun website.

The header

   <!DOCTYPE web-app
       PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
       "http://java.sun.com/j2ee/dtds/web-app_2.3.dtd";>

causes Tomcat 3.3 to abort when the DTD comes back as not-found.  This
can be fixed by setting both occurances of 2.3 back to 2.2

Speaking of sample webapps; using the CVS jakarta-turbine, the build
instructions in docs/howto/tdk-howto.html (item 5) refer to a missing
script

  Go to the directory "/TDKROOT/webapps/APPNAME/WEB-INF/build" and run
  the command "./build.sh init"

... only there is no build.sh in that directory, only the build.xml

-- 
Gary Lawrence Murphy <[EMAIL PROTECTED]> TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
"Computers are useless.  They can only give you answers."(Pablo Picasso)


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

Reply via email to