Some aspects of the CalPub Host cannot be configured in the CalPub Administration Console, so you must manually edit the calhost.cfg file instead.
The location of the calhost.cfg file varies by platform:
Linux: |
/var/opt/Novell/groupwise/calhost |
Windows: |
c:\Novell\GroupWise\calhost |
You can use any ASCII text edit that you prefer to edit the calhost.cfg file.
IMPORTANT:It is strongly recommended that you do not modify any settings that are not documented in the following sections.
By default, when users view a published calendar, the calendar view in the user’s browser is not refreshed while users are viewing the calendar. You can configure the CalPub Host to automatically refresh the information that displays in a published calendar. This is especially helpful when calendars for resources such as conference rooms are published and displayed outside of the rooms.
Edit the calhost.cfg file.
Find the line that starts with:
Templates.Content.Refresh=
Replace 0 (zero) with the number of seconds after which you want the CalPub Host to refresh the content of published calendars.
Save the calhost.cfg file, and then exit the text editor.
Skip to Putting the CalPub Host Configuration Changes into Effect.
By default, published calendars are displayed in the Week view. A Day view and a Month view are also available.
Edit the calhost.cfg file.
Find the line that starts with:
User.Calendar.defaultView=
Replace Week with Day or Month as desired.
Save the calhost.cfg file, and then exit the text editor.
Skip to Putting the CalPub Host Configuration Changes into Effect.
By default, published calendars display appointments, notes, and tasks. You can change what is displayed by following the steps below.
Edit the calhost.cfg file.
Find the following lines:
User.Calendar.Hide.appointment=false
User.Calendar.Hide.note=false
User.Calendar.Hide.task=false
Change the ones you want to hide from false to true.
Save the calhost.cfg file, and then exit the text editor.
Skip to Putting the CalPub Host Configuration Changes into Effect.
If the POAs in your GroupWise system are configured to use an external IP address, you can configure the CalPub Host to always communicate with the POAs in your GroupWise system through that same external IP address. For more information about external POAs, see Securing Client Access through an External Proxy Server.
Edit the calhost.cfg file.
Find the line that starts with:
po.1.Is.IPAddress.External=
Replace 0 with 1 to enable this functionality.
Add the following lines to the calhost.cfg file to define the external POA:
po.1.IPAddress=ip_address po.1.port=calendar_publishing_port
Replace ip_address with the external IP address used by the POAs in your GroupWise system.
Replace calendar_publishing_port with the calendar publishing port number for the POAs.
The default calendar publishing port number is 80.
Save the calhost.cfg file, and then exit the text editor.
Skip to Putting the CalPub Host Configuration Changes into Effect.
If you are using an LDAP directory such as NetIQ eDirectory or Microsoft Active Directory for authentication to your GroupWise system, and if you want to protect the CalPub Host console with an SSL connection, you must provide the trusted root certificate for the LDAP server.
Edit the calhost.cfg file.
Find the line that starts with:
Admin.Ldap.trustedRoot=
Specify the full path to the trusted root certificate file.
Save the calhost.cfg file, and then exit the text editor.
Skip to Putting the CalPub Host Configuration Changes into Effect.