View Single Post
  #7 (permalink)  
Old 01-05-2008, 07:31 PM
CaptainMorgan's Avatar
CaptainMorgan CaptainMorgan is offline
Moderator
 
Join Date: Dec 2007
Location: NewEngland, US
Posts: 839
CaptainMorgan will become famous soon enoughCaptainMorgan will become famous soon enough
Send a message via AIM to CaptainMorgan
If you tested it at home then it should work given the new IP address you list for the client of the server is a valid one. I assume for the home test you used, 127.0.0.1? Provided firewalls and the like, and port is available, it might be as simple as changing the localhost address to the new one.

I realized the above paragraph might be a slight repetition of my previous post Tim. This morning I just finished building a client/server app of my own which represents a chat room, likely similar to your IM'ng app. I'm pretty sure the IP address change I mention solves it - I know this because I tested mine via my local machine via 127... and I also uploaded it to my remote server and it was a success.

Let us know what you come up with
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
to our beloved Java Forums!
(closes on September 4, 2008)
Want to voice your opinion on your IDE/Editor of choice?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!
Got a little Capt'n in you? (drink responsibly)

Last edited by CaptainMorgan : 01-05-2008 at 07:41 PM.
Reply With Quote