Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can we have multiple struts-config files in a single web
app? If yes why should we have them? Will multiple copies
make any impact on performance?

Answers were Sorted based on User's Feedback



Can we have multiple struts-config files in a single web app? If yes why should we have them? Will ..

Answer / sumit sharma

Yes it is possible... If you are developing the distributed
applications (means do you have diff modules)
then you can provide any number of struts-config.xml files
based on your number of modules.
But the thing is you must enter those struts-config.xml
files details in deployment descripter (i.e. web.xml) like
<init-param>
<param-name>
config</param-name>
<param-value>/WEB-INF/struts-first-config.xml /WEB-
INF/struts-second-config.xml /WEB-INF/struts-third-
config.xml</param-value>
</init-param>
Here I assumed as 'I have 3 modules'. Thats why I entered 3
struts-config.xml files information.
In the time of calling files which are provided under
different modules you must provide Page and prefix
attributes in
your URL.

Is This Answer Correct ?    40 Yes 1 No

Can we have multiple struts-config files in a single web app? If yes why should we have them? Will ..

Answer / kalyan

Yes,we have mulitiple struts-config files ,it depends on
the modules.Suppose we have three modules in
application ,so in this application three struts-config.xml
files are there.
But the thing is you must enter those struts-config.xml
files details in deployment descripter (i.e. web.xml)

Is This Answer Correct ?    12 Yes 1 No

Post New Answer

More Struts Interview Questions

What is the difference between struts1 and struts2?

0 Answers  


What is Request Dispatcher and What is reuest Processor??

2 Answers  


In which order struts framework searches for a message bundle?

0 Answers  


What is the life cycle of actionform?

0 Answers  


What is the purpose of execute() method?

0 Answers  


Do we need to pay the struts if being used in commercial purpose?

0 Answers  


What is DynaActionForm?

0 Answers  


How is declarative handling of exceptions done in struts ?

0 Answers  


What is the need of struts?

0 Answers  


What is the difference between validation.xml and validator-rules.xml files in struts validation framework?

0 Answers  


What is interceptor in Struts2?

0 Answers  


what is the difference between ServletContext and ServletConfig?

4 Answers  


Categories