中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ActiveMQ之web管理console

發布時間:2020-08-19 19:22:49 來源:網絡 閱讀:7670 作者:乾坤刀 欄目:軟件技術

activeMQ有一個web管理端。
啟動方式:./bin/activemq

關于jetty.xml、jetty-realm.properties、web.xml

jetty.xml配置IP和port默認是8161.

<bean id="jettyPort" class="org.apache.activemq.web.WebConsolePort" init-method="start">
      <property name="host" value="0.0.0.0"/>
      <property name="port" value="8162"/>
</bean>

jetty.xml不同角色的訪問權限。

    <bean id="securityLoginService" class="org.eclipse.jetty.security.HashLoginService">
            <property name="name" value="ActiveMQRealm" />
            <property name="config" value="${activemq.conf}/jetty-realm.properties" />
    </bean>

    <bean id="securityConstraint" class="org.eclipse.jetty.util.security.Constraint">
            <property name="name" value="BASIC" />
            <property name="roles" value="user,admin" />
            <property name="authenticate" value="true" />
    </bean>
    <bean id="adminSecurityConstraint" class="org.eclipse.jetty.util.security.Constraint">
            <property name="name" value="BASIC" />
            <property name="roles" value="admin" />
            <property name="authenticate" value="true" />
    </bean>
    <bean id="securityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
            <property name="constraint" ref="securityConstraint" />
            <property name="pathSpec" value="/api/*,/admin/*,*.jsp" />
    </bean>
    <bean id="adminSecurityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
            <property name="constraint" ref="adminSecurityConstraint" />
            <property name="pathSpec" value="*.action" />
    </bean>

jetty-realm.properties配置用戶名和密碼以及角色分類

admin: admin123, admin
user: user123, user

控制界面
ActiveMQ之web管理console

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

华阴市| 泰来县| 横峰县| 泾川县| 望都县| 古交市| 萨嘎县| 龙岩市| 婺源县| 大邑县| 闵行区| 安阳县| 阳江市| 龙川县| 南部县| 汉中市| 清徐县| 固安县| 山阳县| 瓮安县| 海南省| 湘潭市| 新巴尔虎右旗| 贵溪市| 元氏县| 彭阳县| 南澳县| 会东县| 方城县| 大厂| 顺昌县| 沙田区| 辽宁省| 驻马店市| 正阳县| 丰都县| 余干县| 永城市| 徐闻县| 安福县| 茌平县|