Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / dinesh/bangalore/india

Details about load on startup (load-on-startup tag) in
Servlet:
Used to decide whether servlet will be " lazily " or "
eagerly " loaded
Specified in web.xml file

If the value is not specified or is a Number < 0 then it
means " lazy loading "

What " lazy loading " means is that servlet is NOT loaded
by container on startup

Servlet in this case is loaded on the first client request -
so the first client can experience poor performance

" Eager " loading means that the servlet is initialised on
container startup

If there are two servelts A & B with values 0 & 1 than it
means that Servlet A ( having value = 0 ) will be loaded
first

So if there are more than one servlet this element
specifies the order of loading - lower integer values (
including zero ) are loaded first

If you specify this element but do not provide the value -
even then the servlet will be the first servlet that gets
loaded

To ensure that servlet follows " lazy loading " - do not
provide this entry at all in web.xml file OR provide a
negative number.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use struts and spring together?

1050


How many servlet controllers are used in a Struts Application?

1186


What do you mean by actionservlet?

1042


What’s the utilization of struts.xml configuration file?

987


Does Struts2 action and interceptors are thread safe?

1140


How can forward action be used to restrict a strut application to mvc?

1026


What is the purpose of struts.xml in struct2?

1183


How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?

3006


What is interceptor in Struts2?

1032


What types of validations are available in xml based validation in struts2?

1106


What does modeldriven interceptor?

1151


Is struts efficient?

972


How do I install struts?

1066


What is spring hibernate and struts in java?

968


Which technologies can be used at view layer in struts?

1137