This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: How and where to configure JNP.SocketFactory?rfiroz Sep 19, 2007 3:45 PM (in response to rfiroz)well, well, well 
 I finally found the answer myself. You can configure these properties in jndi.properties file as follows:
 jnp.socketFactory=org.jnp.interfaces.TimedSocketFactory
 jnp.timeout=1000
 jnp.sotimeout=1000
 If you are planning on using TimedSocketFactory, then you don't need to specify that since that is the default value.
 Hope this helps others.
