|
The following URLs are supported in Vibe, and might appear in the table above.
|
|
Permalinks
|
Permalinks are URLs that remain constant over time, and are used to reference individual workspaces, folders and entries. You can use them as bookmarks, or e-mail them to others. Copy and paste them as needed.
|
|
E-mail Addresses
|
If the folder owner has set up an e-mail address for this folder, then you can add entries directly into the folder via e-mail.
|
|
WebDAV URL
|
Use the WebDAV URL to access a folder directly as a file directory. Applications such as Windows Explorer and Microsoft Office can use a WebDAV URL to directly access the files stored in a Vibe folder.
|
|
iCal URL
|
You can use this URL to synchronize Vibe task and calendar folders to your desktop calendar application.
|
|
RSS URL
|
Folders can also be accessed using an RSS or ATOM Feed Reader or directly from the file system. Copy the RSS URL below and paste it into your RSS reader to access this folder as an RSS feed.
|
Do they point to localhost? If so, you didn't configure things right during installation. The following section in ssf.properties explains it:
# The name of the host for the default zone (required) -
# This information is used to generate urls for the default zone for a variety
# of client usages including web applications, web services, webdav, RSS feeders
# and email notifications, etc. Therefore it is imperative to use real host
# name NOT localhost in production environment. If localhost is used, clients
# will not be able to access the system through generated urls when they access
# the resources from remote hosts.
ssf.default.host=localhost
# The port number on all hosts (optional) - If unspecified, defaults to 80
ssf.port=8080
# The SSL port number on all hosts (optional) - If unspecified, defaults to 443
ssf.secure.port=8443
You should look at ssf/web-inf/classes/config/ssf-ext.properties to see what you have set. Your ssf.default.host value should be set to your host name. This is what is used in email urls.