|
| Total Answers and Comments: 5 |
Last Update: November 20, 2008 Asked by: khadarzone |
|
| | |
|
Submitted by: CatchSandeepVaid he Jakarta Struts Framework does not support configuring more than one Struts ActionServlet in the Web deployment descriptor. This limitation occurs because there is only one servlet context per Web application and the commons digester imports the Struts configuration into the servlet context. Struts stores the required information as attributes in the servlet context, and the information is retrieved by using globally defined key names. Struts will suffix these attribute names with the prefix of the Struts modules, so several Struts modules are supported in a single Web application, but multiple Struts applications are not.
http://publib.boulder.ibm.com/infocenter/wpdoc/v510/index.jsp?topic=/com.ibm.wp.ent.doc/wps/multi_struts.html
Above answer was rated as good by the following members: babli2007, bharathtele | Go To Top
|