Table of Contents
The CBookmarks channel requires an existing installation of uPortal (version 2.x or later). This implies that uPortal has been installed in a servlet container environment such as Jakarta-Tomcat and that an SQL database has been deployed.
The CBookmarks channel build and deployment process requires the use of the ant application and a JDK (version 1.3 or later). As uPortal also requires the use of ant and a JDK, the installation of uPortal satisfies these requirements.
The CBookmarks channel build directory checks out from the CVS repository into portal_channels/Bookmarks. The directory contains the following...
...and the following files
To build (compile) the CBookmarks channel into uPortal 2.0, follow these steps:
Modify the deploy.home path in the build.properties file to point to your uPortal installation directory.
Type “ant”
This process will only compile the CBookmarks classes and copy other necessary files into a temporary build directory. In order to publish the channel you must deploy the channel into the servlet container.
To Deploy the CBookmarks channel into uPortal 2.0, follow these steps:
Modify the deploy.home path in the build.properties file to point to your uPortal installation directory.
Type “ant deploy”
Restart your servlet container or reload the uPortal application.
You are now ready to publish the CBookmarks channel.
Connect to your uPortal site and log into an account which has publishing priviledges.
Enter the uPortal channel manager by clicking on “Channel Admin”.
Click “Publish a new channel” and follow through the Channel Publishing workflow screens.
Users should now be able to subscribe to CBookmarks!.