"Pugh, Eric" wrote:
> 
> So are you saying that if I set it up as a value in my deployment
> description, log4j will find it?  That setting things in deployment
> descriptiors is the same as setting them up as system properties?
> 
> I am in a similar situation where I want to use log4j for my EJB's, but
> always have to pass in something to set up the logj path..

Eric,

I haven't contructed EJB deployment descripters from scratch.  But the
tools I've used (both from IBM) have permitted me to set system
properties.  I believe this ability should be available from all
vendors.  Among many other uses, this is how one specifies which
implementation of JNDI to use.

So yes, you should be able to convey information about your
configuration files in the deployment descriptor in the same way you
would set other properties.

- Paul Glezen

-- 
Beware of bugs in the above code.  I have
only proved it correct, not tried it.
-Don Knuth

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to