Will I need to make any server configuration changes? Right now, the server is running on localhost, so the jndi must be listening on localhost:1099... I have changed the client configuration to point to k.l.m.n:1099 (i.e., my machine ip:1099), but I have feeling that the server is really listening on 127.0.0.1:1099 (i.e., my machine's localhost ip:1099), instead of k.l.m.n:1099.
I figured I could change the server hostname or ip somewhere in the server xmls, but I haven't been able to find anything yet. Thanks for the reply! Matt Hanson! -----Original Message----- From: Nicholas [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 9:56 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Run Client Using RMI For remote [and local] connections, I have never used the "decorated" URL you showed in your email. I simply used: java.naming.provider.url=<hostname>:<port> If it is timing out, make sure you can actually ping the server from your client box......:) Also, make sure all the "required stuff" (that is a technical term) is in your client classpath. Lastly, make sure you are infact running the JNDI port on the port you are trying to connect to. Cheers. //Nicholas --- "Hanson, Matthew" <[EMAIL PROTECTED]> wrote: > Hi-- > > OK - Please don't slam me too hard for this mail. I > wanna move my jboss > client from the machine where jboss is installed > (i.e., localhost) to our hp > machine. I just wanna make sure that the test > client can make the call > properly over the network. Someone has surely > answered this question before > - make configuration file changes are required to do > this? > > For what I've read so far, I believe most of the > client changes entail > updating the jndi.properties > 'java.naming.provider.url=localhost' entry to > 'java.naming.provider.url=jnp://somehostname:1099/'. > Are there other > changes that are needed beside this? To the client > only? Both client > and/or server? For localhost, can I simply change > this val to the IP for > the machine where jboss is running? I tried this, > but the app timed out, so > I know I'm still dumb on some of the issues. > > Please help! > > Thanks! > Matt Hanson! > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = > Something 2 See! > http://www.vasoftware.com > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user ===== Nicholas Whitehead Home: (973) 377 9335 Cell: (201) 615 2716 Work: (212) 622 5639 [EMAIL PROTECTED] ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user