Can Anybdy tell me why is this error coming
E SRVE0020E: [Servlet Error]-[action]: Failed to load servlet: javax.servlet.UnavailableException: Input/output error reading configuration from resource path /WEB-INF/struts-config.xml
-P
-
Problem with Struts (2 messages)
- Posted by: pratap sinha
- Posted on: December 20 2004 10:02 EST
Threaded Messages (2)
- need config struts-config.xml's path in web.xml by Daniel Chen on December 20 2004 22:53 EST
- Re: need config struts-config.xml's path in web.xml by Sandip Bhoi on March 03 2010 09:56 EST
-
need config struts-config.xml's path in web.xml[ Go to top ]
- Posted by: Daniel Chen
- Posted on: December 20 2004 22:53 EST
- in response to pratap sinha
need config struts-config.xml's path in web.xml -
Re: need config struts-config.xml's path in web.xml[ Go to top ]
- Posted by: Sandip Bhoi
- Posted on: March 03 2010 09:56 EST
- in response to Daniel Chen
web.xml file is the deployment descriptor known to J2EE server and struts-config.xml is just a parameter value to servlet with name config. If the servelet is the action servlet from struts then it loads the file and recognizes the configuration provided to Struts.