How colud i can run application on remote system in the netw

I m running my application on localhost
i m using this link-> http://localhost:3000/abc
but when i m accessing the application by its IP its not running

I have tried all these links.

  1. http://systemName:3000/abc
  2. http://systemIP:3000/abc
  3. http://127.0.0.1:3000/abc

plz help me in fining solution

I m working on Linux system

Can it be a firewall problem?

I m trying to access link on another system with in LAN ,no firewall
issue

Hi Pooja,

you might want to check out drb (
http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/index.html) or have a
look at
ActiveResource from rails trunk (Rick O. used to have a great writeup
on
his blog which seems to be down right now:
http://weblog.techno-weenie.net/2006/12/13/taking-ares-out-for-a-test-drive)

cheers,
Jan

On 1/16/07, Pooja S. [email protected] wrote:

I m trying to access link on another system with in LAN ,no firewall
issue


Posted via http://www.ruby-forum.com/.


������������������������������
http://www.inviado.de - Internetseiten f�r RAe
Jan Prill - Teamleiter - adesso SE | XING

On Mon, 2007-01-15 at 11:22 +0100, Pooja S. wrote:

Have your /etc/hosts file configured properly.

If you want to access the application in network, you can access the
application by http://systemIP:3000/controller_name/action_name .

I think you forgot to give the action_name in URL
http://systemIP:3000/abc

Try http://systemIP:3000/abc/action_name