Cisco Systems 78-5664-05 Creating Html Pages, Applet Tag, Host Parameter, Configuration Parameter

Page 21

Chapter 6 Java Event List Configuration

Creating HTML Pages

Creating HTML Pages

To configure the JEL, you add applet parameters to the HTML pages. An example HTML file is provided in the following file:

$OMNIHOME/java/html/jel1.htm.

The following sections describe the available parameters and how to set their values.

The APPLET Tag

The applet tag defines where the code for the JEL is located and the class that should be run. It also defines the width and height of the applet in the HTML page. For example:

<APPLET CODEBASE=”../classes” archive=”jel.zip” CODE=”COM.micromuse.jel.Jel.class” WIDTH=200 HEIGHT=64>

For Netscape Communicator and other Java 1.1 compliant browser users, change the archive entry to jel.jar. For example:

<APPLET CODEBASE=”../classes” archive=”jel.jar” CODE=”COM.micromuse.jel.Jel.class” WIDTH=200 HEIGHT=64>

There must be a corresponding </APPLET> tag at the end of the applet.

Host Parameter

The host parameter allows you to specify a host to which the applet connects directly. The applet can connect only if the host has no access control. Use this tag with caution. For example:

<param name=”host” value=”host”>

Configuration Parameter

The config parameter allows you to specify the configuration to use. The configuration is defined with JACE, as described in the “Configuration with the JACE Editor” section on page 6-8.For example

<param name=”config” value=”jel1”>

Port Parameter

The port parameter allows you to specify the port number. For example, enter:

<param name=”port” value=”7575”>

This parameter defaults to 7575.

Cisco Info Center Administrator Reference

 

78-5664-05

6-21

 

 

 

Image 21
Contents Introduction Java Event List ConfigurationWeb Servers Configuration ProcedurePublishing Class and Zip Files Setting the Properties FileConnection to List of Info Servers Info Server Connection PropertiesHost Name PortSingle Connection to an Info Server PasswordInfo Server URL List Jdbc Driver PropertiesJeld Global Security Properties Jeld Server PropertiesListen Port Maximum ConnectionsLog File Properties License FileInfo Server Connection and Reconnection Starting Jace Configuration with the Jace EditorInfo Server Connection Failure Fail Over SupportSpecify the new name for the configuration Renaming a ConfigurationDeleting a Configuration Copying a ConfigurationAdding a Set to the Configuration Deleting a SetUsing Multiple Configurations Importing and Exporting ConfigurationsSet and Property Management Copying a SetAdding a Property to a Set Saving and Restoring ModificationsDeleting a Property Renaming a PropertyConfiguration Options Field ExtensionView Access Basic Tool AudioHelp Tool NumberLook Authenticate and Deauthenticate to the File menu Monitor Box View Permissions Update PermissionsAdmin Creating Html Pages Configuration ParameterApplet Tag Host ParameterViewName Parameter Order ParameterViewFields Parameter Filter Parameter Configuring ToolsTools Parameter Tool NameTool Type Base URLTools Parameters Tools of Type GoRunning the Jeld Process in Background Tools of Type AllTools of Type Curl Example Html