Re: Context Factories and JARs

2002-02-13 Thread Todd M Benge
Hi, We've implemented a Swing client using the RMIInitialContext factory. The rmi context factory allowed us to make several connection attempts ie a user mistypes the password. We were unable to get the same result from the application client factory but that doesn't mean it won't work. I

Re: log4j and ejb

2001-04-30 Thread Todd M Benge
CE_PATH); > } catch (Exception err){ > log("error setting up logging config", err); > BasicConfigurator.configure(); > Category.getRoot().warn("Log4J initialized using basic > configurator"); > } > } > > It works well for us

log4j and ejb

2001-04-27 Thread Todd M Benge
Hi, I'm trying to use log4j to log from an enterprise bean. I've been able to get a bean to log to stdout using the BasicConfigurator but am not able to get it to log using either the DOMConfigurator or the PropertyConfigurator. I believe Property and DOM configurators need a file to set up