Tag: automated deployment

Tibco 6 deploy application from business works studio

In business works studio you can define a new deployment server and then deploy your application from business works studio directly. First define a new deployment server. The default port for bwagent is 8079. The new deployment server is added where you can explore the domains and deployed applications Right click in project explorer and
Read More »

Apache tomcat easy deployment script

Following is the script that can be used to deploy application to Apache tomcat running on a Linux machine. Also this script can be called from a Jenkins to automate the deployment process. The script file can be downloaded from HotDeployScript #/bin/bash#/bin/bash # . ~/.profile export APP_ID=$1export URL1="http://localhost:8257/myWebApp/mvc/" export CHECK_URLS="$URL1" export CATALINA_HOME=/opt/myWebApp/tomcat7/ export CATALINA_BASE=$CATALINA_HOME echo CATALINA_HOME:
Read More »