Hello, I came to know of mongrel by pure chance, it interrested me cause webrick never worked and instantrails for rails was very slow. the problem with webrick is/was is that it says just this:<br><br>&gt;ruby script/server
<br>c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character class has `-' without escape<br>c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character class has `-' without escape<br>c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character class has `-' without escape
<br>c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character class has `-' without escape<br>c:/ruby/lib/ruby/site_ruby/1.8/rexml/doctype.rb:196: warning: regexp has `]' without escape<br>=&gt; Booting WEBrick...
<br>=&gt; Rails application started on <a href="http://0.0.0.0:3000">http://0.0.0.0:3000</a><br>=&gt; Ctrl-C to shutdown server; call with --help for options<br>[2006-06-29 18:46:04] INFO&nbsp; WEBrick 1.3.1<br>[2006-06-29 18:46:04] INFO&nbsp; ruby 
1.8.4 (2005-12-24) [i386-mswin32]<br>[2006-06-29 18:46:04] INFO&nbsp; WEBrick::HTTPServer#start: pid=1748 port=3000<br><br>but when I point my browser to <a href="http://0.0.0.0:3000">http://0.0.0.0:3000</a> I get that firefox cannot make connection etc. 
<br>this is realy shit cause now rails (nitro or any other webrock server has the very same problem)<br>just won't work.<br><br>So when I heard of mongrel I thought, jahoee, maby I still can enjoy my own webserver made in ruby.
<br>but quess what? this is mongrel's message<br>&gt;mongrel_rails start<br>** Starting Mongrel listening at <a href="http://0.0.0.0:3000">0.0.0.0:3000</a><br>** Starting Rails with development environment ...<br>c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character class has`-' without escape
<br>c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character class has`-' without escape<br>c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character class has`-' without escape<br>c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character class has`-' without escape
<br>c:/ruby/lib/ruby/site_ruby/1.8/rexml/doctype.rb:196: warning: regexp has `]' without escape<br>** Rails loaded.<br>** Loading any Rails specific GemPlugins<br>** Signals ready.&nbsp; INT =&gt; stop (no restart).<br>** Mongrel available at 
<a href="http://0.0.0.0:3000">0.0.0.0:3000</a><br>** Use CTRL-C to stop.<br><br clear="all">and when I point my browwser to <a href="http://0.0.0.0:3000">0.0.0.0:3000</a> it had accatly the same problem as with webrick it looks like mongrel only prints these messaged and then... nothing.
<br><br>does anybody know what causes these very enoying frustadeble(is that a word) thing and leaves me with empty hands and no rails or nitro(more important exactly)<br><br><br>-- <br>&lt;&lt;{{}}[]greetings bas[]{{}}&gt;&gt;