Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I set a servlet to load on startup of the container, rather than on the first request?

0
Posted

How can I set a servlet to load on startup of the container, rather than on the first request?

0

The Servlet 2.2 spec defines a load-on-startup element for just this purpose. Put it in the section of your web.xml deployment descriptor. It is either empty () or contains “a positive integer indicating the order in which the servlet should be loaded. Lower integers are loaded before higher integers. If no value is specified, or if the value specified is not a positive integer, the container is free to load it at any time in the startup sequence.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123