• 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

validator framework

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i am trying to use commons validator framework with struts but getting the following error on tomcat console while startup. It seems as if it tries to find the dtd for validator and gives the error:

INFO: Loading validation rules file from '/WEB-INF/validator-rules.xml'
May 6, 2003 8:01:08 PM org.apache.commons.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 3 column -1: External entity not found: "http:
//jakarta.apache.org/commons/dtds/validator_1_0.dtd".
java.net.NoRouteToHostException: No route to host: connect
please reply if anyone has faced similar prob.
thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic