I'm trying unsuccessfully to deploy from jenkins to the Spring Insight server (embedded tomcat 7) using the Jenkins Deploy to Container plugin https://wiki.jenkins-ci.org/display/JENKINS/Deploy+Plugin
Is this the right plugin or is there another for Spring Insight? I've used it to deploy successfully to Tomcat 6.0 and to Tomcat 7.0 app servers in the past. I believe the embedded tomcat server is a Tomcat 7.0 instance so I've configured the plugin so it deploys to Tomcat 7.0 and I've configured the embedded Tomcat tomcat-users.xml with roles="admin-gui,manager-gui,manager-script" as prescribed for Tomcst 7.0. The app is the ROOT.war app so the context is /. I've set the tomcat url to http://lite-dev.cable.company.com/manager/htmland to http://lite-dev.cable.company.com and to http://lite-dev.cable.company.com/in desperate attempts to have some success but so far no luck.