you can run the mongrel_rails command and then run tail, here are the options for mongrel_rails:<br><br>b@B trunk |mongrel_rails start -h<br>Usage: mongrel_rails <command> [options]<br> -e, --environment ENV Rails environment to run as<br>
-d, --daemonize Run daemonized in the background<br> -p, --port PORT Which port to bind to<br> -a, --address ADDR Address to bind to<br> -l, --log FILE Where to write log messages<br>
-P, --pid FILE Where to write the PID<br> -n, --num-processors INT Number of processors active before clients denied<br> -o, --timeout TIME Time to wait (in seconds) before killing a stalled thread<br>
-t, --throttle TIME Time to pause (in hundredths of a second) between accepting clients<br> -m, --mime PATH A YAML file that lists additional MIME types<br> -c, --chdir PATH Change to dir before starting (will be expanded)<br>
-r, --root PATH Set the document root (default 'public')<br> -B, --debug Enable debugging mode<br> -C, --config PATH Use a config file<br> -S, --script PATH Load the given file as an extra config script<br>
-G, --generate PATH Generate a config file for use with -C<br> --user USER<br> User to run as<br> --group GROUP<br> Group to run as<br>
--prefix PATH<br> URL prefix for Rails app<br> -h, --help Show this message<br> --version Show version<br><br>something like this:<br>
mongrel_rail start && tail -f log/development.log<br><br>is like the script/server command...<br><br>hope that helps...<br><br><div class="gmail_quote">On Mon, Jul 14, 2008 at 11:03 AM, Timothy Wagner <<a href="mailto:tkw722@gmail.com">tkw722@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hey All,<br>
<br>
I was curious how I can control the default mongrel configuration when it is run through the use of 'script/server'. Is there a way to edit possibly a default .conf file? Any help would be greatly appreciated!<br>
<br>
Regards,<br>
Tim<br>
_______________________________________________<br>
Mongrel-users mailing list<br>
<a href="mailto:Mongrel-users@rubyforge.org" target="_blank">Mongrel-users@rubyforge.org</a><br>
<a href="http://rubyforge.org/mailman/listinfo/mongrel-users" target="_blank">http://rubyforge.org/mailman/listinfo/mongrel-users</a><br>
</blockquote></div><br>