| Author |
struts1.2 _ struts_config.xml problem
|
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
Hi all, i try to deploy my application to tomcat... i am getting following error. please give me a idea
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
The problem is with your struts-config.xm file , Its not valid.. Look for any extraneous character or unclosed element. Please use any IDE XML parser to make sure that it adhere to the rules of dtd . I use NetBeans which allows me to parse my xml file for checking its well formedness & validness against dtd .. Or paste your struts-config.xml file..
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
Mourouganandame Arunachalam
Ranch Hand
Joined: Oct 29, 2008
Posts: 395
|
|
Hi, The order of the struts-config elements is important. So, please check your struts-config content against its DTD. Also, provide your struts-config file so that we can suggest you better. Mourougan [ November 14, 2008: Message edited by: Mourouganandame Arunachalam ]
|
Mourougan
Open Source leads to Open Mind
|
 |
 |
|
|
subject: struts1.2 _ struts_config.xml problem
|
|
|