[opencms-dev] Publishing pages[Scanned]

Jon Mayes jon.mayes at pegasus-homes.co.uk
Mon Jan 16 13:09:49 CET 2006


yes

-----Original Message-----
From: Thierry Collogne [mailto:tcollogne at hotmail.com] 
Sent: 16 January 2006 11:57
To: opencms-dev at opencms.org
Subject: RE: [opencms-dev] Publishing pages[Scanned]

But, do I need to place the playground folder inside the sites folder.
Now I 
have

/
  channels/
  playground/
  sites/
         default
  system

Do I need to change this to?

/
  channels/
  sites/
         default
         playground
  system




>From: "Arash Kaffamanesh" <arash.kaffamanesh at pomegranate.de>
>Reply-To: The OpenCms mailing list <opencms-dev at opencms.org>
>To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
>Subject: RE: [opencms-dev] Publishing pages
>Date: Mon, 16 Jan 2006 12:56:02 +0100
>
> >> <default-uri>/playground/</default-uri>
>
>Must be:
>
><default-uri>/sites/playground/</default-uri>
>
>HTH,
>
>Arash
>
>-----Original Message-----
>From: opencms-dev-bounces at opencms.org
>[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Thierry Collogne
>Sent: Montag, 16. Januar 2006 08:14
>To: opencms-dev at opencms.org
>Subject: Re: [opencms-dev] Publishing pages
>
>
>
>I have tried with "touch", but it doesn't make a difference. Perhaps
>there
>is something wrong with my opencms-system.xml.
>
>My site is located in a /playground folder. This is what my
>opencms-system.xml looks like
>
>
>
>
>
><?xml version="1.0" encoding="UTF-8"?>
><!DOCTYPE opencms SYSTEM
>"http://www.opencms.org/dtd/6.0/opencms-system.dtd">
>
><opencms>
>	<system>
>	   	<internationalization>
>			<localehandler
>class="org.opencms.i18n.CmsDefaultLocaleHandler"/>
>			<localesconfigured>
>				<locale>en</locale>
>				<locale>de</locale>
>			</localesconfigured>
>			<localesdefault>
>				<locale>en</locale>
>				<locale>de</locale>
>			</localesdefault>
>		</internationalization>
>		<mail>
>			<mailfrom>nobody at nowhere.com</mailfrom>
>			<mailhost name="my.smtp.server" protocol="smtp"
>user="username"
>password="secure"/>
>			<mailhost name="alternative.smtp.server"/>
>			<mailhost
>name="another.alternative.smtp.server"/>
>		</mail>
>		<scheduler />
>	   	<versionhistory enabled="true" count="10"/>
>		<resourceinit>
>             <resourceinithandler
>class="org.opencms.file.CmsBackupResourceHandler"/>
>         </resourceinit>
>		<requesthandlers />
>		<passwordhandler
>class="org.opencms.security.CmsDefaultPasswordHandler">
>			<encoding>UTF-8</encoding>
>			<digest-type>MD5</digest-type>
>			<param
>name="compatibility.convert.digestencoding">false</param>
>		</passwordhandler>
>		<sites>
>
><workplace-server>http://192.168.1.53:8080</workplace-server>
>			<default-uri>/playground/</default-uri>
>			<site server="http://192.168.1.53:8080"
>uri="/playground/"/>
>		</sites>
>		<runtimeproperties>
>			<param
>name="compatibility.support.oldlocales">false</param>
>			<param
>name="compatibility.support.webAppNames">/opencms/opencms/</param>
>		</runtimeproperties>
>		<runtimeclasses>
>			<runtimeinfo
>class="org.opencms.db.CmsDbContextFactory" />
>		</runtimeclasses>
>		<defaultusers>
>			<user-admin>Admin</user-admin>
>			<user-guest>Guest</user-guest>
>			<user-export>Export</user-export>
>
><group-administrators>Administrators</group-administrators>
>
><group-projectmanagers>Projectmanagers</group-projectmanagers>
>			<group-users>Users</group-users>
>			<group-guests>Guests</group-guests>
>		</defaultusers>
>		<defaultcontentencoding>UTF-8</defaultcontentencoding>
>		<memorymonitor>
>			<maxusagepercent>90</maxusagepercent>
>			<log-interval>600</log-interval>
>			<email-interval>43200</email-interval>
>			<warning-interval>43200</warning-interval>
>		</memorymonitor>
>		<flexcache>
>			<cache-enabled>true</cache-enabled>
>			<cache-offline>false</cache-offline>
>			<maxcachebytes>8000000</maxcachebytes>
>			<avgcachebytes>6000000</avgcachebytes>
>			<maxentrybytes>400000</maxentrybytes>
>			<maxkeys>2000</maxkeys>
>		</flexcache>
>		<http-authentication>
>			<browser-based>true</browser-based>
>		</http-authentication>
>		<resultcache>
>
><keygenerator>org.opencms.db.CmsCacheKey</keygenerator>
>			<size-users>64</size-users>
>			<size-groups>64</size-groups>
>			<size-usergroups>256</size-usergroups>
>			<size-projects>32</size-projects>
>			<size-resources>8192</size-resources>
>			<size-resourcelists>256</size-resourcelists>
>			<size-properties>1024</size-properties>
>
><size-accesscontrollists>1024</size-accesscontrollists>
>			<size-permissions>1024</size-permissions>
>		</resultcache>
>	</system>
></opencms>
>
>
>This is the url that works for the index.html file
>
>                 http://192.168.1.53:8080/opencms/opencms/index.html
>
>But, only this file works, none of the other files in the same
directory
>can
>be viewed.
>
>Any other ideas?
>
>Thanks,
>
>Thierry
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> >From: Marcus Popetz <marcus at roundpeg.com>
> >Reply-To: The OpenCms mailing list <opencms-dev at opencms.org>
> >To: The OpenCms mailing list <opencms-dev at opencms.org>,
> >opencms-dev at opencms.org
> >Subject: Re: [opencms-dev] Publishing pages
> >Date: Fri, 13 Jan 2006 09:53:41 -0500
> >
> >At 09:48 AM 1/13/2006, Thierry Collogne wrote:
> >>I am using opencms 6.0.3 with jsp templates
> >
> >I had a problem once where I had to "touch" all of my files to have
> >them
> >start to be published.  You can right click on the folder to select
>"touch"
> >and I think it had an option to select recursively.
> >
> >-mp
> >
> >
> >_______________________________________________
> >This mail is sent to you from the opencms-dev mailing list
> >To change your list options, or to unsubscribe from the list, please
> >visit http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
>
>_______________________________________________
>This mail is sent to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please
>visit http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
>_______________________________________________
>This mail is sent to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please
visit
>http://lists.opencms.org/mailman/listinfo/opencms-dev



_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
http://lists.opencms.org/mailman/listinfo/opencms-dev 
 
Jon Mayes
Marketing & Business Systems
Pegasus Retirement Homes plc
Tel: 
Fax: 
Email: jon.mayes at pegasus-homes.co.uk 
 
For more information on Pegasus please visit our web site at www.pegasus-homes.co.uk 

 
Privileged/Confidential information may be contained in this message.  If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone.  In such case, you should destroy this message and kindly notify the sender by reply email.  Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of my firm shall be understood as neither given nor endorsed by it.



More information about the opencms-dev mailing list