Publish Properties
They define the properties applying to the Publish Engine.
The Publish Engine properties are located at:
ps-publisher/WEB-INF/config/config-berlioz.xml
This file is in the following XML format:
<?xml version="1.0"?> <!DOCTYPE service-config PUBLIC "-//Berlioz//DTD::Properties 1.0//EN" "http://www.weborganic.org/schema/berlioz/properties-1.0.dtd"> <properties> <root> ... <node name="node-x"> <map> <entry key="entry-y" value="value-y"/> </map> <node name="node-y"> <map> <entry key="entry-z" value="value-z"/> </map> </node> --> </node> ... </root> </properties>
The properties are identified below using the format node-x.entry-y or node-x.node-y.entry-z
Property | Description | Default value |
---|---|---|
publisher.folder |
If the publish scripts are not found in the project folder, this is the fall back location. | WEB-INF/publish |
publisher.scheme |
For web browser access to Publish Engine. |
Defaults to scheme in |
publisher.port |
For web browser access to Publish Engine. | Defaults to port in publishEngineUrl in global.properties |
publisher.host |
For web browser access to Publish Engine. |
Defaults to host in |
publisher.redirectports | Comma separated list of TCP ports which will be redirected to publisher.port above (e.g. 80,8080) | |
bastille.pageseeder.scheme |
The schemefor accessing PageSeeder. |
|
bastille.pageseeder.host |
The host for accessing PageSeeder. |
Defaults to |
bastille.pageseeder.port |
The port for accessing PageSeeder. | 80 |
bastille.pageseeder.servletprefix |
The servlet prefix to address the PageSeeder Server from the Publish Engine. | /ps/servlet |
bastille.pageseeder.siteprefix |
The site prefix to address the PageSeeder Server from the Publish Engine. | /ps |
Created on , last edited on