What is load-on-startup servlet element in web.xml with Example?
  What is load-on-startup servlet element in web.xml with Example?
2D Graphics
3D Graphics
Web Design & Development
Business Applications
Business Development
Databases
Desktop Programming
Operating Systems
Video Editing
Miscellaneous
Newsletter
User Login
  • Username
  • Password
Stats
  • Tutorials: 39,022
  • Categories: 572

Java Tutorials : What is load-on-startup servlet element in web.xml with Example?

load-on-startup is the rare tag on web.xml which is available inside servlet and can be used to control loading of servlet in web container. by using load-on-startup you can simply tell J2EE container that load this servlet first and that one later you can also say that load this on deploy time loading means loaded in memory and instantiate and init() method called for a particular servlet by web container. lower the numeric value of load-on-startup , servlet will be loaded first. What is load-on-startup servlet element in web.xml with Example?  tutorial
    View Tutorial

Detailed Information

     Tutorial: What is load-on-startup servlet element in web.xml with Example?
     Date Listed: 2011-12-19
     Submitted By: javabuddy
     Total Hits: 1835
     Rating Tutorial Rating 1.88Tutorial Rating 1.88Tutorial Rating 1.88Tutorial Rating 1.88Tutorial Rating 1.88 (8 votes)

    Discuss Tutorial
    Comment On Tutorial
    View Tutorial
    Report Broken Link

 





© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 6 - Follow our Sitemap