...
- Download the 6.3 version of variations-ws-server.war, variations-ui-web.war, and variation-mgmt-web.war.
- First, undeploy the existing webapps and back them up:
mv /usr/local/tomcat/webapps/variations-ws-server.war /usr/local/tomcat/webapps/variations-ws-server.war.6.2
mv /usr/local/tomcat/webapps/variations-ui-web.war /usr/local/tomcat/webapps/variations-ui-web.war.6.2
mv /usr/local/tomcat/webapps/variations-mgmt-web.war /usr/local/tomcat/webapps/variations-mgmt-web.war.6.2
- Check that the webapps have been undeployed by seeing if the directories of the same name are gone:
ls /usr/local/tomcat/webapps
- Deploy the downloaded webapps by copying them into tomcat's webapp directory
- Edit /usr/local/tomcat/conf/variations-ws-server/config.xml:
- Change the accessPolicy.xml path from from /home/dmlserv/Variations-6.*app/conf/variations-ws-server/accessPolicy-ws.xml to /home/dmlserv/app/conf/server/accessPolicy.xml.
- Restart tomcat:
bin/shutdown.sh; bin/startup.sh
- That's it! Check that the newly deployed webapps are functioning properly.