hey....
I'm working with a server/client program created in java and compiled in OS9. The client connects to the server through a standard socket connection, and when the client is run in OS9, there are no problems. However, I am trying to create a perl CGI script from OSX that will connect a web interface to this server, and even though I am using the same protocol to connect with the perl script as with the standard java client, the script won't connect to the server and just times out. Is there some sort of translation problem between OSX and OS9 where a socket connection between the two wouldn't be possible? or does it have to do with something unrelated.
thanks,
kyle
I'm working with a server/client program created in java and compiled in OS9. The client connects to the server through a standard socket connection, and when the client is run in OS9, there are no problems. However, I am trying to create a perl CGI script from OSX that will connect a web interface to this server, and even though I am using the same protocol to connect with the perl script as with the standard java client, the script won't connect to the server and just times out. Is there some sort of translation problem between OSX and OS9 where a socket connection between the two wouldn't be possible? or does it have to do with something unrelated.
thanks,
kyle