wdeploy is a tool is used to deploy the BI4 web applications to various web application servers.
This tool is installed in:
1 |
/usr/sap/SAPSID/sap_bobj/enterprise_xi40/wdeploy |
Configuration files can be found in:
1 |
/usr/sap/SAPSID/sap_bobj/enterprise_xi40/wdeploy/conf |
wdeploy help:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
./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:
1 |
./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