Hello, I have a win 2003 server which is hosting a website on IIS. If i want to add a rails rails application on that server what do i need to do. What i have done till now is installed mongrel and then ran it as mongrel_rails start -p 192.168.1.200 -a 3002 (Currently only for intranet that''s why the address 192.168.1.200) When i try to connect to http://192.168.1.200:3002/controller/view(e.g. http://192.168.1.200/person/new) from the same machine i have no problem but when i try to connect to the same address from any other machine on the network i am unable to connect. Do i need to do something else. Please help me. Thank you. Regards, An. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
An Ar wrote:> Hello, > I have a win 2003 server which is hosting a website on IIS. If i > want to add a rails rails application on that server what do i need to > do. What i have done till now is installed mongrel and then ran it as > mongrel_rails start -p 192.168.1.200 -a 3002 > (Currently only for intranet that''s why the address 192.168.1.200) > > When i try to connect to http://192.168.1.200:3002/controller/view(e.g. > http://192.168.1.200/person/new) from the same machine i have no problem > but when i try to connect to the same address from any other machine on > the network i am unable to connect. > Do i need to do something else. > Please help me. > Thank you. > Regards, > An.Correction: mongrel_rails start -p 192.168.1.200 -a 3002 is to be corrected as mongrel_rails start -a 192.168.1.200 -p 3002 in the above question -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You need to get IIS to proxy the requests over to mongrel. On Feb 24, 6:55 am, An Ar <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> An Ar wrote: > > Hello, > > I have a win 2003 server which is hosting a website on IIS. If i > > want to add a rails rails application on that server what do i need to > > do. What i have done till now is installed mongrel and then ran it as > > mongrel_rails start -p 192.168.1.200 -a 3002 > > (Currently only for intranet that''s why the address 192.168.1.200) > > > When i try to connect tohttp://192.168.1.200:3002/controller/view(e.g. > >http://192.168.1.200/person/new) from the same machine i have no problem > > but when i try to connect to the same address from any other machine on > > the network i am unable to connect. > > Do i need to do something else. > > Please help me. > > Thank you. > > Regards, > > An. > > Correction: > mongrel_rails start -p 192.168.1.200 -a 3002 is to be corrected as > mongrel_rails start -a 192.168.1.200 -p 3002 > in the above question > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---