Hi all. I have Apache talking with Tomcat. Using http://ServerName/com/ServletName I can get data from the db-server to display in the browser, but this is only in a company intranet environment. On the intranet, any changes to the db can be displayed on the browser with only a slight delay. Now I need to establish an HTTP session to the applet and use the applet to "tunnel" to Tomcat. Although I manage to throw up the screens e.g. a math caculator, JAVA console throws these error messages : *** Record Sent java.io.FileNotFoundException: http://cacophonix/demo.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ...etc java.io.FileNotFoundException: http://cacophonix//RemotedemoServer at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ...etc com.developer.Tunnel.client.BaseTunnelClient$TunnelException: http://cacophonix//RemotedemoServer at com.developer.Tunnel.client.BaseTunnelClient._invokeMethod(BaseTunnelClient.java:216) ...etc **** The supposedly missing files are present (I have copied them everywhere). The CLASSPATH has been patched and extended. To no avail. I was told that it could be my policy files. But over the intranet I could access the db ? Hints, tips and even comments are most welcome at this stage