I can use the following java options to specify the properties of JNP when I run the client application, -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory -Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces" -Djava.naming.provider.url=jnp://HOST:1100
But how do I add the following properties, jnp.socketFactory=org.jnp.interfaces.TimedSocketFactory jnp.timeout=0 jnp.sotimeout=0 without programming inside my application? My understanding is that the file "jndi.properites" under "...\conf" was read by the server, my client application does not acess this file, there is no use to add these properties to "jndi.properties" either. Thanks. <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824995#3824995">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824995>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
