Hi, I've got an app that was working just fine on the local machine. It's JBoss 3.2.3 + Tomcat 4.1.29 with PostgreSQL 7.4 database for storage. The client app is loaded via WebStart from a JSP, with JNDI settings coming in through properties set in the JNLP file.
My problem is that when located on a remote server, it doesn't work. :( It appears to be either at authentication time or at EJB creation time (first EJB create == first authentication, I think?) it still tries to talk to local host. I get a ConnectException - a receive timeout connecting to 127.0.0.1. I've told it to talk to 192.168.0.10 (the server) in the java.naming.provider.url property, and indeed the name lookups seem to work, so what am I missing that would cause it to try to connect to localhost? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831868#3831868 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831868 ------------------------------------------------------- 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
