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.
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:
The Log4j documentation (both Short and Full Manuals) describe in detail a mechanism for locating the Log4j configuration file. Specifically the recommendation says to create an initialization Servlet intended for this purpose. We're currently following this basic approach.
Q: What is the synonymous, recommended approach for EJB containers? I can't find a clear answer on this either in the documentation or in the user group documentation.
Thanks in advance.
Mike
_______________________________________________ Siemens Medical Solutions Health Services Michael Lutz Software Engineer, Soarian Common Components 51 Valley Stream Parkway, Malvern, PA 19355 Office / Voice Mail +01 610-219-8613 Cell +01 610-952-2289 Home Office +01 610-989-3623 Fax +01 610-219-4004 E-mail <mailto:[EMAIL PROTECTED]> _______________________________________________
-------------------------------------------------------------------------------
This message and any included attachments are from Siemens Medical Solutions
USA, Inc. and are intended only for the addressee(s).
The information contained herein may include trade secrets or privileged or
otherwise confidential information. Unauthorized review, forwarding, printing,
copying, distributing, or using such information is strictly prohibited and may
be unlawful. If you received this message in error, or have reason to believe
you are not authorized to receive it, please promptly delete this message and
notify the sender by e-mail with a copy to [EMAIL PROTECTED]
Thank you
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- 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]
