1.1.1

Table Of Contents
MX4J/Http Adaptor Properties
The SQLFire JMX agent provides an HTML interface that is based on the MX4J HttpAdaptor. The HttpAdaptor
provides a functional and easy-to-use interface with no development required, and is particularly useful to
developers who want to explore and browse SQLFire JMX MBeans.
For more details about this interface, consult the online documentation on the MX4J website:
http://mx4j.sourceforge.net/docs/index.html MX4J Guide
http://mx4j.sourceforge.net/docs/ch05.html MX4J HttpAdaptor documentation
Access the HttpAdapter through your browser using the URL http://HttpAdaptor_host:port. The
default port is 8080.
The following properties congure the SQLFire Agent HttpAdaptor. You can specify the properties either in
the Agent properties le or as a list of prop=value pairs on the agent command line.
Default ValueCommentsArgument
true
To enable the HTTPAdaptor, this must be
true.
http-enabled
null
Machine name or IP address to which the
HTTP listening socket should be bound. If
http-bind-address
this value is "localhost", then the socket is
bound to the loopback address (127.0.0.1)
and the adapter is only accessible via the
URL http://localhost:8080. If null, all network
addresses are used.
8080Value must be in the range 0..65535.
http-port
false
If true, require a password.
http-authentication-enabled
admin
User name.
http-authentication-user
password
User password.
http-authentication-password
Example
Using the default settings, the SQLFire JMX Agent starts the MX4J/Http Adaptor on all available addresses at
port 8080. You can access the SQLFire MBeans in a Web browser by specifying the URL http://address:8080.
Related Topics
Starting the JMX Agent on page 299
Configuring SSL Communication between the JMX Agent and Clients
You can congure the JMX Agent to use the Secure Sockets Layer (SSL) protocol for securing connections
from outside of the vFabric SQLFire distributed system. To do so, you begin by specifying these properties in
the Agents properties le before you start the agent.
SSL Communication Properties
Default ValueCommentArgument
false
Indicates whether the JMX Agent uses the
Secure Sockets Layer (SSL) protocol for
agent-ssl-enabled
305
Using Java Management Extensions (JMX)