9 Core Properties

The following topics provide information about each property associated with the Core category in the wcs_properties.json file:

About the Properties in the Core Category

Properties categorized under Core are created by WebCenter Sites during installation. The properties include database configuration properties, installation properties, and properties that specify the type of system you are running.

Properties in the Core Category

Table 9-1 provides a description for each of the properties in the JSON file that are associated with the Core category.

Table 9-1 Core Properties

Property Description

cc.attributeinheritance

A boolean that WebCenter Sites uses to determine whether attributes should be inherited from parent to child.

Default value: true

cc.bigint

Specifies the SQL string for defining a 64-bit integer field.

Possible values:

  • Oracle: NUMBER(38)

  • SQL Server: BIGINT

  • DB2: BIGINT

cc.bigtext

Specifies the SQL string for defining a large text field.

Possible values:

  • Oracle: CLOB

  • SQL Server: TEXT

  • DB2: LONG VARCHAR

cc.blob

Specifies the SQL string for defining a BLOB (binary large object) field.

Possible values:

  • Oracle: BLOB

  • SQL Server: IMAGE

  • DB2: LONG VARCHAR FOR BIT DATA

cc.char

Specifies the SQL string for defining a CHAR data type.

Possible values:

  • Oracle: CHAR

  • SQL Server: CHAR

  • SQL Server, multi-lingual Unicode: NCHAR

  • DB2: CHAR

cc.ComparatorsKey

The primary key of the Comparator table, a content table that the WebCenter Sites installation creates to hold field comparator classes.

Default value: name

Do not change the value of this property.

cc.contentkey

Specifies the name of the column that serves as the primary key for content tables in the WebCenter Sites database. This is a default setting that applies to any content table that does not have a table-specific property that sets a different primary key for it.

Value set during installation of the WebCenter Sites content applications: id

Caution: Do not change the value of this property. If you change it, the WebCenter Sites content applications will not function.

To specify a different primary key for an individual content table, create a table-specific key property as described in the paragraphs preceding this table.

cc.datepicture

Specifies how WebCenter Sites creates a date/time literal.

Default value: {ts '$date'}

cc.datetime

Specifies the SQL string for defining a date/time field.

Possible values:

  • Oracle 8: DATE

  • Oracle 9: TIMESTAMP

  • SQL Server: DATETIME

  • DB2: TIMESTAMP

cc.double

Specifies the SQL string for defining a double field.

Possible values:

  • Oracle: NUMBER(38, 10)

  • SQL Server: NUMERIC(28, 10)

  • DB2: FLOAT

cc.extrapath

A boolean that WebCenter Sites uses to determine if blobs should have extra path information prepended to avoid directory capacity issues on Unix.

Default value: true

cc.FiltersKey

The primary key of the Filter table, a content table that the WebCenter Sites installation creates to store flex filter assets. For information about Filter assets, see Creating Flex Filters in Developing with Oracle WebCenter Sites.

Default value: name

cc.forcelower

Specifies whether the column names for the tables that WebCenter Sites creates have all lowercase letters.

Possible values:

  • Oracle: true

  • SQL Server: false

  • DB2: true

cc.fullconstraint

A boolean that WebCenter Sites uses to determine if nested queries should include data from the outer query.

Possible values: true | false

Default value: true

cc.ignoreTblCase

Determines whether WebCenter Sites ignores case when assessing table names.

Possible values: yes | no

  • Oracle: yes

  • SQL Server: yes

  • DB2: yes

For example, if tablename and TABLENAME would be considered different tables in your database, set this value to no.

cc.integer

Specifies the SQL string for defining a 32-bit integer field.

Possible values:

  • Oracle: NUMBER(10)

  • SQL Server: INT

  • DB2: INTEGER

cc.maxvarcharsize

Specifies the maximum size of a varchar column for your database.

Possible values:

  • Oracle: 2000

  • SQL Server: 8000

  • DB2: 4000

cc.MimeTypeKey

The primary key of the MimeType table, a content table that the WebCenter Sites installation creates to store the mimetypes of the documents that it handles.

Default value: extension

Do not change the value of this property.

cc.money

The sql for defining a field that will contain monetary values. Choose the default or contact your database administrator.

Default value: NUMERIC(20, 3)

Do not change this value without consulting your database administrator.

cc.null

Specifies the SQL string for defining a field which allows NULL values; this is nonstandard, though most databases support NULL.

Possible values:

  • Oracle: NULL

  • SQL Server: NULL

  • DB2: blank

cc.numeric

Specifies the SQL string for defining a numeric field.

Possible values:

  • Oracle: NUMBER

  • SQL Server: NUMERIC

  • DB2: NUMERIC

cc.PreviewgenKey

The primary key of the Previewgen table, a content table that the WebCenter Sites installation creates for asset preview.

Default value: name

cc.primary

Specifies the SQL string that defines a primary key.

Possible values:

  • Oracle: PRIMARY KEY NOT NULL

  • SQL Server: PRIMARY KEY NOT NULL

  • DB2: PRIMARY KEY NOT NULL

cc.queryablemaxvarcharlength

Specifies the maximum size of a varchar column that can be queried based on the database driver in use.

Possible values:

  • Oracle Thin: 255

  • Oracle TypeII: 2000

  • SQL Server: 255

  • DB2: 255

Default value: 2000

cc.querystyle

A boolean that WebCenter Sites uses to determine which basic form of assetset query to generate.

Possible values: subquery, join, or intersect

Default value: subquery

Note: Setting the value of this property to intersect functions only if your database can support intersection queries.

cc.rename

Specifies the SQL string that renames a table in the database, as required by your database vendor.

Possible values:

  • Oracle: rename %1 to %2

  • SQL Server: execute sp_rename %1,%2

  • DB2: rename %1 to %2

cc.security

Specifies whether WebCenter Sites checks security before allowing database access. This property should always be set to true except in special cases.

Possible values: true | false

Default value: true

Note: The cc.security should be set to true, if it is set to false then the users won't be able to access the UI as the session is not maintained by Sites.

cc.smallint

Specifies the SQL string for defining a 16-bit integer field.

Possible values:

  • Oracle: NUMBER(5)

  • SQL Server: SMALLINT

  • DB2: SMALLINT

cc.SourceKey

The primary key of the Source table, a content table that the WebCenter Sites installation creates for asset types.

Default value: source

Do not change the value of this property.

cc.StatusCodeKey

The primary key of the StatusCode table.

Default value: statuscode

Do not change the value of this property.

cc.string

The SQL for defining a field that will contain string values.

Default value: SEARCHVARCHAR

Do not change the value without consulting your database administrator.

cc.stringpicture

Specifies how WebCenter Sites creates a string literal.

Possible values:

  • Oracle: '$string'

  • SQL Server: '$string'

  • SQL Server, multi-lingual Unicode: N '$string'

  • DB2: '$string'

cc.textdistinct

A boolean describing whether your database can support DISTINCT on attributes of type TEXT.

Default value: no

cc.unique

Specifies the SQL string for defining a unique field.

Default value: UNIQUE NOT NULL

cc.url

The SQL for defining a field that will contain URLs.

Default value: VARCHAR(128)

Do not change this value without consulting with your database administrator.

cc.urlattrpath

Specifies the default base path WebCenter Sites uses for URL attribute files.

Default value: <wcsites.shared>/ccurl/

cc.varchar

Specifies the SQL string for defining a VARCHAR data type.

Default value:

  • Oracle: VARCHAR

  • DB2: VARCHAR

  • MSSQL: VARCHAR2

  • SQL Server, multi-lingual Unicode: NVARCHAR

cluster.nodes

Comma separated list of all the cluster nodes in a given WebCenter Sites environment. Each node has its own name, in a node.name format. Each node name is identified by the sites.node property in the JVM system.

cos.contextroot

Specifies the name of the context root on which the Community application is installed.

cos.protocol

Specifies the name of the protocol on which the Community web application is installed.

cookieserver.invalidnames

Comma separated list of invalid names which are ignored by CookieServer.

Default value: Set-Cookie

cs.barEqualsSlash

Specifies whether an Internet Explorer browser should interpret the bar (|) character as a forward slash (/) when it is included in a page name.

Possible values: true | false

For example, when set to true, Internet Explorer interprets pagename=folder|subfolder|page as the same page as pagename=folder/subfolder/page.

Default value: false

cs.binarypath

Set at installation time. This property points to the location where the shared libraries are installed.

Note: Do not change the value of this property.

cs.charset

The name of the optional parameter that defines the character encoding of the input.

Default value: _charset_

cs.contenttype

The default content type string used when streaming text. For example:

For UTF-8: text/html; charset=UTF-8 for UTF-8

For Latin1: text/html; charset=iso-8859-1

Default value: text/html; charset=UTF-8

cs.csdtfolder

Specifies the folder used by WebCenter Sites Developer Tools imports.

Default value: <wcsites.home>/export

cs.csdtworkspace

Specifies the name of the default datastore used by Developer Tools. Works in conjunction with cs.csdtfolder.

Possible values:

Default value: cs_workspace

cs.dataindatabase

Specifies whether large data should be saved in the database or in the file system as an upload column.

Default value: false

cs.dbconnpicture

Specifies the format of the database connection string used by JNDI datasources.

Default value: <wcsites.database.connectionpicture>

cs.dbencoding

Specifies the character set used by the WebCenter Sites database.

Default value: UTF-8

cs.dbtype

Defines the type of database to which you are connecting.

cs.documentation

Specifies the URL of the WebCenter Sites documentation.

By default, this property is set to an Oracle documentation website.

If you prefer, you can download the most recent documentation kit from that website, install it somewhere on your network, and then set this property to point to that location rather than to the Oracle documentation website.

cs.dsn

Contains the database JNDI data source name for connecting to your database.

cs.emailaccount

Specifies the destination email address for emails sent by the admin user.

cs.emailauthenticator

Specifies the class used as the authenticator for mail operations.

Default value: com.openmarket.framework.mail.ICSAuthenticator

cs.emailcharset

Specifies the default character set that is used for the text in the subject of an e-mail message.

Examples:

  • Latin1: ISO-8859-1

  • Japanese (Shift_JIS): Shift_JIS

  • UTF-8: UTF-8

If this property is blank, its value reverts to the default UTF-8.

cs.emailcontenttype

Specifies the default character set that is used for the text in the body of an e-mail message.

Examples:

  • Latin1: text/html; charset=ISO-8859-1

  • Japanese (Shift_JIS): text/html; charset=Shift_JIS

  • UTF-8: text/html; charset=UTF-8

If this property is left blank, its value reverts to the default text/plain.

cs.emailhost

Defines the SMTP (e-mail server) host:port that is used by the ContentServer servlet to create and deliver e-mail messages.

A valid value is required to send or receive mail.

cs.emailpassword

Specifies the password for the e-mail account used by WebCenter Sites (specified by cs.emailaccount).

A valid value is required to receive mail.

cs.emailreturnto

Specifies the e-mail address from which mail is sent. That is, the e-mail address that appears in the From field of an e-mail message.

Use one of the following formats:
  • user@domain.com

  • Full Name <user@domain.com>

A valid value is required to send mail.

cs.emailsupportssl

Specifies the protocol supported for sending emails. To enable cs.emailsupportssl, set the value to true.

Possible values: true or false

Default value: true

cs.eventhost

The host string for running the event engine on application servers. In a clustered environment, this property must be set on each cluster member and point to either the primary cluster member or to the cluster member, itself. The second option provides for failover.

Legal value: <wcsites.app.protocol>://<wcsites.app.host>:<wcsites.app.port>

cs.enabletimeline

Enables the Timeline feature to see the Site preview based on Asset Revisions functionality. To use Timeline on a content management environment, you must set this value to true.

Possible values: true or false

Default value: true

cs.HTTP_HOST

Specifies the HTTP host for WebCenter Sites systems on which the web server does not reside on the application server machine (that is, it is a web connector installation), or in cases where an alternative web server is used to serve pages.

Use one of the following formats:
  • <hostname>:<port>

  • <IPaddress>:<port>

Default value: blank

cs.HTTP_PROTOCOL

Specifies the HTTP protocol for WebCenter Sites systems where the web server does not reside on the application server machine (that is, it is a web connector installation), or in cases where an alternative web server is used to serve pages.

Possible values: http or https or blank

Default value: blank, which means the protocol is assumed to be http.

cs.httpvariables

Deprecated.

Specifies whether the WebCenter Sites variables that contain HTTP header information are created on each page request, as was necessary in pre-4.0 versions of the product. Starting with 4.0, FatWire Content Server provides built-in variables that perform the same function.

Default value: false

For best performance, leave this value set to false. If developers need to retrieve an http variable for a site page, they can retrieve the value of the ones they need by using the built-in variables.

cs.jspclear

Configures the WebCenter Sites engine to delete any previously deployed JSP files and clear the application server's working folder (temp and class files) when the WebCenter Sites engine executes the first JSP deployed by WebCenter Sites.

The working folder is defined by the application server.

Possible values: true | false

Default value: false

cs.jsppath

Specifies the virtual root (zone) for executing deployed JSP pages. This property is used in conjunction with cs.jsproot, so the two properties must be in sync.

Default value: /jsp/ synchronized with the WebLogic setting for cs.jsproot and is set during installation.

Note: Do not change the value of this property after installation.

cs.jsprefresh

When the WebCenter Sites engine deploys a new or changed JSP element, the application server may require special processing to complete the deployment of the JSP. In those cases, this property specifies the name of the class which completes the deployment. In other cases, it is left blank.

cs.jspresponsewrapper

Specifies whether the application server requires the PrintWriter when it runs a JSP element. The WebCenter Sites installation sets this to an appropriate value based on the type of application server you are using.

Do not change the value of this property.

Default value: false.

cs.jsproot

Specifies the directory where the application server expects to find JSP files. Some application servers allow this value to be modified by using property settings. WebLogic defines weblogic.httpd.initArgs for its JSPServlet object.

The cs.jsproot property is used in conjunction with cs.jsppath, so the two must be in sync and both are set at installation.

Do not change the value of this property after installation.

Default value: <wcsites.home>/Installation/jsp.

cs.jspwork

Specifies the directory where class files are created by the application server when executing JSP pages. This is not a required property and can be left blank, but it is normally set at installation.

For more information, see cs.jspclear.

cs.PastramiEngine

Defines the name of the implementing class of the PastramiEngine interface. Leave this property null to disable this feature entirely. The standard value for this property is: com.divine.pastrami.PushEngine.

cs.privpassword

Specifies the password for the database account name used for read/write access (cs.privuser). The value is encrypted.

cs.privuser

Specifies the database account name to use for read/write access to the database. For security reasons, be sure that your system is not using the default user name/password combination.

Possible values: ftuser (set during the installation process)

cs.revisionassettype

Comma separated string of Content Asset types which would be used for Timeline.

Example: Content_C,Content_P,Product_P,Product_C,AVIArticle,AVIImage

Default value: empty

Note:

Do not add asset definition type, parent definition type, filter type, and Developer assets to this list.

cs.session

Specifies whether WebCenter Sites starts and maintains a browser session for each user.

Possible values: true | false

Default value: true

Note: The cs.session should be set to true, if it is set to false then the users won't be able to access the UI as the session is not maintained by Sites.

cs.showassetsifnoasset

Controls the behavior whether to show the current asset if the asset does not exist for the selected preview date. Used only when cs.enabletimeline property is set to true.

Possible values:
  • true returns the first available revision of the asset if it exists or the current asset if no revisions exist for the given asset.or

  • false no result is returned for asset being queried.

Default value: false

cs.sitepreview

This property is used to control the behavior of Site Preview functionality.

Note: To use Site Preview on a content management environment, you must set this value to contentmanagement.

Possible values: disabled, contentmanagement, and delivery

  • If the value is disabled:

    The filter tag will not filter. It will simply return the set of input assets.

    Caching will not factor in start/end dates in the expiry time calculations. Date inputs to the templates will have no effect.

  • If the value is contentmanagement:

    The filter tag will filter the input set of assets according to the given date. If the given date is null, the tag will use the current server date.

    Pages whose rendering templates use the filter tag will not be cached.

    For pages that do not use the filter tag, caching will work in the default manner and expiry time calculations will not factor in start/end dates.

  • If the value is delivery:

    The filter tag will ignore all dates passed to it and will use the current server date for filtering.

    For pages that use the filter tag, caching will factor in start/end dates in the expiry time calculation.

    For pages that do not use the filter tag, caching will work in the default manner and expiry time calculations will not factor in start/end dates.

Default value: contentmanagement

cs.sysinfo

Specifies the log severity for capturing system information on the WebCenter Sites installation. This logger is used by the System Tools utility, which is available on the Admin tab, in the WebCenter Sites Admin interface. For more information about System Tools, see "System Tools" in Oracle Fusion Middleware Administering Oracle WebCenter Sites.

Possible values: TRACE, DEBUG, INFO, WARN, ERROR, and FATAL

Default value: false

cs.timeout

Specifies the number of seconds a connection can remain idle before the application server logs out this connection, which ends a browser session. Idle time is the time between WebCenter Sites http requests.

Default value: 900 (15 minutes)

Note: When the approval system approves assets, it is not a background process. Therefore, if you use the Approve Multiple Assets feature, be sure to set this property to a value that is greater than the amount of time it takes to approve a batch of asset so that the browser session does not time out. You will have to experiment with this setting, but you can start by setting it to 1800 seconds (30 minutes).

cs.uniqueidpoolsize

Specifies the number of unique and cluster-safe ID numbers that are cached at one time. (WebCenter Sites generates unique IDs for every row in any database table.)

Default value: 100

cs.urlfilerollup

Determines how changes to the files for URL columns are tracked.

When this property is set to true, the previous versions of the related file are tracked in a name sequence. For example, if a file called filename.txt has been edited three times, filename.txt is the oldest, filename,1.txt is the next oldest version, and filename,2.txt is the current version.

When this property is set to false, the file name toggles between filename.txt and filename,0.txt on alternate updates.

Default value: false

cs.use.short.jsp.names

Some file systems impose a limit on the length of absolute paths. Using long JSP names on such file systems can result in file system errors.

If you are using such a file system, set this property to true to use shortened JSP names.

When this property is set to false, the JSP name will correspond to the element name.

This property is set automatically by the WebCenter Sites installer; it should be changed only when absolutely necessary.

Default value: false

cs.webreference.conflicts

This property specifies how WebCenter Sites handles URL conflicts during save operations.

Possible values:

  • _FAIL_: Causes the save to fail.

  • _OVERWRITE_: Deletes the old URL and saves the new one.

  • _IGNORE_: Keeps the old URL and ignores the new one.

  • Any other alphanumeric value will be used as a suffix to edit old URLs.

Default value: _IGNORE_

cs.wrapper

Deprecated. Specifies whether the WebCenter Sites HTML wrapper pages should (can) be used.

Default value: false.

Set this value to false on a WebCenter Sites system in which the application server does not have HTTP access to the web server, or, if you have removed the directory that holds the wrapper pages for security reasons.

See also Setting Up External Security in Oracle Fusion Middleware Administering Oracle WebCenter Sites.

cs.xmlfolder

Specifies the working directory for HTML filtering.

Default value: <wcsites.home>/xmltemp

cs.xmlHeader

This is the XML Header streamed out for SOAP responses.

Default value: <?xml version=\"1.0\" encoding=\"UTF-8\"?>

cs.xmlHeaderAutoStream

Tells WebCenter Sites whether it should stream the XML header as defined in the property cs.xmlHeader as the first content of the response, automatically, or not.

If this property is set to true, then WebCenter Sites will automatically insert the header into the response. If it is set to false, then WebCenter Sites will not do anything. If the response is not a SOAP response, this property is ignored entirely and the header is never inserted.

Default value: false

ft.approot

Deprecated.

This property is no longer used. In some cases, it may be required for backward compatibility.

ft.cgipath

The web server CGI directory where WebCenter Sites objects are installed.

Used in the constructions of URLs and form actions.

Be sure the value ends with a forward slash ( / ).

Possible values:

/sites/ – in http servlet application environments.

ft.contentserver

Defines the Global Unique Identifier (GUID) for the ContentServer servlet.

Default value: {29434AD0-8DE2-11D1-8599-0080C7D07E91}

ft.debugport

Deprecated. Specifies the port that DebugServer uses to communicate with the template debugger utility. The port number must be greater than 1024.

Default value: 1025

ft.filecheck

Specifies whether WebCenter Sites verifies the timestamp on data held in an upload field each time an item (like an element) with uploaded data is requested.

On a management or delivery system, the same items are requested repeatedly and setting this value to yes can slow the performance of the system. Set this property to no on management or delivery systems. You can set it to yes on a development system.

Default value: no

ft.treemanager

Defines the Global Unique Identifier (GUID) for the Treemanager servlet.

Default value: {1903F070-96C9-11D2-B5E2-0010A4FD534E}

Note: Do not modify this value.

ft.version

Specifies the version number of the WebCenter Sites application.

Do not modify this value.

HttpServletResponseBufferSize

Specifies the size of the buffer for responses sent to remote Satellite Server.

Default value: -1

product.installation.type

Indicates the name of the installation. This property is set during installation.

Do not modify the value of this property.

Possible values: Sites or RSS (Remote Satellite Server).

regen.servers

The port number for communicating with the WebCenter Sites host.

Default value: <wcsites.app.protocol>://<wcsites.app.host>:<wcsites.app.por>/<wcsites.app.contextroot>/ContentServer

secure.CatalogManager

Specifies whether the DefaultReader user can access the CatalogManager servlet.

Possible values: true | false

Default value: false

During installation, this property is set to false. Be sure that this value is changed to true after the installation.

For more information, see Setting Up External Security in Oracle Fusion Middleware Administering Oracle WebCenter Sites.

security.keys.created

Indicates whether security keys are created. When security keys are created, this property is set to true automatically.

Do not modify the value of this property.

Default value: false

sites.environment

This property identifies the environment for the Vanity URL generation and resolution. Absolute Vanity URL will be generated based on Virtual root URL defined for this environment. If this value is empty, then the Root URL property of the WebRoot will be used for URL generation and resolution.

ft.catalogmanager

Defines the Global Unique Identifier (GUID) for the CatalogManager service. It is provided for reference only.

Default value: {40DD4E30-8DE2-11D1-8599-0080C7D07E91}

Do not modify this value.

secure.TreeManager

Specifies whether the DefaultReader user can access the TreeManager servlet.

Default value: true

For more information, see Setting Up External Security in Oracle Fusion Middleware Administering Oracle WebCenter Sites.

security.checkpagelets

Specifies whether WebCenter Sites checks security before allowing a user to view a pagelet that is nested in an enclosing page.

Note: The cc.security property must also be set to true for security to be implemented.

Default value: true

If set to false, the following occurs:

  • On systems with co-resident Satellite Server, security is not checked on any pages or pagelets, even with cc.security set to true.

  • On systems with stand-alone Satellite Server or with WebCenter Sites only, security is checked on the first or outermost page but security is not checked on nested pagelets.

site.prefix

Comma separated list of unique site prefixes required for resolving vanity URLs using the rewriter filter. By default, this list contains a unique prefix for each sample site installed on your system.

For information about the rewriter filter, see Administering Oracle WebCenter Sites.

Default value: fsii, avi

transformer.imgdir

This property is set to the fully qualified path indicating where WebCenter Sites should store image files after transforming a document.

Default value: <wcsites.shared>/remoteimages/

transformer.imgurl

This property is set to the prefix that should be added to the SRC attribute of IMG tags generated by the WebCenter Sites document transformer.

Default value: /futuretense_cs/remoteimages/

valid.urls

Specifies the trusted URLs users are permitted to use to access WebCenter Sites. Use comma separated values to specify multiple URLs.

Default value: <wcsites.app.protocol>://<wcsites.app.host>:<wcsites.app.port>/<wcsites.app.contextroot>/*

Note:

If the property is empty, it uses RequestParamValidator from the customBeans.xml file.

weblogic.admin.user

Specifies the user name of the WebLogic Admin console.

weblogic.admin.password

Specifies the password for the WebLogic Admin console.

weblogic.management.server

Specifies the URL to access the WebLogic Admin console.

Sample value: http://<public_ip>:7001/

wcsites.app.admin.user

Specifies the user name of the WebCenter Sites application administrator.

wcsites.app.admin.password

Specify the password for database access.

Default password: dloginpassword

wcsites.app.contextroot

Specifies the WebCenter Sites context root. For example: /sites/.

wcsites.app.host

Specifies the WebCenter Sites host name.

wcsites.app.port

The port number for communicating with the WebCenter Sites host.

wcsites.app.protocol

The communication protocol between the Satellite Server host and the WebCenter Sites host.

wcsites.assethistory.enabled

Indicates whether the asset action history tab is enabled.

Default value: true

wcsites.database.connectionpicture

Specifies the JNDI URI for accessing the datasource in WebLogic.

wcsites.database.datasource

Specifies the datasource name used for WebCenter Sites.

wcsites.diskspacewarningemail

Specifies the email address to send warning to if disk space is low.

wcsites.diskspacewarningsize

Specifies the default warning size in MB if available disk space is lower than this value.

Default value: 1024

wcsites.forgot.password

Specifies the e-mail address that should receive notices from users regarding forgotten passwords. This property sets the e-mail address for the Forgot Password? link on the WebCenter Sites login page.

wcsites.home

Specifies the location of the WebCenter Sites home directory.

wcsites.shared

Specifies the location of the shared file system. This can either be a directory or a reference to a database location.

wcsites.system.admin.user

Specifies the user name of the WebCenter Sites system administrator.

wcsites.system.admin.password

Specifies the password of the WebCenter Sites system administrator.

wem.enabled

This is a system property. Its value must not be changed except by the silent or GUI installer.

Default value: true

(given that the WEM Framework is installed by default.)

xcelerate.adminrole

Specifies an ACL that is set for all administrative tables during installation.

Default value: xceladmin

Do not change the value of this property after your system is installed.

xcelerate.asset.sizeofnamefield

Specifies the length of the Name field for basic and flex asset types.

Default value: 64

Note:

The maximum value is also the same value as the default value, that is 64.

xcelerate.base

Specifies the top-level (base) directory of the WebCenter Sites elements. During installation, the installer might need to edit this value to indicate where the WebCenter Sites elements are in your installation.

Default value:

  • Windows: c:/Fatwire/elements/OpenMarket/Xcelerate

  • Unix: /export/home/Fatwire/elements/OpenMarket/Xcelerate

xcelerate.charset

Specifies the character encoding used by the editorial pages, and should be changed only when a browser does not support UTF-8.

Default value: UTF-8

Changing this property from the default value may limit the characters that are supported.

xcelerate.ckeditor.basepath

CKEditor basepath; that is, the location of the CKEditor files in the WebCenter Sites application.

Default value: /<wcsites.app.contextroot>/ckeditor/

xcelerate.defaultacl

Specifies an ACL that is automatically assigned to page entries in the SiteCatalog table when they are created by the creation of SiteEntry or Template assets.

Default value: blank

xcelerate.defaultbase

Specifies the default base of defdir for assets.

xcelerate.defaultcsstatus

Specifies the default value for the csstatus column for page entries in the SiteCatalog table when they are created (for either Template or SiteEntry assets).

Do not change the value of this property.

Default value: live

xcelerate.defaultlang

Specifies the default language.

Default value: en_US

xcelerate.domain

Specifies the domain name of the system, not including the server (machine) name. This property is used by applications that have been integrated with WebCenter Sites and have a browser interface.

xcelerate.editrole

Specifies an ACL that is set for editorial tables during installation.

Default value: xceleditor

Do not change the value of this property after your system is installed.

xcelerate.emailnotification

Deprecated.

Specifies whether the WebCenter Sites workflow e-mail notification feature is enabled.

When this property is set to true, the workflow system sends e-mail messages to users when assets are assigned to them through a workflow process.

Default value: false

For more information, see Setting Up Email Objects in Oracle Fusion Middleware Administering Oracle WebCenter Sites.

xcelerate.imageeditor.basepath

Online Image Editor (OIE) basepath; that is, the OIE archive location (relative URL), file name, and version.

Default value: /<wcsites.app.contextroot>/ImageEditor/OIE.cab#version=3,0,1,12

xcelerate.imageeditor.clarkii.basepath

Path to the Clarkii Online Image Editor files in the WebCenter Sites application.

Default value: /<wcsites.app.contextroot>/ImageEditor/clarkii/

xcelerate.imageurl

Specifies the webroot for all image URLs used by the applications.

Default values: Xcelerate

xcelerate.rolemanagerclass

Specifies the name of the role manager class. By default, the value of this property is set to the WebCenter Sites role management system.

Default value: com.openmarket.xcelerate.roles.RoleManager

  • If you are using a Sun ONE embedded Identity Server, set this property to the following value, exactly: com.openmarket.xcelerate.roles.IdentityServerRoleManager

  • If you are using a WebLogic embedded LDAP, set this property to the following value, exactly: com.openmarket.xcelerate.roles.FlatLDAPRoleManager

xcelerate.saveSearchdir

Specifies the defdir (default storage directory) for the SaveSearch table. This table has a URL column that holds the saved searches on a development or management system.

This value is set by the WebCenter Sites installation.

Default value: <wcsites.shared>/savedsearch

xcelerate.tempobjectsdir

Specifies the defdir (default storage directory) for the TempObjects table, a WebCenter Sites table that stores information about objects that are uploaded or in the process of being created until they are either saved or canceled.

This value is set by the WebCenter Sites installation.

Default value: <wcsites.shared>/tempobjects

xcelerate.thumbnaildir

Specifies the directory where the template asset will store thumbnail images associated with template variant thumbnails.

This value is set by the WebCenter Sites installation.

Default value: <wcsites.shared>/thumbnails

xcelerate.transformpath

Set at installation time. This property sets the path to the directory where Microsoft Word files are stored before WebCenter Sites transforms those files into assets.

Default value: <wcsites.home>/xmltemp/

Note: Do not change the value of this property.

xcelerate.useidmapping

System property used for WebCenter Sites runtime.

xcelerate.usermanagerclass

The class that implements IUserManager to provide user services for WebCenter Sites.

Default value: com.openmarket.xcelerate.user.UserManager

  • If you want to implement LDAP attribute-mapping for site and role names, set this property to the following value, exactly: com.openmarket.xcelerate.user. LDAPSchemaUserManager

  • If you are using a WebLogic or Sun ONE Application Server embedded LDAP, set this property to the following value, exactly: com.openmarket.xcelerate.user. FlatLDAPSchemaUserManager

xcelerate.workflowdir

Specifies the name of the directory that holds files related to workflow processes.

This value is set by the WebCenter Sites installation.

Default value: <wcsites.shared>/workflow

Note: If you change the value from the default, be sure that directory exists.

xcelerate.workflowengineclass

The class that implements IWorkflowEngine to provide workflow services for WebCenter Sites. The default is provided here for reference only: com.openmarket.xcelerate.workflow.WorkflowEngine

Note: Do not change the value of this property.