For instructions on deploying web application (.war) files manually, consult the Web Application Deployment Guide for Windows, available at http://help.sap.com/businessobjects.
Since BOXI3.1 SP7 uses Tomcat7 for Java web application server, you’d need to use wdeploy to redeploy the BOXI3.1 SP7 war files.
Of, you can
- stop tomcat7 in CCM
- delete or move the existing BOXI3.1 web apps from E:\Program Files\Business Objects\Tomcat7\webapps to somewhere else,
- delete or move the existing BOXI3.1 web work files from E:\Program Files\Business Objects\Tomcat7\work\Catalina\localhost to somewhere else
- drop all war files from E:\Program Files\Business Objects\deployment\workdir\tomcat7\application to E:\Program Files\Business Objects\Tomcat7\webapps
- start up tomcat7 in CCM and monitoring the E:\Program Files\Business Objects\Tomcat7\logs\stderr.log for success/fail deployment.
Note that please consult with SAP BO support to make sure this method work for you. I learned this from a BO support during the support session.
Hope this helps,
Jin-Chong