Hi, I have tried to deploy a playframework application on my stax repository.
I didn't get any error during the upload process.
But the website doesn't show up when I try to access the url: http://stockflow.mnml.staxapps.net
Instead I'm getting a 502 Bad Gateway error.
this is the command I used to upload my war folder:
jar cvf war.jar war_folder
stax app:deploy -a mysekretuser/stockflow -u mysekretuser -p sekret ./war.jar
FYI, we worked this out via email and it turned out to be an issue with deploying a WAR file that was missing some required files. We're going to push an update to make it so that the stax config files aren't required when deploying.
Any news on the update that would make it so the config file is no longer required? Also, in the meantime I've written a Play module that automatize the inserting of the file: http://www.playframework.org/modules/stax-1.0/home