• 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

Missing configuration resource for path /WEB-INF/struts-config.xml

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am trying to deploy a sample Struts Application on WAS3.5.2 and
getting the following Error.
Missing configuration resource for path /WEB-INF/struts-config.xml
I have placed the WEB-INF folder which has the following XML files
struts-config.xml, action.xml, database.xml and web.xml
in both web and servlets folders..
In WAS3.5.2 when we create a Web App using the Admin Console the
Document root by default points to web and the CLASSPATH points to
the Servlets folder..
Pls let me know how to resolve this issue..
Thanks in Advance
Sateesh
 
reply
    Bookmark Topic Watch Topic
  • New Topic