Lea,<br><br>Thank you for posting this. I will see what I can do to resolve the issue when running with RadRails.<br><br>Blessings,<br><br>Jeff<br><br><div><span class="gmail_quote">On 2/16/07, <b class="gmail_sendername">
Lea Viljanen</b> &lt;<a href="mailto:Lea.Viljanen@iki.fi">Lea.Viljanen@iki.fi</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I had weird problem where I could not see the masterview admin page at<br>all. Web server kept on saying:<br><br>Initializing MasterView configuration (2007-02-16 18:59)<br>Program name = -e<br>=&gt; Rails application started on 
<a href="http://0.0.0.0:3001">http://0.0.0.0:3001</a><br>=&gt; Ctrl-C to shutdown server; call with --help for options<br>[2007-02-16 18:59:42] INFO&nbsp;&nbsp;WEBrick 1.3.1<br>[2007-02-16 18:59:42] INFO&nbsp;&nbsp;ruby 1.8.5 (2006-12-25) [i686-linux]
<br>[2007-02-16 18:59:42] INFO&nbsp;&nbsp;WEBrick::HTTPServer#start: pid=27462 port=3001<br><br>Now, everybody FAMILIAR with Masterview would instantly know that<br>Webrick is not actually running the Masterview code at all. However,
<br>installing and running Masterview for the first time I did not even<br>realize this before I read<br><a href="http://rubyforge.org/pipermail/masterview-users/2006-October/000083.html">http://rubyforge.org/pipermail/masterview-users/2006-October/000083.html
</a>.<br><br>The problem turned out to be a problem/feature in Eclipse Radrail<br>plugin, which spawns Webrick using a lot of &quot;-e some_code_here&quot;. And<br>this causes the program name to be set to &quot;-e&quot; and Masterview code would
<br>not run. The solution is to define a new set of web servers via the<br>&quot;External tools&quot; mechanism instead of relying on the default generated<br>web servers.<br><br>I though this ought to be documented somewhere, it took me some hours to
<br>debug.<br>_______________________________________________<br>Masterview-users mailing list<br><a href="mailto:Masterview-users@rubyforge.org">Masterview-users@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/masterview-users">
http://rubyforge.org/mailman/listinfo/masterview-users</a><br></blockquote></div><br><br>