script/server --help
Usage: server [options]
    -p, --port=port                  Runs Rails on the specified port.
                                     Default: 3000
    -b, --binding=ip                 Binds Rails to the specified ip.
                                     Default: 0.0.0.0
    -c, --config=file                Use custom rackup configuration
file
    -d, --daemon                     Make server run as a Daemon.
    -u, --debugger                   Enable ruby-debugging for the
server.
    -e, --environment=name           Specifies the environment to run
this server under (test/development/production).
                                     Default: development
    -P, --path=/path                 Runs Rails app mounted at a
specific path.
                                     Default: /

    -h, --help                       Show this help message.

I don't see --trace in there anywhere.

On Jun 6, 3:58 pm, rusty <[email protected]> wrote:
> I'm migrating an old Rails App to a new server, I think I've got most
> of my issues worked out so far.  But....
>
> When I run script/server --trace in the app I get the following
> output...  and I have no clue what to do or even where to look...  Any
> guidance or assistance would be greatly appreciated.
>
> script/server --trace
> => Booting WEBrick...
> server: invalid option: --trace
>
> Thanks in advance for any guidance/assistance.
>
> rusty
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to