Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The software developer can now create the new channel within XperienCentral. XperienCentral has a wizard for creating the new channel. In step 2 of this wizard, technical details are requested, therefore it’s a good idea to gather this information before starting the wizard. The required details are:


Field
name step 2                            
Name Step 1How to Determine the Value of this Field
NameThe name of the channel. This name is used in the title of the home page and in the title bar of the browser or browser tab.
IdentifierA unique identifier used to identify the channel internally within XperienCentral. This is a string consisting of letters and numbers (no spaces).
Based on channelSelect the channel that the new channel will be based upon. The new channel inherits the core configuration of the one it is based on.
Field Name Step 2                          How to Determine the Value of this Field
How to determine the value of this field

Hostname

The hostname of the

website

channel (www.mysecondsite.com for example).

Generator

The hostname of the edit environment (edit.mysecondsite.com for example).

Default e-mail address

Default address for sending e-mails.

Folder for uploads

The folder where the uploads will be placed. This is the DocumentRoot directory plus upload. In the example from this document this would be /vol/www/mywebsite/mysecondsite/web-docs/upload/.

Upload URL

Based on the previous folder name this would be /upload/.

Folder for multimedia uploads

Multimedia files (files that are stored within the Content Repository) are stored in the upload_mm folder. This is the DocumentRoot directory plus upload_mm. In the example from this document this would be /vol/www/mywebsite/mysecondsite/web-docs/upload_mm/.

Multimedia Upload URL

Based on the previous folder name this would be /upload_mm/.

Descriptor folders

These folders contain the presentation JSPs. XperienCentral scans these folders in search for new, changed, or deleted presentations. The folders need to be separated with a semicolon (;). The default value for this property is /WEB-INF/project/;/WEB-INF/wm/jsp. If you want to ignore the default presentations from XperienCentral and just use your own presentation plugin, then you can enter a value for it, for example: /WEB-INF/project/<classname of your presentation plugin>. The exact folder name of your deployed plugin can be looked up in /vol/www/tomcat-mywebsite/deploy/appBase/web/WEB-INF/project/.

Redirect base directory

The same as the DocumentRoot from Apache. In the example from this document this would be /vol/www/mywebsite/mysecondsite/web-docs/.


With the details from the previous table at hand, perform the following tasks in XperienCentral to create the new channel:

...