Hi there, I'm having a problem with JRun 3.0 deploying a web application. according to the 2.2 specification: 13.1.1 Deployment Descriptor DOCTYPE All valid web application deployment descriptors must contain the following DOCTYPE declaration: <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd> However, when I have this DOCTYPE declaration in my web.xml file, JRun says the following. 08/15 19:57:46 error (JRun) External entity not found: "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd". [org.xml.sax.SAXParseException: External entity not found: "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd".] org.xml.sax.SAXParseException: External entity not found: "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd. If I comment it out (in violation of the specification), it works. Is this another JRun 3.0 bug, or am I just missing something? I noticed that the pre-installed default-app doesn't have this tag, so that leads me to guess is that it really is a JRun bug... Cheers geoff ------------------------------------------------------------------------------ Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
