[opencms-dev] multisite: wrong effects on correct settings
jacek grzebyta (RRes-Roth)
jacek.grzebyta at bbsrc.ac.uk
Fri Jan 8 18:49:27 CET 2010
Hi guys,
Now, I have problem with settings multisite. I cannot find in google anything about that. The symptoms are:
http://main.domain:8081/opencms/opencms/ shows /sites/phibase/index.html
http://main_1.domain:8081/opencms/opencms/ shows the welcome opencms page (Congratulations! You have setup OpenCms successfully.) but with navy-blue/blue background
htpp://main.domain:8080/opencms/opencms/ shows the welcome opencms page with normal grey/white background
and finally http://main_1.domain:8080/ shows the same welcome page with the same normal background.
I don't understand that. Google shows my settings are ok
Versions are:
Your installed OpenCms version is: 7.5.1
Running on Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM 14.3-b01 mixed mode with Linux 2.6.18-164.9.1.el5 (amd64)
I don't know if its important: main_1 is DNS alias of main
My settings are:
@ opencms-system.xml
<sites>
<workplace-server>http://main.domain:8080</workplace-server>
<default-uri>/sites/default/</default-uri>
<site server="main.domain" uri="/sites/default/"/>
<site server="main_1.domain" uri="/sites/phibase/"/>
</sites>
@ tomcat/conf/server.xml
<Service name="Catalina">
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<!-- Settings for OpenCms server at 8081-->
<Connector port="8081"
enableLookups="false"
maxThreads="150" redirectPort="8443"
proxyName="main_1.domain" proxyPort="80"
debug="0" connectionTimeout="20000"
disableUploadTime="true"
Thanks a lot,
Jacek
More information about the opencms-dev
mailing list