Hassan Schroeder wrote:
On Tue, Jun 8, 2010 at 5:44 AM, MnrKaktus <[email protected]> wrote:

  
The problem I have is that when I open a second, different, rails app
on
one server, the ruby proces crashes.
    

  
I've searched google for "EADDRINUSE (Address already in use)" but I
can't find a solution..
    

Seriously? It means exactly what it says; one process is using the
ip/port that the second one tried to bind to. That can't work.

Change one.
  
Start one instance with 'script/server -p 3004' or something like that to make it use a different port.  You then would access the app on the corresponding port.

--
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