|
||||||
| PREV NEXT | FRAMES NO FRAMES | |||||
See:
Description
Overview of Lotus Collaborative Components
You will find the most current and accurate information Lotus Collaborative Components in the InfoCenter installed on your WebSphere Portal Server.
Below is the same information on Collaborative Components samples, including instructions on deploying the sample files, that you will find in the InfoCenter.
For full information on using these samples with the Collaborative Components API, see the InfoCenter.
The Collaborative Components - including the API, the Javadoc, and the JSP samples - are installed when you install WebSphere Portal. The Sample Collaborative Components enterprise application file (cs.ear) demonstrates how collaborative functionality can be developed and/or added to your portal and portlets.
This sample enterprise application includes Java methods and JSP tags for creating custom portlets or extending the functionality of existing portlets to include advanced collaborative features of the Lotus Software companion products.
The cs.ear file provides a number of Collaborative Components samples, including the following:
To deploy the Collaborative Components samples to WebSphere Portal:
installation_drive>:\WebSphere\PortalServer\InstallableApps\cs.ear
Once the samples are deployed and configured as described in Configuring Collaborative Components samples, they appear under Enterprise Applications in the console, and you can launch them from WebSphere Portal using URLs such as the following:
http://<portalserveraddress>:9080/cs/index.jsp
<AppServer>\installedApp\<servername>\cs.ear\cs.war\config\CSEnvironment.properties
CS_SERVER_WEBSPHERE_PORTAL_EXTEND.enabled=false
You will need to supply the following information:
##############################################################
#
# SAMETIME properties
# If Sametime is enabled, the required settings must be filled in.
###############################################################
# Required settings
#
CS_SERVER_SAMETIME.enabled=true
CS_SERVER_SAMETIME_1.hostname=ksg10.lotus.com
CS_SERVER_SAMETIME_1.version=3.0
# The protocol and port that the ST server uses
# to serve up HTML, CSS and JavaScript files, etc.
CS_SERVER_SAMETIME_1.protocol=http
CS_SERVER_SAMETIME_1.port=80
You will need to supply the following information:
##############################################################
#
# QUICKPLACE properties
# enabled indicates whether or not QP creation is allowed.
##############################################################
CS_SERVER_QUICKPLACE.enabled=true
CS_SERVER_QUICKPLACE_1.hostname=ksg30.lotus.com
CS_SERVER_QUICKPLACE_1.version=3.0
CS_SERVER_QUICKPLACE_1.protocol=http
CS_SERVER_QUICKPLACE_1.port=80
You will need to supply the following information:
##############################################################
#
# LDAP properties
# enabled indicates whether or not LDAP creation is allowed.
##############################################################
CS_SERVER_DOMINO_DIRECTORY.enabled=true
CS_SERVER_DOMINO_DIRECTORY_1.hostname=my.server.com
CS_SERVER_DOMINO_DIRECTORY_1.port=389
CS_SERVER_DOMINO_DIRECTORY_1.ssl=false
|
||||||
| PREV NEXT | FRAMES NO FRAMES | |||||