I've not used webshpere before, but how are your JNDI lookups done in your code? Do you specify some properties when you create you initial context, i.e.
initial = new InitialContext(myProperties); or do you simply use: initial = new InitialContext(); which picks up the defaults inside the application server. If you do the latter you can place a jndi.properties file somewhere in your class path containing the correct entries. For weblogic it is something like: java.naming.factory.initial weblogic.jndi.WLInitialContextFactory java.naming.provider.url t3://localhost:7001 Hope that this is of some assistance regards IV > from: Gareth Jones <[EMAIL PROTECTED]> > date: Tue, 01 Oct 2002 12:57:45 > to: [EMAIL PROTECTED] > subject: Re: App Clients using EJB resources > =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
