By any chance are you trying to map both these struts file
as same input parameter.

Better try this,
 <init-param>
  <param-name>config</param-name>
  <param-value>/WEB-INF/resr-fin-struts-config.xml</param-value>
 </init-param>
  <init-param>
  <param-name>config/app2</param-name>
  <param-value>/WEB-INF/resr-tam-struts-config.xml</param-value>
 </init-param>

You will be able to access action classes for your 2nd struts-config
as mentioned below
 http://localhost/app2/YourActionClass.do

Hope this helps.

- Ashutosh

-----Original Message-----
From: Mark Benussi [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 22, 2004 3:42 PM
To: [EMAIL PROTECTED]
Subject: RE: multiple struts-config error


I woud remove the preceeding / and any space between entries.

----Original Message Follows----
From: "Viral_Thakkar" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: multiple struts-config error
Date: Wed, 22 Sep 2004 15:21:21 +0530

When I am tring to use multiple struts-config xml files in web.xml, I
get below error on click of an action.



503 Service Unavailable

Servlet error: Parsing error processing resource path
/WEB-INF/resr-fin-struts-config.xml, /WEB-INF/resr-tam-struts-config.xml





Any input ..???



Regards,

Viral



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to