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
How can I implement Struts linkage?
![Avatar](https://product.intra-mart.support/system/photos/360843384433/サポート1-4.png)