RoR on Fedora 7

Dear All,

I have configured to run my application of Ruby on Rail on Fedora 7.
Actually, It is working well on localhost (Linux Fedora7). But I
don’t
know how to configure to run that application via the network. I mean
if
I stand on the windows pc, how can I run that application. As I know,
I
just type http://myserverIPaddress/myapplication then it works but
that
if I start my application web service on Windows. Instead, when I run
my
web service on Linux Fedora 7, and I did then same, it doesn’t work.
So
can any body help me?

I’m looking forward to here from all of you.
Regards,
Sok

I havent been yet to Fedora but:

Open comunication port on firewall (3000 is default on webrick or
mongrel).

If on Apache or other web servers check your configuration file. Default
usually allows only localhost connection.

by
TheR