Re: hosting embedded Jetty .jars

2016-12-23 Thread Dan Campbell
Perfect, thanks Dearg. On Fri, Dec 23, 2016 at 4:03 AM, Dearg OBartuin wrote: > Dan, > > Heroku does support self contained jar files. > You will need to install the Heroku CLI tool if you haven't already. > > heroku plugins:install heroku-cli-deploy > > Then run the

Re: hosting embedded Jetty .jars

2016-12-23 Thread Dearg OBartuin
Dan, Heroku does support self contained jar files. You will need to install the Heroku CLI tool if you haven't already. heroku plugins:install heroku-cli-deploy Then run the following, relevant to your application. heroku deploy:jar target/my-app.jar --app sushi You can then put any

hosting embedded Jetty .jars

2016-12-22 Thread Dan Campbell
Hi, I have a simple application, that doesn't use a database, which is packed in a .jar with an embedded Jetty server. Does Heroku support those? I'm trying to figure out how to purchase the Hobby plan, but it's not clear how to do that. I'm going to share the source code, at some point next