maven - How to redeploy a Tomcat 7 application on Openshift -
i know git push origin master
let openshift redeploy application new version.
but situation tomcat application depends on sub-module maven project, , both snapshot.
once sub-module project changes (the tomcat application remains same), git push origin master
doesn't work @ (everything up-to-date
) , of course openshift not redeploy application, means doesn't renew newest sub-module snapshot artifact me.
so, how solve problem? have tried rhc restart
, rhc reload
, doesn't work. there command rhc redeploy
?
you can run
rhc app deploy head -a <appname>
if you're using command line tools
Comments
Post a Comment