此内容没有您所选择的语言版本。
8.8. REST Interface Security
8.8.1. Publish REST Endpoints as a Public Interface 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
JBoss Data Grid's REST server operates as a management interface as a default. To extend its operations to a public interface, alter the value of the
interface
parameter in the socket-binding
element from management
to public
as follows:
<socket-binding name="http" interface="public" port="8080"/>
<socket-binding name="http" interface="public" port="8080"/>