| Author |
load on startup tag
|
Tmmet Johnson
Ranch Hand
Joined: Nov 03, 2004
Posts: 56
|
|
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,
|
 |
 |
|
|
subject: load on startup tag
|
|
|