java.io.IOException: Server returned HTTP response code: 403 for URL: http:

Hi. I'm getting the following error when my jsp application try to download an applet; the client do the request trough an ISA Server, then go to an IIS server and the request is redirected to TOMCAT.

Thx in Advance.

java.io.IOException: Server returned HTTP response code: 403 for URL: http://ww3.licitacion-e.com/licitacione/comunes/appletFirma.jar

at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:709)

at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:384)

at sun.plugin.net.protocol.http.HttpUtils.followRedirects(HttpUtils.java:39)

at sun.plugin.cache.CachedJarLoader.download(CachedJarLoader.java:302)

at sun.plugin.cache.CachedJarLoader.load(CachedJarLoader.java:128)

at sun.plugin.cache.JarCache.get(JarCache.java:172)

at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(CachedJarURLConnection.java:93)

at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(CachedJarURLConnection.java:78)

at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:580)

at sun.misc.URLClassPath$JarLoader.<init>(URLClassPath.java:541)

at sun.misc.URLClassPath$3.run(URLClassPath.java:319)

at java.security.AccessController.doPrivileged(Native Method)

at sun.misc.URLClassPath.getLoader(URLClassPath.java:308)

at sun.misc.URLClassPath.getLoader(URLClassPath.java:285)

at sun.misc.URLClassPath.getResource(URLClassPath.java:155)

at java.net.URLClassLoader$1.run(URLClassLoader.java:190)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:186)

at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:134)

at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:168)

at java.lang.ClassLoader.loadClass(ClassLoader.java:299)

at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)

at java.lang.ClassLoader.loadClass(ClassLoader.java:255)

at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:501)

at sun.applet.AppletPanel.createApplet(AppletPanel.java:567)

at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1778)

at sun.applet.AppletPanel.runLoader(AppletPanel.java:496)

at sun.applet.AppletPanel.run(AppletPanel.java:293)

at java.lang.Thread.run(Thread.java:536)

cargar: clase licitacione.clases.interfaz.ObjAF.class no encontrada.

java.lang.ClassNotFoundException: licitacione.clases.interfaz.ObjAF.class

at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:153)

at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:168)

at java.lang.ClassLoader.loadClass(ClassLoader.java:299)

at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)

at java.lang.ClassLoader.loadClass(ClassLoader.java:255)

at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:506)

at sun.applet.AppletPanel.createApplet(AppletPanel.java:567)

at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1778)

at sun.applet.AppletPanel.runLoader(AppletPanel.java:496)

at sun.applet.AppletPanel.run(AppletPanel.java:293)

at java.lang.Thread.run(Thread.java:536)

Caused by: java.io.IOException: open HTTP connection failed.

at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:252)

at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:42)

at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:143)

at java.security.AccessController.doPrivileged(Native Method)

at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:140)

[3855 byte] By [jchirinosfranco@yahoo.coma] at [2007-10-1 1:07:50]
# 1
403 -- "URL Forbidden"What happens when you try to open the jar from a browser? http://ww3.licitacion-e.com/licitacione/comunes/appletFirma.jarOut of the 10 times I tried I only got the do you want to save this file once.
harmmeijera at 2007-7-8 1:25:24 > top of Java-index,Security,Signed Applets...
# 2
When i try to download the applet form the explorer; i can do it; the problem is when the application is the one who try to dwonload the jar.
jchirinosfranco@yahoo.coma at 2007-7-8 1:25:24 > top of Java-index,Security,Signed Applets...
# 3
Have you resolved the problem? I have the same issue.Thanks!!!
Sergio_Satulovskya at 2007-7-8 1:25:24 > top of Java-index,Security,Signed Applets...