Installation guide
Appendix B RFID Event Manager Component Reference 183
EpcisHttp Connector
The EpcisHttp connector sends events from the RFID Event Manager to the RFID
Information Server using the HTTP protocol. This connecter populates the
CURRENT_OBSERVATION table and the OBSERVATION_LOG table in the RFID
Information Server database. Also see “Configuring the RFID Event Manager to Use
an EpcisHttp Connector” on page 127.
TABLE B-15 EpcisHttp Connector Properties
Property Description
classname com.sun.autoid.logger.EpcisLogger
LogLevel Defines a set of standard logging levels that
can be used to control logging output. Possible
values are:
• SEVERE (highest value)
• WARNING
• INFO
• CONFIG
• FINE
• FINER
FINEST (lowest value)
Also see the java.util.logging.Level
and LogLevel property descriptions in
TABLE 2-4.
EpcisUrl Specifies the URL for the RFID Information
Server. The URL is of the form:
http://hostname:portnumber/epcis/servic
e
• The hostname is the name of the machine
where you installed your RFID Information
Server.
• The portnumber is your HTTP port.
HttpProxyHost (Optional) Specifies the host name of the HTTP
proxy server
HttpProxyPort (Optional) Specifies the port number for the
HTTP proxy server