| Author |
Starting a web application
|
ravinderSingh singh
Ranch Hand
Joined: Nov 18, 2004
Posts: 41
|
|
Hi, Is there any way my web application can be notified of when it is started, so that it can initialise itself? Maybe there's some kind of listener interface? Thanks.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56540
|
|
|
Yes, javax.servlet.ServletContextListener.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Starting a web application
|
|
|