[opencms-dev] FileUploadApplet Blocked on Port 8080

Steve Bryan steve at bright-interactive.com
Tue Jul 29 13:53:12 CEST 2008


Hi Brett

I had this issue, and eventually fixed it by using mod_jk instead of
mod_proxy.

However Mark Lange offered an alternative solution, which I did not actually
try but sounds better:

"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"

See the issue in context at
http://www.nabble.com/Applet-Error-(Incompatible-magic-value)-td17798183.htm
l

Steve

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

Date: Tue, 29 Jul 2008 13:41:27 +1000
From: "Brett Sheeran" <brett.sheeran at gmail.com>
Subject: [opencms-dev] FileUploadApplet Blocked on Port 8080
To: opencms-dev at opencms.org
Message-ID:
	<36911620807282041u182f1773ueb6f4661c29646bf at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi,

We have an issue with OpenCMS attempting to serve the FileUploadApplet
through a blocked port. Can anyone tell me how to fix this issue?
Details as follows.

We are running OpenCMS 7.0.4 on port 8080 behind an Apache proxy.
However, when we click on the upload icon (newresource_upload.jsp) the
Applet fails to load. The markup for newresource_upload.jsp specifies
port 8080.

<applet code="org.opencms.applet.upload.FileUploadApplet.class"
archive="http://192.1668.1.15:8080/resources/components/upload_applet/upload
.jar"
width="500" height="100">

Unfortunately port 8080 is blocked from users, hence our issue. I see
this problem came up a few months ago.

http://mail.opencms.org/pipermail/opencms-dev/2008q1/029420.html

Did anybody have a fix for this issue?

Cheers

Brett






More information about the opencms-dev mailing list