How to secure inbound requests to mediator through SSL?

Am currently working on a POC to secure inbound requests to the Mediator through SSL. Am trying to secure the Mediator webapp currently deployed in tomcat shipped with JBOSS. The Jboss-service.xml has been configured for the SSL support using the connector
org.apache.catalina.connector.http.HttpConnector. The variable XBD_WEB_PROTOCOL in setMediatorEnvironment.bat has been changed to https. The Mediator app seems to be up and running and when invoked through the browser directly, displays the homepage (over SSL) with server side authentication. The SSL configuration seems to be working.

But, when the host manager is started i get a “WARNING: Either WebServer is Down Or Mediator Web Application is not deployed correctly”.
Have i missed any configuration. Please help?