6-5
Cisco Info Center Administrator Reference
78-5664-05
Chapter6 Java Eve nt List Configuration
Configuration Procedure

Password

This entry contains the jeld password for the Cisco Info Server. The password should be encrypted using
the nco_crypt command. For example, specify:
jeld.Cisco Info Server.password: <string>
Where <string> is the encrypted password. To create an encrypted password, specify:
nco_crypt <password>
Where <password> is the unencrypted form of the password. The nco_crypt command displays an
encrypted version of the password.
Single Connection to an Info Server
This option is provided for backward compatibility only. These lines are commented out in the example
configuration file.
Use the following fields to specify a connection to a single Info Server.
jeld.objectserver.host:
jeld.objectserver.port:
jeld.objectserver.user:
jeld.objectserver.password:
Enter the Info Server details against these properties. The JELD tries to connect to the specified Info
Server. If it cannot connect the first time, it tries a second time. If it cannot connect then, it returns a
failure.
Info Server URL List
Note Only experienced integrators should use this connection method.
When you specify an Info Server URL list, the data from each URL is used to establish a connection to
the Info Server. You can use this option you need to specify fully the connection to an Info Server. The
property name is:
jeld.objectserver.1.url
In this property name, url is the address of the machine running the Info Server. It is not a web reference
and does not include the http: prefix.
This property is commented out in the example configuration file. Replace the number 1 with the number
2 for the second Info Server, 3 for the third Info Server and so on.
JDBC Driver Properties
This option defines the way in which the connection to the Info Server is established:
jeld.jdbc: com.sybase.jdbc.SybDriver
It should not be changed or removed except under instruction from technical support.