Cisco Cisco Unified MeetingPlace Audio Server Quick Setup Guide

Page of 766
 
Configuring Meetings for Cisco Unified MeetingPlace
Changing the Default Meeting Template for Meetings Scheduled From Microsoft Outlook
10
 
Caution
Performing this task requires that you restart the Apache Tomcat services and the 
Cisco Unified MeetingPlace Web Conferencing services. Proceed only during a scheduled maintenance 
period.
Procedure
Step 1
Log in to the Application Server CLI as the 
Step 2
Enter su to get root privileges.
Step 3
Navigate to the following directory:
/opt/cisco/meetingplace/web/current/bases/main/webapps/outlook/WEB-INF/classes/com/cisco/meetin
gplace/outlook/bundles 
Step 4
View the BreezeTemplates.properties file.
[root@example-appserver bundles]# cat BreezeTemplates.properties 
3=Webinar
2=Presentation
1=Collaborative
ORDER=1, 2, 3
The current default template is item 1, which in this example (and by default) is the Collaborative 
template.
Proceed only if you want to specify a different default meeting template.
Step 5
Change the order by updating the order parameter so that the desired default meeting template (first item 
in the list) is item 1.
Step 6
Verify that the file is correct and that there are no typographical errors.
In the following example, the order is changed to use the Presentation template by default:
[root@example-appserver bundles]# cat BreezeTemplates.properties 
3=Webinar
2=Collaborative
1=Presentation
ORDER=2, 1, 3
Step 7
Restart the Apache Tomcat services.
[root@example-appserver bundles]# /etc/init.d/mpx_tomcat restart 
Step 8
Restart the Cisco Unified MeetingPlace Web Conferencing services.
Example
In the following example, the order is changed to use the Presentation template by default:
[root@example-appserver bundles]# cat BreezeTemplates.properties 
3=Webinar
2=Presentation
1=Collaborative
ORDER=1, 2, 3
[root@example-appserver bundles]# cat << END > BreezeTemplates.properties
3=Webinar 
2=Presentation
1=Collaborative 
ORDER=2, 1, 3