Application Server: REST Interface
From Resin 4.0 Wiki
(Difference between revisions)
Ferg (Talk | contribs)
(Created page with "{{Config}} {{WebServer}} {{Cookbook}} The Resin application server has a REST interface for deployment and control. By default the interface is disabled. To enable the inter...")
Newer edit →
(Created page with "{{Config}} {{WebServer}} {{Cookbook}} The Resin application server has a REST interface for deployment and control. By default the interface is disabled. To enable the inter...")
Newer edit →
Revision as of 00:00, 29 February 2012
The Resin application server has a REST interface for deployment and control.
By default the interface is disabled. To enable the interface edit resin.properties to set rest_admin_enable property to true. Also configure admin_user and admin_password.
Once the three prerequisites are met rest interface is available at its
default url: http://locahost:8080/resin-rest</p>
Example: Listing MBeans via REST
curl --user admin:secret http://localhost:8080/resin-rest/jmx-list