At 12:23 PM 8/25/2004, you wrote:
As far as I know, there is no equivalent to an initialization Servlet in the EJB world. If your J2EE application mixes both EJBs and Servlets as most J2EE applications do, you can just use an initialization servlet. For pure EJB applications, you can either add a initialization servlet to your application, or use a
application specific initialization mechanism.
I had meant to say "Application *Server* specific initialization mechanism."
The point is that initialization servlets work even with J2EE applications containing EJBS. Your application does not need to ba a pure web-app to use an initialization servlet.
I hope this helps,
At 11:24 PM 8/24/2004, you wrote:
-- Ceki G�lc�
For log4j documentation consider "The complete log4j manual"
ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
