What should happen after running WEBrick web server? It gets killed.
Added by Vadim Epstein over 15 years ago
I have followed all the installation steps from the beginning. No one caused any error messages.
However when I start WEBrick via ssh terminal the following things happen:
1. It stays running for a few seconds and during this seconds following RedmineURL:3000 shows default hosting index page instead of readmine index page.
2. In a few seconds WEBrick stops with the following message
w_redmine-emet@ul7 ~/http $ ruby script/server webrick -e production
=> Booting WEBrick...
=> Rails 2.1.2 application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options
[2009-09-23 18:53:55] INFO WEBrick 1.3.1
[2009-09-23 18:53:55] INFO ruby 1.8.6 (2009-06-08) [x86_64-linux]
[2009-09-23 18:53:55] INFO WEBrick::HTTPServer#start: pid=2066 port=3000
Killed
If this might help - as site's webserver for RoR my web hosting uses own instance of server Mongrel with front proxy as standard Apache of hosting environment.
Please advise what should I do get Redmine running.
Tnank you very much in advance
Replies (1)
RE: What should happen after running WEBrick web server? It gets killed. - Added by Vadim Epstein over 15 years ago
I have removed /public/index.html file and now it shows redmine index page during those seconds when WEBrick is running. But why does WEBrick lives only a few seconds and gets killed? What should I do to fix the problem?