[opencms-dev] Applet Error (Incompatible magic value)

Mark Lange mark.lange at koeln.de
Fri Jun 13 12:46:59 CEST 2008



steve bryan wrote:
> 
> 
> I was using mod_proxy in apache to forward to Tomcat on 8080. The code in
> OpenCms 7 is flawed in my opinion, and creates a link to the applet based
> on
> where the webapp thinks it is, and it includes the 8080 in the URL. My
> client's users were unable to access port 8080 and the result was the
> error
> below.
> 
> The best solution would be to change the source code (I reference it in
> the
> article), but as a workaround I switched to use mod_jk instead of
> mod_proxy.
> 
> 
Maybe it would be sufficient to set the proxyPort in the connector:
<Connector port="8080" ...
              proxyName="www.mycompany.com"
              proxyPort="80"/>

http://tomcat.apache.org/tomcat-5.5-doc/proxy-howto.html

-- 
View this message in context: http://www.nabble.com/Applet-Error-%28Incompatible-magic-value%29-tp17798183p17820789.html
Sent from the OpenCMS - Dev mailing list archive at Nabble.com.




More information about the opencms-dev mailing list