wdeploy is a tool is used to deploy the BI4 web applications to various web application servers.
This tool is installed in:
/usr/sap/SAPSID/sap_bobj/enterprise_xi40/wdeploy
Configuration files can be found in:
/usr/sap/SAPSID/sap_bobj/enterprise_xi40/wdeploy/conf
wdeploy help:
./wdeploy.sh Using JAVA_HOME=/usr/sap/SAPSID/sap_bobj/enterprise_xi40/aix_rs6000_64/sapjvm usage : wdeploy help wdeploy listappservers wdeploy version wdeploy buildwarall wdeploy [appservertype] validateconfig wdeploy [appservertype] listapps wdeploy [appservertype] deployall wdeploy [appservertype] listdeployedapps wdeploy [appservertype] predeployall wdeploy [appservertype] deployonlyall wdeploy [appservertype] undeployall wdeploy [appservertype] -DAPP=[appname] deploy wdeploy [appservertype] -DAPP=[appname] predeploy wdeploy [appservertype] -DAPP=[appname] deployonly wdeploy [appservertype] -DAPP=[appname] undeploy You must modify and update config.[appservertype] file located under conf folder with your Application server location and parameters. For more details, please refer to Web Application Deployment Guide mentioned in README file.
In order to deploy all changes on SAP BusinessObject BI 4.x you must execute:
./wdeploy.sh tomcat7 deployall
For more info check SAP Note 1608960 – How to deploy war files in BusinessObjects BI 4.x using the wdeploy command line utility