-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying a Pippo webapp on a Debian server #342
Comments
I know that you cannot open a port below 1024 without admin privileges. Please try to run your application with sudo. |
The response when I ran |
Can you run the application in debug mode (with -Dpippo.mode=dev on command line) to have more info? |
Not sure why it still says PROD. |
You must put -D... after java word. [1] http://serverfault.com/questions/112795/how-to-run-a-server-on-port-80-as-a-normal-user-on-linux |
The Nginx solution seemed to work for me in that link, thanks!. |
Hello everyone,
I recently got into learning web frameworks. I'm currently testing out Pippo and developing a web-app using it. However, I seem to not be able to bind the Pippo/Jetty server to listen to port 80, while other port works fine (3000).
Would someone point me in the right direction to deploy this?
The text was updated successfully, but these errors were encountered: