Setting Cleo Portal System Properties
You can set the following properties in your
conf/extended.properties file to further customize your Cleo Portal experience.
- external.ip.address
- Set this property to customize URLs in Cleo Portal email links. For example, setting the property to
external.ip.address=my-company.com
would change outgoing URLs in Cleo Portal emails tohttps://my-company.com/Portal/...
. Note that some protocols (excluding AS2) can use theexternal.ip.address
property for various operations. The port properties will only ever be used by HTTP and HTTPs based protocols. - external.ip.address.http.port
- Set this property to customize URLs in Cleo Portal email links if a different port than specified in the local listener
is necessary. Port properties will only be used if the
external.ip.address
property is set. If bothhttp
andhttps
ports are specified here, thehttps
port will take precedence. - external.ip.address.https.port
- Set this property to customize URLs in Cleo Portal email links if a different port than specified in the local listener
is necessary. Port properties will only be used if the
external.ip.address
property is set. If bothhttp
andhttps
ports are specified here, thehttps
port will take precedence.