Thanks to Jean-Frederic's observation, I was able to investigate the reponse returned from the original non-SSL request. In fact, the redirection was happening. However, the request was being requested to a port different from that configured in my server.xml. Upon further examination, I determined that the SMB was 'overriding' the ports configured in server.xml. After some changes in bindings--jboss-beans.xml to add fixedPort properties for the affected services, all works as desired.