I think you should have another property in your JNDI props such as:
prop.setProperty("java.naming.provider.url","192.168.1.2:3700");
from your statcktrace it seems that you are still trying to connect to localhost whereas you set to connect to 192.68.1.2 (or may be 192.168.1.2) .