Actually I realise another benefit of using the JDK server, earlier in
the week it was raised that the domain model would not be providing
deployment descriptor overrides so configuration will still be based on
the annotations or XML descriptors bundled in a deployment.
Security settings such as the security domain, authentication method and
even a role users must have are defined in the web.xml and jboss-web.xml
descriptors - using the simple HttpServer will allow us to define the
configuration for those items independently from a war deployment.
Regards,
Darran Lofthouse.