-
Notifications
You must be signed in to change notification settings - Fork 19
dist packaging non fonctional #138
Comments
What is the dist command? |
dist is a command of sbt that generates a zip for deployment on a server . |
In this case, it creates a zip package with a rwweb script in /bin/. |
On https request, it throws:
|
This maybe a consequence of FYI I wrote here the normal procedure to run on a server: |
I don't think so, because I did include the parameters, and apparently they were taken into account. |
This was due to a missing target directory |
opened #146 |
The dist command makes a package that doesn't run. It throws a ExceptionInInitializerError on startup.
The text was updated successfully, but these errors were encountered: