|
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.
|
There is really two parts to your post. I'll try to answer both.
The ICEcore installation disables many of the Liferay portlets but not the mechanism you use to deploy portlets. By modifying the following files you can bring these back:
The original files are attached and should work if you drop them into the appropriate directory ($ICECORE_HOME/webapps/ROOT/WEB-INF). I should warn you that these have not been tested with our software.
The second part of your question deals with the deployment of portlets. If you look at the catalina.out log file and notice that a "copy" took place but not a "register" then the deployment has not succeeded. The Liferay log entries are deceptive on this point because they show a successful copy and then the log just ends without error even though the deploy was unsuccessful. The reason for this is probably that the auto.deploy.dest.dir variable in the portal-ext.properites file is a relative path. This will not be resolved correctly unless ICEcore is run from the bin directory. You can either run ICEcore from bin and see what happens or change the variable to an absolute and restart your server.