fred.deschenes
03/01/2018, 8:09 PMcedric
03/01/2018, 8:10 PMfred.deschenes
03/01/2018, 8:11 PMcedric
03/01/2018, 8:11 PM2018-03-01T20:07:06.008216+00:00 app[web.1]: - INFO [2018-03-01 20:07:06,007] org.eclipse.jetty.server.AbstractConnector: Started application@2e1af49b{HTTP/1.1,[http/1.1]}{0.0.0.0:9000}
cedric
03/01/2018, 8:12 PMcodefinger
03/01/2018, 8:12 PM$PORT
env var, which you need to bind to (trying it out right now)codefinger
03/01/2018, 8:12 PMcedric
03/01/2018, 8:13 PMcodefinger
03/01/2018, 8:13 PMconfig.yml
is complaining about the port: ${PORT}
codefinger
03/01/2018, 8:14 PM-Ddw.server.connector.port=$PORT
cedric
03/01/2018, 8:14 PMcodefinger
03/01/2018, 8:21 PMcodefinger
03/01/2018, 8:21 PM-Ddw.server.applicationConnectors[0].port=$PORT
codefinger
03/01/2018, 8:23 PMheroku ps:forward 9001
and then browse to http://localhost:9001/codefinger
03/01/2018, 8:24 PMcedric
03/01/2018, 8:25 PMcedric
03/01/2018, 8:25 PMcodefinger
03/01/2018, 8:26 PMcedric
03/01/2018, 8:27 PMapp.js
cedric
03/01/2018, 8:31 PM2018-03-01T20:30:23.596228+00:00 heroku[web.1]: - Starting process with command `java -Ddw.server.applicationConnectors[0].port=21013 -jar build/libs/koolaid-1.0-SNAPSHOT-all.jar server config.yml`
codefinger
03/01/2018, 8:32 PMcedric
03/01/2018, 8:32 PMcodefinger
03/01/2018, 8:32 PMheroku open
?cedric
03/01/2018, 8:33 PMcedric
03/01/2018, 8:33 PMcedric
03/01/2018, 8:33 PMcodefinger
03/01/2018, 8:33 PMcedric
03/01/2018, 8:34 PMcedric
03/01/2018, 8:35 PMcodefinger
03/01/2018, 8:35 PM