Hi,
I have following lines of code that throws
org.jdom.JDOMException: Error in building: Connection reset
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:373)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:772)
when i pass struts-config.xml as args[0], but if i remove
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
from struts-config file then there is no exception, can some one explain whats going on here?