How can I implement Struts linkage?

 
Add an “add here” line within a servlet tag added to web.xml.
 <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</param-value>
   </init-param>
   <load-on-startup>2</load-on-startup> <!--add here -->
 </servlet>


-- Target -----------------------------------------------------------------------------------
iWP/Web System Construction Platform/WebPlatform/AppFramework
-----------------------------------------------------------------------------------------------


FAQID:270
Was this article helpful?
0 out of 0 found this helpful
Powered by Zendesk