<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Nachricht</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>cool idea... thank you...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=ralph@mecmedia.de href="mailto:ralph@mecmedia.de">ralph | m.e.c.</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=opencms-dev@www.opencms.org 
  href="mailto:opencms-dev@www.opencms.org">opencms-dev@www.opencms.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, August 13, 2002 8:49 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> AW: [opencms-dev] Multiple 
  sites</DIV>
  <DIV><BR></DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff size=2>well 
  in esence you could achieve that sort of thing with a url rewriting under 
  apache. the scenario would look like following:</FONT></SPAN></DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff size=2>1. 
  apache server</FONT></SPAN></DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff size=2>2. 
  opencms server</FONT></SPAN></DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff 
  size=2>requests from the domain <A 
  href="http://www.domain1.de">www.domain1.de</A> to the apache server. that 
  rewrites all requests from / to <A 
  href="http://opencmsserver/project1">http://opencmsserver/project1</A> which 
  is a subdirectory under opencms. as apache does the rewriting, all requests 
  look as if they go to <A 
  href="http://www.domain1.de">http://www.domain1.de</A>. that means the address 
  <A href="http://www.domain1.de/mydir">www.domain1.de/mydir</A> would go to <A 
  href="http://opencmsserver/project1/mydir">http://opencmsserver/project1/mydir</A>....</FONT></SPAN></DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff size=2>In 
  principal you can use one server but I would suggest using several servers 
  though, because running opencms a java servlet + the rewriting from the apache 
  server could get very messy. anyways that way the apache server can serve 
  as a central distributer of several projects.....</FONT></SPAN></DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff 
  size=2>regards,</FONT></SPAN></DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=851344218-13082002><FONT face=Arial color=#0000ff 
  size=2>Eduard Ralph</FONT></SPAN></DIV>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
    <DIV></DIV>
    <DIV class=OutlookMessageHeader lang=de dir=ltr align=left><FONT face=Tahoma 
    size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B> 
    owner-opencms-dev@www.opencms.org [mailto:owner-opencms-dev@www.opencms.org] 
    <B>Im Auftrag von </B>Manfred Pruntsch<BR><B>Gesendet:</B> Dienstag, 13. 
    August 2002 19:15<BR><B>An:</B> 
    opencms-dev@www.opencms.org<BR><B>Betreff:</B> RE: [opencms-dev] Multiple 
    sites<BR><BR></FONT></DIV>
    <DIV>
    <DIV><SPAN class=682460313-13082002><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN class=971150317-13082002>> </SPAN>It is 
    one of the main features of OpenCms that several parts of 
    </FONT></FONT></FONT></SPAN></DIV>
    <DIV><SPAN class=682460313-13082002><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN class=971150317-13082002>> </SPAN>a site 
    (or even several sites) can be maintained in several 
    </FONT></FONT></FONT></SPAN></DIV>
    <DIV><SPAN class=682460313-13082002><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN class=971150317-13082002>> 
    </SPAN>projects by several users.</FONT></FONT></FONT></SPAN></DIV>
    <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
    size=2><SPAN class=971150317-13082002>Where I can find the realation 
    between project and domain to be delivered.</SPAN></FONT></SPAN></DIV>
    <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
    size=2><SPAN class=971150317-13082002>For 
