Hi everyone. I've installed an xCP environment as the one described in the xcp2 deploy guide but have a couple of questions as my testing xcp app doesn't work right. I've seen that people are already messing with xcp so these should be easy for you...
1.- There's a manager.war (unzipped in xml-tools) that should be copied in the application server (aka tomcat in my case) webapps folder but... there's already a manager webapp there. It doesn't seem to overwrite the app already deployed so I've changed the war's name to manager2.war and referenced it in the xMs Agent Environment for the deployment but it doesn't seem to work. With the "original" manager webapp in tomcat the xcp war gets copied to the webapp but doesn't get deployed. ¿Is the manager.war necesary for tomcat or only for tc Server?
2.- I'm getting an in the deployment of that xcp app reported on the bam.log file when the xcp app is deploying
[16:37:20] ERROR [ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'dataSourceEngineService' defined in URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%207.0/temp/5-testxcp/WEB-INF/lib/com.emc.xcp.services.historical-2.0.0000.1303.jar!/com/emc/xcp/config/app/applicationContext-historical.xml]: Could not resolve placeholder 'bam.server.host'
at org.springframework.beans.factory.config.PlaceholderConfigurerSupport.doProcessProperties(PlaceholderConfigurerSupport.java:209)
This looks like a jar file packaged in xcp designer, ¿what am I missing?
3.- Also when the deployment succeeds ¿? the following webpage is opened http://D7xCP2:8000/testxcp?reload with a 8000 port ¿where can I configure this to call the right port (8080)?
4.- If I'm lucky enough to get this going I'd like to try a OOTB deployment with xMS Server but ¿Can you install the server in tomcat or only on tc Server as the deployment guide says? ¿Has anyone tried?
Thanks.