Displaying 2 results from an estimated 2 matches for "drb_server_port".
2007 Aug 07
1
Upload progress and drb
...but
when I do check on a file upload progress, I just get a nil back.
Before digging into the upload side of it, I suspect that the drb not
starting automatically might be the deeper cause of the problem. Should drb
start automatically?
In my merb.yml I have
:config: dist/conf/upload.conf
:drb_server_port: 32323
and in dist/conf/upload.conf I have
:drb: true
:path_info: /upload/applet_upload_file
:frequency: 3
Thanks for any help/pointers!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070807/9f01368d/atta...
2007 Feb 15
1
wrong startup information in production environment
...tion for production environment just like that:
======================================================
dev:/var/www/apps/upload_merb/current/log# /etc/init.d/merb_init start
Merb started with these options:
---
:template_ext:
:html: :herb
:js: :jerb
:xml: :xerb
:config: dist/conf/upload.conf
:drb_server_port: 32323
:sql_session: true
:cluster: 2
:cache_templates: false
:host: 127.0.0.1
:port: "6000"
:allow_reloading: true
:start_drb: true
:merb_root: /var/www/apps/upload_merb/current
:merb_config: /var/www/apps/upload_merb/current/dist/conf/merb.yml
:environment: production
Starting merb dr...