Hi All,
I've got Struts (1.0-b1) Example working under Default Server without any
problem using standard instructions.
We converted part of our application towards using Struts as well.
struts-config.xml was placed under web/WEB-INF directory.
The problem starts when I deploy Struts application under manually created
another Application Server on the same physical server (box).
During web application start I'm getting the following error:
[01.06.15 13:25:48:906 EDT] 9cbba84b WebGroup A SRVE0091I: [Servlet
LOG]: "action: Initializing configuration from resource path
/WEB-INF/struts-config.xml"
[01.06.15 13:25:48:953 EDT] 9cbba84b ServletInstan X Uncaught init()
exception thrown by servlet {0}: {1}
"action"
javax.servlet.UnavailableException: Missing
configuration resource for path /WEB-INF/struts-config.xml
I tried all possible suggestions from archive messages like:
- put web/ directory in classpath of the webapp;
- create /WEB-INF subdirectory in servlets/ with struts-config.xml and
web.xml in it.
None of them worked out.
Does somebody has the same experience?
Thanks in advance,
Igor Karmanov