[opencms-dev] Port Problems
Nick Panienski
panienski at codecentric.de
Wed Apr 20 15:04:39 CEST 2005
Hi there,
this may sound strange, but please don't ask why we have such an
environment, it's not my fault :)
I have an apache webserver, which forwards https (port 443) to a tomcat
running on 8081 with opencms 6 beta 2. (Port 80 is already in use, 8080 as
well...)
This is what I have now in my opencms-system.xml:
<sites>
<workplace-server>https://xxx.com</workplace-server>
<default-uri>/sites/abc/</default-uri>
<site server="http://localhost:8081" uri="/sites/default/"/>
<site server="https://xxx.com" uri="/sites/abc/"/>
</sites>
My login works fine.
https://xxx.com/opencms/opencms/system/login
My online content is displayed fine if I enter the URL by myself.
https://xxx.com/opencms/opencms/qwert.html
BUT when I use the Explorer view of OpenCMS to click on a file, OpenCMS does
strange things to the URL:
http://https//www.xxx.com:443/opencms/opencms/index.html
Urgh?!
Question is: what do I have to configure in opencms-system or is there
anything else I am doing wrong?
Nick
More information about the opencms-dev
mailing list