[opencms-dev] Applet Error

Steve Bryan steve at bright-interactive.com
Mon Jun 16 11:49:21 CEST 2008


Hi Mark

This sounds like the best solution - I missed this connector config option
when I had the problem previously!

Steve

-----Original Message-----

Date: Fri, 13 Jun 2008 03:46:59 -0700 (PDT)
From: Mark Lange <mark.lange at koeln.de>
Subject: Re: [opencms-dev] Applet Error (Incompatible magic value)
To: opencms-dev at opencms.org
Message-ID: <17820789.post at talk.nabble.com>
Content-Type: text/plain; charset=us-ascii



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-tp17798183
p17820789.html
Sent from the OpenCMS - Dev mailing list archive at Nabble.com.







More information about the opencms-dev mailing list