Using Tomcat embedded in JBoss 3.2.1. If I declare a servlet as load-on-startup does the web container call the servlet's init() method and wait for it to finish before the web app is marked as available for access from incoming HTTP requests?
I have a servlet that I would like to have init()ed before any outside users can cause the webapp to do any other work.
Thanks,
-M@




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to