Hi,<br><br>the port is important while the protocol is not (and must not be defined) to match a host name to a site.<br>You can use the same host name (or ip) with diffentent ports to match different sites.<br><br>So your server attribute should look like: <site server="host:port" uri="..." /><br>
<br>Regards,<br>Stephan<br><br><div class="gmail_quote">2010/1/11 jacek grzebyta (RRes-Roth) <span dir="ltr"><<a href="mailto:jacek.grzebyta@bbsrc.ac.uk">jacek.grzebyta@bbsrc.ac.uk</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Paul,<br>
<br>
Thanks a lot. I tried today whole day. And now I have really nothing.<br>
<br>
<br>
<a href="http://main_1.domain/opencms/opencms/" target="_blank">http://main_1.domain/opencms/opencms/</a><br>
<br>
shows me OpenCms welcome page.<br>
<br>
<a href="http://main.domain/" target="_blank">http://main.domain/</a> shows me another stuff.<br>
<br>
So Apache's doing what should do it looks the problem is at OpenCms because:<br>
<br>
<a href="http://main_1.domain:8080/" target="_blank">http://main_1.domain:8080/</a> shows me opencms welcome with the navy-blue background;<br>
<a href="http://main.domain:8080" target="_blank">http://main.domain:8080</a> shows normal opencms welcome<br>
<br>
my 'sites' is now:<br>
<br>
    <sites><br>
      <workplace-server><a href="http://babvs14.rothamsted.bbsrc.ac.uk:8080" target="_blank">http://babvs14.rothamsted.bbsrc.ac.uk:8080</a></workplace-server><br>
<div class="im">      <default-uri>/sites/default/</default-uri><br>
</div>      <site server="<a href="http://babvs14.rothamsted.bbsrc.ac.uk:8080" target="_blank">http://babvs14.rothamsted.bbsrc.ac.uk:8080</a>" uri="/sites/default/"/><br>
      <site server="<a href="http://babvs14_1.rothamsted.bbsrc.ac.uk:8080" target="_blank">http://babvs14_1.rothamsted.bbsrc.ac.uk:8080</a>" uri="/sites/phibase/"/><br>
    </sites><br>
<br>
But I don't know whether it is important using http:// & port in site tab. Different manuals have difference. I tested that not using pre and postfixes just do that for both addresses I have the same normal welcome.<br>

For sure both sites exist in opencms system cos log shows:<br>
<br>
11 Jan 2010 14:45:09,322  INFO [pencms.site.CmsSiteManagerImpl: 197] . Site root added      : server: <a href="http://main.domain:8080" target="_blank">http://main.domain:8080</a> uri: /sites/default title: /sites/default/<br>

11 Jan 2010 14:45:09,323  INFO [pencms.site.CmsSiteManagerImpl: 197] . Site root added      : server: <a href="http://main_1.domain:8080" target="_blank">http://main_1.domain:8080</a> uri: /sites/phibase title: /sites/phibase/<br>

<br>
<br>
And tomcat:<br>
<div class="im">    <Connector port="8080" protocol="HTTP/1.1"<br>
               connectionTimeout="20000"<br>
               redirectPort="8443" /><br>
<br>
</div>So I used 8080 only. I will use mod_proxy cos I am too lazy to install mod_jk and config now. :)<br>
I'll do in the future.<br>
<br>
With best wishes,<br>
<div><div></div><div class="h5">Jacek<br>
<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
</div></div></blockquote></div><br>