aspose file tools
The moose likes Struts and the fly likes struts1.2 _ struts_config.xml problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "struts1.2 _ struts_config.xml problem" Watch "struts1.2 _ struts_config.xml problem" New topic
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
    
    1

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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: struts1.2 _ struts_config.xml problem
 
Similar Threads
Struts war deploy problem
controller tags in RequestProcessor's class
struts1 application: error in struts-config.xml
can we change the order of appearance of the elements in struts-config.xml ?
Exception in when starting the server?