Preparing to install Actuate Visualization Platform client
Before installing Visualization Platform client, you must prepare the operating system environment to ensure that you have all the necessary software and configuration resources in place. This section describes how to prepare the environment before starting the Visualization Platform client installation process. This section discusses deployment concerns that affect your Visualization Platform client installation and how you wish to deploy reports to the web.
To deploy a report to the web, you need:
*A Visualization Platform client WAR or EAR appropriate to your web or application server.
*An application server or JSP or servlet engine such as Actuate embedded servlet engine or IBM WebSphere.
*One or more Actuate designer tools and Actuate BIRT iHub System with iHub Visualization Platform client configuration.
*Actuate BIRT iHub administrator privileges.
*Permission to read, write, and modify operating system directories as necessary. For example, the directory Java uses to hold temporary files is defined by the java.io.tmpdir property and is by default the value of the TMP system variable in the Windows environment and /var/tmp in the UNIX and Linux environments. Read and write permission must be provided to the application server running Visualization Platform client for this directory.
For optimal appearance of BIRT iHub pages, ensure that ClearType is set on the Windows system used to access BIRT iHub.
Setting ClearType text properties
Using ClearType text on a Windows system provides the optimal appearance for BIRT iHub pages. All Visualization Platform users need this configuration setting.
How to configure ClearType text
To configure ClearType text, perform the following steps.
1 In Windows Control PanelAppearance and Personalization, choose Adjust ClearType text. ClearType Text Tuner appears.
2 Select Turn on ClearType. Choose Next.
3 For each of the pages in ClearType Text Tuner, select the sample that looks best to you and then choose Next.
4 In You have finished tuning the text on your monitor, choose Finish.
Setting up Visualization Platform client
You install Visualization Platform client in either of two ways:
*As a stand-alone web application. This method enables native load balancing for iHub clusters, redundancy to support constant report services over the web, and secure networks using firewalls and proxy severs.
*Automatically on the same host with iHub. This method provides reports locally on each iHub machine.
For enterprise architectures, installing Visualization Platform client on several web or application servers is recommended.
Installing using electronic distribution
If you download an Actuate product from the Actuate FTP or HTTP site, keep all the files together in their original relative locations when you extract them. The installation program verifies that all necessary files are present before installing Visualization Platform client. If any files are missing, the installation program exits. Files can be missing if you extract the files, move only some of the files to a new location, and attempt to install from that location.
Performing a full iHub installation
BIRT iHub Visualization Platform installs Visualization Platform client automatically on the machine where it resides. Typically, a manual Visualization Platform client installation is done to provide network access to iHub from a remote machine.
To access online documentation, such as the online help and PDF files of the product manuals, install the documentation files from the following location:
http://www.actuate.com
Installing Visualization Platform client as a stand-alone application
This procedure installs Visualization Platform client as a separate web application without integrating a new node with an iHub cluster.
1 Install Visualization Platform client on the client system using the install script.
1 Extract iHub3.zip to a folder on the file system just as you would for an iHub Installation.
2 Open acinstall.properties for editing.
3 Modify the value of the ac.package parameter to include m and c, as showing the following code:
ac.package=m,c
4 Save acinstall.properties and close it.
5 Choose Start and type cmd. Then, type Ctrl+Shift+Enter to run the command window as Administrator.
6 Navigate to the iHub extraction folder and type install. The installer installs Visualization Platform client and the JDK the Actuate iHub 3 service uses.
7 Exit the command line.
2 Navigate to the <context root>\WEB-INF directory and open web.xml for editing.
3 Find the SAMLEntityID parameters and change the parameter value to the iportal service URL for the iHub Server. For example, if the iHub server was deployed on server1, the SAMLEntityID parameter would look like the following:
<context-param>
<description>The SP ID for SAML SSO</description>
<param-name>SAMLEntityID</param-name>
<param-value>http://server1:8700/iportal</param-value>
</context-param>
4 Save web.xml and close it.
5 Restart the Actuate iHub 3 Service.
1 Choose StartControl Panel. Open Administrative Tools.
2 In Administrative Tools, choose Services.
3 In Services, select Actuate iHub 3 Service and choose restart.
6 Open a web browser and navigate to the system console for the iHub Server. The default URL for the system console is shown in the following URL:
http://iHubSystem:8500/sysconsole
where iHubSystem is the fully qualified domain name or IP address of the iHub Server system.
7 Choose Clusters. Open the context menu for a cluster and choose edit.
8 Choose Single Sign-On, and choose iHub User Management (default) from the Select User Management drop-down menu.
9 Choose Add Service provider.
10 In Add Service Provider, in Server URL type the iportal application URL for the Visualization Platform client. Entity Id fills automatically, as shown in Figure 2‑3.
Figure 2‑3 Adding a Service Provider for Visualization Platform client
Choose OK, then choose Save. On the confirmation dialog, choose OK