Hi,
I have the below in my web.xml.Can anyone say me whether the struts log4j properties file will be loaded first before the properties specified below?
<servlet-name>action</servlet-name>
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
<init-param>
<load-on-startup>2</load-on-startup>
</init-param>
//Other params will be included here,
Thanks in advance,
I have the below in my web.xml.Can anyone say me whether the struts log4j properties file will be loaded first before the properties specified below?
<servlet-name>action</servlet-name>
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
<init-param>
<load-on-startup>2</load-on-startup>
</init-param>
//Other params will be included here,
Thanks in advance,