>>>>> "GS" == Grim Shieldsson <[EMAIL PROTECTED]> writes:

GS> The XML parser is trying to get the DTD from sun.  You need to
GS> have it locally available.  You prolly have a line like: <!DOCTYPE
GS> taglib PUBLIC "-//SunMicrosystms, Inc.//DTD JSP Tag Library
GS> 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";

Simply repace the URI 
        "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";

with
        "file://path/to/your/dtd/stuff/web-jsptaglibrary_1_1.dtd"
        
Making sure the DTD is installed there (of course).

Hope this helps
-- 
  Nicolai P Guba    http://www.gnu.org         http://www.frontwire.com
                    mailgo:[EMAIL PROTECTED]     mailto:[EMAIL PROTECTED]
                    GSM: +44 (0)7909 960 751   DDI: +44 (0)20 7368 9708

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to