[opencms-dev] Publishing pages

Arash Kaffamanesh arash.kaffamanesh at pomegranate.de
Mon Jan 16 12:56:02 CET 2006


>> <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




More information about the opencms-dev mailing list