[opencms-dev] How to add new site to OpenCMS
Joe Desbonnet
jdesbonnet at gmail.com
Thu Jun 23 16:24:50 CEST 2005
On 6/23/05, Egor Margineanu <emargineanu at master.md> wrote:
> Hi
> Some questions regarding OpenCMS.
> 1. How to add a new site?
Create a directory in the virtual file system (eg /sites/MySite )
Now edit file:
webapps/opencms/WEB-INF/config/opencms-system.xml
Add an addition entry for each site in the <sites> element.
eg
<site server="http://www.mysite.com" uri="/sites/MySite" />
Now restart Tomcat (or whatever the servlet container is).
Joe.
More information about the opencms-dev
mailing list