Chapter 9. Miscellaneous Installation Tips

9.1. Configuring The Viewing Area for Netscape 6
9.2. Potential Problems
9.3. Increasing the allowed size for uploaded content
9.4. Safari browser 60-second timeout
9.5. How to make BELTS listen on a particular IP address
9.6. Configuring The Maximum Heap Space Used by the Java Virtual Machine
9.7. Setting up Jetty instead of Tomcat

9.1. Configuring The Viewing Area for Netscape 6

The Viewing area for Netscape 6 is a set display area. This is due to the non-scalability of objects within this particular browser because of a browser limitation. Depending on your setup and/or preferred screen resolution then you may want to alter the display area for the objects.

The change needs to be made to an xslt file located in:

$BELTS_HOME/server/default/deploy/belts.ear/belts-web.war/xsl/object-width.xslt

The current settings are as follows:

<object data="{@data}" type="{@type}" width="790px" height="590x">
			<xsl:apply-templates select="./*"/>
		</object>

Simply modify the settings for Pixel width and height as appropriate to your needs. Any edit to this particular file should not be performed unless the user is familiar with xslt. Incorrectly editing this file will break the entire server. i.e. no pages will be served.