I 've setup a dev. environment with VAP 7.3 + DPM + VCM. Everything apears to be working fine, but when I try to view VCM site list / template list under server console tb, I having the following error:
Error... TAS was not deployed.
But vgn_ext_templating.war and vgn-tas.war is deployed OK under my tomcat 5.5.26.
I'm able to run the TAS diagnose page perfectly with no errors.
What could be?
Thanks in advance
David Faulstich
you need to login via TAS to
you need to login via TAS to get rid of that error. So for example you can say http://localhost:8080/AppConsole
Suceffuly discovered the problem
Well, I forgot to set de Portal context on server.xml tomcat's config file.
Everything now is working fine.
I've just put:
<Context path="/portal" docBase="portal" reloadable="true" crossContext="true">
<Manager className="org.apache.catalina.session.StardardManager" pathname="" />
</Context>
Without this configuration under server.xml, everything appears to be working fine. But TAS was giving the error when I access de VCM site / template list.
After i configuring the Context under server.xml file, TAS begin to work and now everything is OK.