6-6
Cisco Info Center Administrator Reference
78-5664-05
Chapter6 Java Event List Configuration
Configuration Procedure
JELD Server Properties
There are two JELD server properties: listenport and maxconns.

Listen Port

This entry contains the listen port number. For example, specify:
jeld.listenport: 7575
You can override this entry with the jeld command line option -listenport.

Maximum Connections

This entry contains the maximum number of connections supported by the nco_jeld process. For
example, specify:
jeld.maxconns: 3
You can control the number of connections a single jeld process can handle, however, this does not
override the number of available licences.
JELD Global Security Properties
There are two JELD global security properties: ips and hosts.

IPS

This entry is a list of the domains allowed to connect to the applet. For example, to allow only 10.0.0.1,
10.0.0.5, and 10.0.0.10 to connect to the applet, specify:
ips:+10.0.0.1 +10.0.0.5 +10.0.0.10 -*
To allow only machines in the domain 10.n.n.n to connect, specify:
ips:+10.* -*
To allow any domain to connect, specify:
ips: +*

Hosts

This entry is a list of hosts allowed to connect to the applet. For example, to allow only machine1,
machine2, and machine3 to connect to the applet, specify:
hosts:+machine1 +machine2 +machine3 -*
To allow only machine1 to connect, specify:
hosts:+*machine1 -*
To allow any machine to connect, specify:
hosts:+*