Question
For a single Struts application, can we have multiple struts-config.xml files?

Answers

We can have any number of Struts-config.xml files for a single application.
We need following configurations for this:
XHTML
<servlet>
<servlet-name>action</servlet-name>
<servlet-class>
org.apache.struts.action.ActionServlet
</servlet-class>
<init-param>
<param-name>config</param-name>
<param-value>
/WEB-INF/struts-config.xml
/WEB-INF/struts-config_user.xml
/WEB-INF/struts-config_admin.xml
</param-value>
</init-param>
.............
.............
</servlet> 12345678910111213141516171819202122232425262728293031
<servlet> <servlet-name>action</servlet-name> <servlet-class> org.apache.struts.action.ActionServlet </servlet-class> <init-param> <param-name>config</param-name> <param-value> /WEB-INF/struts-config.xml /WEB-INF/struts-config_user.xml /WEB-INF/struts-config_admin.xml </param-value> </init-param> ............. ............. </servlet>

    Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q Which of the following muscles elevates the lower lip:
  • Q What is a corrida?
  • Q What are the New Job Postings from the Company or Organization, Fluid Control Research Institute (FCRI) ?
  • Q How do you implement Paging in .Net?
  • Q Specify some of the leading intrusion detection systems (ids) products?
  • Q Which of the following places does not have heavy-water plant for atomic energy ?
  • Q What is the difference between the educational and retail versions of adobe pagemaker 7.0?
  • Q What is stoke shift?
  • Q The Diary products of Denmark marketed under the trade name?
  • Q   Explain what is dark matter?
  • Q Features in ASP.NET