Parsing error processing resource path /WEB-INF/struts-config.xml
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
am using : apache-tomcat-4.1.40
I can not understand what is happening.....
****struts-config.xml****
***Error*****
I can not understand what is happening.....
****struts-config.xml****
***Error*****
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Please put the configuration in [code] [/code] tags. Read this. Is your struts-config.xml file in the WEB-INF directory??
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
jferreira jferreira teste
Greenhorn
Posts: 5
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Yes! this is my web.xml file.
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
"jferreira jferreira teste" please check your private messages for some administrative matter...
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
I'm not a Struts 1.x guru, but this line seems to be wrong
Isn't the path attribute's value supposed to start with /
Isn't the path attribute's value supposed to start with /
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
jferreira jferreira teste
Greenhorn
Posts: 5
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Thank you, yes it was one of the many errors that should have 

posted 15 years ago
"that should have" what?? Did it solve the problem or not??
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
jferreira jferreira teste wrote:Thank you, yes it was one of the many errors that should have
"that should have" what?? Did it solve the problem or not??
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
posted 6 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
In struts-config.xml file
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
<struts-config>
to
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
"struts-config_1_2.dtd">
<struts-config>
and download struts-config_1_2.dtd and keep it under WEB-INF folder.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
<struts-config>
to
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
"struts-config_1_2.dtd">
<struts-config>
and download struts-config_1_2.dtd and keep it under WEB-INF folder.
posted 6 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
By now, I hope nobody is using Struts 1.x anymore. It would amount to criminal negligence to do so :-)
| You showed up just in time for the waffles! And this tiny ad: The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |











