> There is a need for us to start few threads as soon as Resin starts up.

You can use load-on-startup for a servlet that starts these threads in 
its init().
In web.xml:

<servlet servlet-name='app-init-servlet' 
servlet-class='servlet.that.starts.YourThreads'>
<load-on-startup/>
</servlet>

-- 

   </Mattias>



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to