Hi, On my local network I have the application server on PC a 192.168.1.100
I have another PC on the same network whose jndi.properties I alter to be java.naming.provider.url=jnp://192.168.1.100:1099 I fired up my client app and had no problem accessing the 'server'. On a world wide web PC I configured java.naming.provider.url=jnp://64.nnn.nnn.nnn:80 where 64.nnn.nnn.nnn is my router and on that linksys router I port forward and trigger 80 traffic to route to 192.168.1.100 port 1099. I know this *should* work as I tested port forwarding 80 traffic to a different server port 8080 and had *no problem*. On my very remote client it complains that it cannot connect to localhost port 1099 - despite my altered jndi.properties. I cant figure out what the issue is - should all work right? Are there any restrictions that the application server would reject the client if it was a redirected router traffic? thanks! Aron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937623#3937623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937623 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
