hi all,
I have a problem with webbrick i quess, when i start webbrick from rad
rails or console, webbrick started (everything looks fine), but when i
start browser and type localhost:3000 it does not responding. looking
for localhost …
when i ping localhost everything is ok.
does any1 experience the same problem?
could any1 help me to resolve this problem?
thank you
serz
when starting it from radrails, be sure about the port
(3000,3000,3000…).
Mahmou M’hiri wrote:
when starting it from radrails, be sure about the port
(3000,3000,3000…).
hi
what do you mean be sure about the port??
i try every port from 3000 to 3010 and still the same problem
Mahmoud M’hiri wrote:
sine serz wrote:
Mahmou M’hiri wrote:
when starting it from radrails, be sure about the port
(3000,3000,3000…).
hi
what do you mean be sure about the port??
i try every port from 3000 to 3010 and still the same problem
I tried to send you a screen shot from where you can access to the port
chosen by radrails. Did you installed something like Instant Rails ? if
yes, verify that servers are running.
This is not advertising! I tried to send you a screen shot from where
you can see from where get the port chosen by radrails.
Did you installed something like Instant Rails ? if yes, verify that
servers are running.
sine serz wrote:
Mahmou M’hiri wrote:
sine serz wrote:
Mahmou M’hiri wrote:
when starting it from radrails, be sure about the port
(3000,3000,3000…).
hi
what do you mean be sure about the port??
i try every port from 3000 to 3010 and still the same problem
Mahmou M`hiri thanks but i really dont know what are you posting here,
is this some advertising, because i dont need this.
oh sorry i thought you just gimme some advertising …
nah i just have radrails installed. and everything was fine, when i
opened my project yesterday, this was happened. I thought that windows
firewall is blocking port or something, then i uninstall everything from
spy doctor to antivirus i thought these services blocking it. But it is
still the same
Mahmou M’hiri wrote:
sine serz wrote:
Mahmou M’hiri wrote:
when starting it from radrails, be sure about the port
(3000,3000,3000…).
hi
what do you mean be sure about the port??
i try every port from 3000 to 3010 and still the same problem
Mahmou M`hiri thanks but i really dont know what are you posting here,
is this some advertising, because i dont need this.
ok, try: http://localhost/ just to test the apache server.
Mahmoud M’hiri wrote:
ok, try: http://localhost/ just to test the apache server.
nothing happens, but i have webbrick, dont have an apache server
installed.
i got : Unable to connect
when i do http://localhost:3010
waiting for localhost is forever
sine serz may have wrought:
when i do http://localhost:3010
waiting for localhost is forever
Did you start Webrick with
script/server
Is its console still open? (Webrick is just a program, not a service.)
What
does its output say?
–
Phlip
Redirecting... ← NOT a blog!!!
did you get any result before that? because under windows i’m using
instant rails (http://instantrails.rubyforge.org/wiki/wiki.pl) , and to
run a website i use webrick with thoe command line:
ruby script/server 2500
in the rails project directory.
Refer to Ruby on Rails — A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern. to verify that you’ve all
installed.
Phlip wrote:
sine serz may have wrought:
when i do http://localhost:3010
waiting for localhost is forever
Did you start Webrick with
script/server
Is its console still open? (Webrick is just a program, not a service.)
What
does its output say?
–
Phlip
Redirecting... ← NOT a blog!!!
yes i started with script/server. it started ok on port 3000
when go to browser, type http://localhost:3000, nothing …waiting for
localhost
and the output says nothing at all.
ok i solve the problem, i just reinstall everything and now its working.
thanks