example:</SPAN></FONT></SPAN></DIV>
    <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
    size=2><SPAN 
    class=971150317-13082002>project1       (has 
    to deliver to)   --> <A 
    href="http://www.domain1.de">www.domain1.de</A></SPAN></FONT></SPAN></DIV>
    <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
    size=2><SPAN class=971150317-13082002>
    <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
    size=2><SPAN 
    class=971150317-13082002>project2       (has 
    to deliver to)   --> <A 
    href="http://www.domain2.de">www.domain2.de</A></SPAN></FONT></SPAN></DIV>
    <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
    size=2><SPAN class=971150317-13082002></SPAN></FONT></SPAN> </DIV>
    <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
    size=2><SPAN class=971150317-13082002>How it is accomplished? I tried it in 
    version 4.6.1 with no 
    results. </SPAN></FONT></SPAN></DIV></SPAN></FONT></SPAN></DIV></DIV>
    <P><FONT size=2>best regards<BR>Manfred 
    Pruntsch<BR><BR><BR>----------------------------------------------<BR>IFCOS 
    Institut für Zell- und Organsimulation GmbH<BR>Friedrich-Barnewitz-Strasse 
    3<BR>18119 Rostock<BR>phone: +49 (0)381.5196-190<BR>fax: +49 
    (0)381.5196-137<BR>email: manfred.pruntsch@ifcos.com<BR></FONT></P>
    <BLOCKQUOTE dir=ltr 
    style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
      <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
      size=2>-----Original Message-----<BR><B>From:</B> 
      owner-opencms-dev@www.opencms.org 
      [mailto:owner-opencms-dev@www.opencms.org]<B>On Behalf Of </B>Daniel 
      Wemhoff<BR><B>Sent:</B> Tuesday, August 13, 2002 3:15 PM<BR><B>To:</B> 
      'opencms-dev@www.opencms.org'<BR><B>Subject:</B> AW: [opencms-dev] 
      Multiple sites<BR><BR></FONT></DIV>
      <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2>It is one of the main features of OpenCms that several parts of a 
      site (or even several sites) can be maintained in several projects by 
      several users.</FONT></SPAN></DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2></FONT></SPAN> </DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2>When creating a project you can choose who is the user group (see 
      the project and work in it, but not publish) and the manager group 
      (publish the project). All other groups can´t see the project. 
      </FONT></SPAN></DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2></FONT></SPAN> </DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2>You can set the user rights for every ressource in OpenCms, so you 
      can choose the right for read (r), write (w) and visible in explorer view 
      (v) for the owner, for the dedicated group and for all 
      others.</FONT></SPAN></DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2></FONT></SPAN> </DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2>Of course you first have to create the user groups you need to give 
      detailed access to projects and ressources.</FONT></SPAN></DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2></FONT></SPAN> </DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2>Best regards</FONT></SPAN></DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2>Daniel </FONT></SPAN></DIV>
      <DIV><SPAN class=682460313-13082002><FONT face=Arial color=#0000ff 
      size=2></FONT></SPAN> </DIV>
      <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
        <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
        size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B> ralph | m.e.c. 
        [mailto:ralph@mecmedia.de]<BR><B>Gesendet:</B> Dienstag, 13. August 2002 
        15:16<BR><B>An:</B> opencms-dev@www.opencms.org<BR><B>Betreff:</B> AW: 
        [opencms-dev] Multiple sites<BR><BR></FONT></DIV>
        <DIV><SPAN class=698551313-13082002><FONT face=Arial color=#0000ff 
        size=2>I looked at that and what does work to a degree is to have 
        several projects for different websites. not a very clean solution, 
        because the others can see the other projects and there are some issues 
        with user rights. it shouldn't be all that difficult to extend the 
        database with a extra site tag.</FONT></SPAN></DIV>
        <DIV><SPAN class=698551313-13082002><FONT face=Arial color=#0000ff 
        size=2></FONT></SPAN> </DIV>
        <DIV><SPAN class=698551313-13082002><FONT face=Arial color=#0000ff 
        size=2>greetings,</FONT></SPAN></DIV>
        <DIV><SPAN class=698551313-13082002><FONT face=Arial color=#0000ff 
        size=2></FONT></SPAN> </DIV>
        <DIV><SPAN class=698551313-13082002><FONT face=Arial color=#0000ff 
        size=2>eduard ralph</FONT></SPAN></DIV>
        <BLOCKQUOTE style="MARGIN-RIGHT: 0px">
          <DIV></DIV>
          <DIV class=OutlookMessageHeader lang=de dir=ltr align=left><FONT 
          face=Tahoma size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B> 
          owner-opencms-dev@www.opencms.org 
          [mailto:owner-opencms-dev@www.opencms.org] <B>Im Auftrag von 
          </B>Puneet Narang<BR><B>Gesendet:</B> Dienstag, 13. August 2002 
          13:56<BR><B>An:</B> opencms-dev@www.opencms.org<BR><B>Betreff:</B> 
          [opencms-dev] Multiple sites<BR><BR></FONT></DIV>
          <DIV><FONT color=#000000 size=2><SPAN 
          class=532555211-13082002>Hi,</SPAN></FONT></DIV>
          <DIV><FONT color=#000000 size=2><SPAN 
          class=532555211-13082002>         
          Is there any way to maintain multiple web sites using opencms 
          ???</SPAN></FONT></DIV>
          <DIV><FONT color=#000000 size=2><SPAN 
          class=532555211-13082002></SPAN></FONT> </DIV>
          <DIV><FONT color=#000000 size=2><SPAN 
          class=532555211-13082002>thanks</SPAN></FONT></DIV>
          <DIV><FONT color=#000000 size=2><SPAN 
          class=532555211-13082002></SPAN></FONT> </DIV>
          <DIV><FONT color=#000000 size=2><SPAN 
          class=532555211-13082002>Puneet</SPAN></FONT></DIV><B>Disclaimer</B><BR><BR>This 
          email is confidential and intended solely for the use of the 
          individual to whom it is addressed. Any views or opinions presented 
          are solely those of the author and do not necessarily represent those 
          of Zenesis Limited. If you are not the intended recipient, be advised 
          that you have received this email in error and that any use, 
          dissemination, forwarding, printing or copying of this email is 
          strictly prohibited. If you have received this email in error please 
          notify the administrator at Zenesis Limited, 20 Upper Maudlin Street, 
          Bristol, BS2 8DJ, +44(0)117 9300789. Email <A 
          href="administrator@zenesis.com">administrator@zenesis.com</A>. 
        </BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>