• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

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

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have installed an application under WAS 4.0 on z/OS and each time I start the app server region, I get the following in the log:
Trace: 2003/02/11 00:16:52.611 01 t=7DEA60 c=UNK key=P8 (13007002)
FunctionName: com.ibm.servlet.engine.srt.WebGroup
SourceId: com.ibm.servlet.engine.srt.WebGroup
Category: WARNING
ExtendedMessage: SRVE0091I: .Servlet LOG.: "action: Initializing configuration from resource path /WEB-INF/struts-config.xml"
Trace: 2003/02/11 00:16:58.324 01 t=7DEA60 c=UNK key=P8 (13007002)
FunctionName: com.ibm.servlet.engine.webapp.ServletInstance
SourceId: com.ibm.servlet.engine.webapp.ServletInstance
Category: ERROR
ExtendedMessage: Uncaught init() exception thrown by servlet "action": javax.servlet.UnavailableException: Missing configuration resource for path /WEB-INF/struts-config.xml
I have had no luck discovering the root of my problem.
Can anyone provide any assistance?
Thank you!
Jessie
 
reply
    Bookmark Topic Watch Topic
  • New Topic