[Index]

web:remote-handler


Provide a Jetty Server Handler that connects to a local JMX implementation.

This is a Work In Progress for the new React-JS front end.


Property Summary

allowCrossOrigin Is cross origin content allowed?
jmxServer An Oddjob JMX Server.
multiPartConfig Set parameters for MultiPartConfig so that file upload from a form works.
uploadDirectory Upload directory.

Property Detail

allowCrossOrigin

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo. Default to false.

Is cross origin content allowed?

jmxServer

Configured ByELEMENT
AccessREAD_WRITE
RequiredYes, for the time being. Will default soon.

An Oddjob JMX Server.

multiPartConfig

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo. Defaults are used.

Set parameters for MultiPartConfig so that file upload from a form works.

uploadDirectory

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo. Defaults tmp dir.

Upload directory. Required for an action form that specifies a file.


(c) R Gordon Ltd 2005 - Present