[jboss-as7-dev] Q about http management api

Heiko W.Rupp hrupp at redhat.com
Mon Apr 2 09:40:29 EDT 2012


Am 02.04.2012 um 14:46 schrieb Jason Greene:
>> 11:16:10,103 DEBUG [ASConnection] We got a 405 for url http://127.0.0.1:49990/management and operation Operation{operation='read-attribute', address=Address{path: }, additionalProperties={name=launch-type, include-defaults=true}}, method=POST

I tracked it down to 

This is actually this is a 307 while the domain call back handler is not ready.  So it sends a redirect to
/error/index.html where the url connection is then a POST to, which is forbidden by AS (only GET supported)
and thus I get the 405 on /error/index.html

Darran said that the 307 should only happen with no management user installed at all.

-- 
Reg. Adresse: Red Hat GmbH, Technopark II, Haus C, 
Werner-von-Siemens-Ring 14, D-85630 Grasbrunn
Handelsregister: Amtsgericht München HRB 153243
Geschaeftsführer:  Mark Hegarty, Charlie Peters, Michael Cunningham, Charles Cachera




More information about the jboss-as7-dev mailing list