I have an application that is using BlazeDS for two-way communication
between a Java-based server hosted on Tomcat and a Flex Client. From one
particular client access location (and no others we've seen), the server
is throwing a java.net.SocketTimeoutException as shown in the Stack
trace below.I believe I could solve the problem by increasing the socket
timeout setting, but I can't find where to do this. I am using a
subclass of ActionScriptAdapter which, unlike the HTTPProxyAdapter, does
not a...