I am trying to use the Jetty WAR deployment with Heroku. However, I am running into an issue that on Heroku the Jetty deployment directory is always within /tmp, which ends up not being writable at the time the start script is run and so the generated start script fails.
Is there a way i could customize where the Jetty distribution gets put? If I put it in a ./tmp directory within my local project it will work fine.
I am trying to use the Jetty WAR deployment with Heroku. However, I am running into an issue that on Heroku the Jetty deployment directory is always within /tmp, which ends up not being writable at the time the start script is run and so the generated start script fails.
Is there a way i could customize where the Jetty distribution gets put? If I put it in a ./tmp directory within my local project it will work fine.