adspace


1.when actionservelet execute.
2.when web.xml executes

Answer Posted / srikanth

at container startup, container reads the web.xml using sax
perser

in web.xml,we are configuring ActionServlet with load on
start up tag ,then ActionServlet will loaded,
<servlet-name>as</servlet-name>
<servlet-
class>org.apache.struts.action.ActionServlet</servlet-class>
<load-on-startup>1</load-on-startup>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about validation plugin ?

1031


What is the difference between filters and interceptors ?

1316


What is action chaining ?

1168


What are the contents on web.xml in struts application ?

1072


How is declarative handling of exceptions done in struts ?

1010