I'm looking for suggestions on the best way to implement setting the java.naming.provider.url and java.naming.factory.initial in a client. The clients will always be on a different machine then Jonas. I'm currently always specifying these settings like this: java -Djava.naming.provider.url.="rmi://10.12.23.188:1099" -Djava.naming.factory.initial=com.sun.jndi.rmi.registry.RegistryContextFactory com.company.Client Everything is working great from command line, but I want to start calling com.company.Client from JSP and Servlets and I'm interested to hear different ways people configuring their settings. BTW- (I successfully compiled and used the Servlet example ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
