java - Multi war deployment on heroku or cloudfoundry? -



java - Multi war deployment on heroku or cloudfoundry? -

using next java buildpack how able deploy multi-war application?

what did zipped tomcat root dir, contains common,conf, shared , webapps directories, , named zip war , deploy using "war" contains everything. seems fail @ staging.

i don't believe possible java build pack listed. it's designed deploy one war file one application on cf. if have multiple applications, force multiple separate application cf.

if insist on pushing multiple war files single cf application, you'll need customize or create own build pack.

java heroku cloudfoundry

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -