This is a common problem when configuring
struts on weblogic. Reason is that
the parser could not fetch the
file(http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd) from the
web.
The easiest way is to alter
the request to your local file.
For example:
FROM:
<!DOCTYPE struts-config
PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.0//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd> TO:
<!DOCTYPE struts-config
PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.0//EN" "file:///c:/bea/wlserver6.0/config/Wcom/applications/mydomain/WEB-INF/struts-config_1_0.dtd> -Zhao
|
- javax.servlet.UnavailableException: Input/output error... Jonathan Asbell
- RE: javax.servlet.UnavailableException: Input/out... zhaoj
- RE: javax.servlet.UnavailableException: Input/out... Sukachevin, Stoehr
- Re: javax.servlet.UnavailableException: Input/out... Jonathan Asbell
- Re: javax.servlet.UnavailableException: Input... Craig R. McClanahan