You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Pankaj Tiwari <pa...@gmail.com> on 2011/02/10 06:38:49 UTC

[users@httpd] Applets fail to load with UndeclaredThrowableException when using Proxy

The HTTP server is configured as Proxy as well as Reverse Proxy for the Web
Application

(HTTP request) --> [HTTP Server] -->  (HTTP redirect) --> [Web Application]
// Web application loads except the applets
(java.lang.reflect.UndeclaredThrowableException ). If I enable
ProxyPreserveHost in httpd.conf file, applets load successfully

(HTTPS request) --> [HTTP Server] --> (HTTP redirect) --> [WebApplication]
// Web application loads except the applets
(java.lang.reflect.UndeclaredThrowableException) (ProxyPreserveHost is
disabled)


Any suggestions on why applets might not be loading successfully.

Thanks,
Pankaj