adspace


what is the purpose of load_on_startup entry in struts-
config.xml?

Answer Posted / srinivasa

To create the servlet objects when the web application is
started.

In Case of Struts Action servlet object is created when the
application is started on proirity basis.We can specify
some integer value for this in such cases servlets will be
created on priority basis . Low value servlet will be
created fisrt...

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about validation plugin ?

1031


How is declarative handling of exceptions done in struts ?

1010


What is the difference between filters and interceptors ?

1316


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

1072


What is action chaining ?

1168