RE: Trying to get past java.net.ConnectException

2003-10-09 Thread Wade Chandler
An applet isn't affected by your server settings. What is your applet trying to connect to? What port. Also what servlet or jsp is it connecting to on your server. The applet will be affected by the client system it is running on. Send the link to the url you need the applet to connect to.

RE: Trying to get past java.net.ConnectException

2003-10-09 Thread jon yeargers
To: Tomcat Users List Subject: Re: Trying to get past java.net.ConnectException If your applet is bombing with java.net.ConnectException, then your applet is the problem, not tomcat. -Tim jon yeargers wrote: Problem: Im trying to use an Applet to interact with my Tomcat code via sockets

Re: Trying to get past java.net.ConnectException

2003-10-08 Thread Tim Funk
If your applet is bombing with java.net.ConnectException, then your applet is the problem, not tomcat. -Tim jon yeargers wrote: Problem: Im trying to use an Applet to interact with my Tomcat code via sockets to transfer files. I get the following exception: java.net.ConnectException: