• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

struts1.2 _ struts_config.xml problem

 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

i try to deploy my application to tomcat... i am getting following error. please give me a idea

 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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..
 
Ranch Hand
Posts: 398
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic