I would like to suggest adding 3 more attributes to <access-log> under <http-service>.
Currently, these 3 properties is related to Access Log, yet, it is specified as property in http-service element. User found this very confusing and GUI has to add custom/special code to handle these.

<property name="accessLoggingEnabled" value="true"/>
<property name="accessLogBufferSize" value="1048576"/>        
<property name="accessLogWriteInterval" value="1212"/>

I would like to see these 3 attributes in <access-log> where it belongs.
In section 4.12 GUI Updates, it says:
The HTTP Listener page can probably remain relatively unchanged. Some fields will need to be remapped to different properties, perhaps, but I don't see any conflicting values with the exception of acceptorThreads.
Just to be clear, GUI is not going to do any mapping. As discussed in the asarch meeting, the 'old' http-service element in previous version of the app server will be converted and mapped to the new 'network-config' and 'http-service' element. GUI will display whatever value that AMX mbean is providing.