(Click to open topic with navigation)
Hardware requirements:
Oracle Java 6 Runtime Environment is the only supported Java environment. All other versions of Java, including Oracle Java 7, OpenJDK/IcedTea, GNU Compiler for Java, and so on are not supported.
Supported web browsers:
In order for Viewpoint to run correctly in Internet Explorer, you must navigate to Tools > Compatibility View Settings and deselect the Display intranet sites in Compatibility View option.
Homepage gadgets do not display graphically in Internet Explorer 7, but can be configured to display as text (for more information, see Displaying gadgets as "text only").
To install Viewpoint
[root]# service tomcat6 stop
Depending on your operating system and sysadmin preferences, you may find the Tomcat configuration file in different places. For example:
CentOS™ 5 and 6: /etc/sysconfig/tomcat6
Red Hat® Enterprise Linux 5 and 6: /etc/sysconfig/tomcat6
SUSE® Linux Enterprise Server 11: /etc/tomcat6/tomcat6.conf
Ubuntu® 10.04: /etc/default/tomcat6
Using the example, /etc/tomcat6/tomcat6.conf:
[root]# vi /etc/tomcat6/tomcat6.conf
JAVA_HOME=/usr/java/jre1.6.0_35
JAVA_OPTS="$JAVA_OPTS -Xms4096m -Xmx4096m -XX:MaxPermSize=512m"
[root]# mkdir /opt/viewpoint [root]# chown -R tomcat:tomcat /opt/viewpoint
[root]# tar -xzvf viewpoint-gatling-snapshot.tar.gz
[root]# cp viewpoint-7.2.10/moab.war /var/lib/tomcat6/webapps
[root]# chown -R tomcat:tomcat /var/lib/tomcat6
It is recommended that you do not run more than one instance of Viewpoint within Tomcat.
[root]# vi /opt/viewpoint/ViewpointConfig.groovy
mam.url="https://<yourmamhost>/cgi-bin/mam/index.cgi?start=login"
For more information, see Configuring Moab Accounting Manager in Viewpoint.
[root]# service tomcat6 start
The default firewall settings on Centos 6 machines prevent other machines from accessing Viewpoint. You will need to configure your firewall to allow external connections. However, if you want to temporarily turn off your firewall to test that Viewpoint is running you can run:
[root]# service iptables stop
Make sure you turn your firewall back on again once it is configured to allow Viewpoint to be accessed externally.
The super user has all Viewpoint permissions. This means that the super user has rights to access every page and perform every function within Viewpoint.
Configuring Viewpoint for quoting requires some additional setup. For detailed instructions, see Configuring Viewpoint for quoting.
If you would like to enable reporting in Viewpoint, please contact your Adaptive Computing sales representative to schedule professional services.
Related topics