Does anyone successfully deployed an xCP 2.1 app in secure SSL enabled Tomcat webapp folder? I'm getting the following errors... [INFO] Connection reset [ERROR] BAM deployment failed. java.net.SocketException: Connection reset [ERROR] java.net.SocketException: Connection reset [ERROR] com.emc.xcp.builder.deployment.AppDeployException: java.net.SocketException: Connection reset [ERROR] at com.documentum.deployment.util.BamAccessUtil.execute(BamAccessUtil.java:229) [ERROR] at com.documentum.deployment.util.BamAccessUtil.notifyDeploy(BamAccessUtil.java:157) [ERROR] at internal.com.emc.xcp.builder.deployment.deployers.BamDeployer.deploy(BamDeployer.java:67) [ERROR] at com.emc.xcp.builder.deployment.AppDeploymentManager.runDeployPhase(AppDeploymentManager.java:174) [ERROR] at com.emc.xcp.builder.deployment.AppDeploymentManager.deployApp(AppDeploymentManager.java:108) [ERROR] at com.emc.xms.commands.ApplicationDeploymentCommand.deploy(ApplicationDeploymentCommand.java:382) [ERROR] at com.emc.xms.commands.ApplicationDeploymentCommand.execute(ApplicationDeploymentCommand.java:247) [ERROR] at com.emc.xms.execution.impl.ExecutionService$CommandExecutionTask.run(ExecutionService.java:338) [ERROR] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [ERROR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [ERROR] at java.lang.Thread.run(Unknown Source) [ERROR] Caused by: java.net.SocketException: Connection reset [ERROR] at java.net.SocketInputStream.read(Unknown Source) [ERROR] at java.net.SocketInputStream.read(Unknown Source) [ERROR] at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)