I am not sure what i am doing wrong here, but no matter what i try i get no output from mongrel_config:<br>$ mongrel_rails configtool<br><br>$ telnet localhost 3001<br>Trying 127.0.0.1...<br>Connected to localhost.<br>Escape character is '^]'.
<br>GET /config/ HTTP/1.1<br><br>HTTP/1.1 200 OK<br>Connection: close<br>Date: Tue, 19 Dec 2006 05:33:16 GMT<br>Content-Type: text/html<br>Content-Length: 0<br><br>Connection closed by foreign host.<br><br>Here is a YAML dump of the $server object:
<br>--- &id001 !ruby/object:Mongrel::HttpServer <br>acceptor: !ruby/object:Thread {}<br><br>classifier: !ruby/object:Mongrel::URIClassifier <br> handler_map: <br> /log: <br> - !ruby/object:Mongrel::DirHandler
<br>
default_content_type: application/octet-stream<br> index_html: index.html<br> listener: *id001<br> listing_allowed: true<br> path: /home/michael/hhp/trebleNation/log<br> /favicon.ico: <br> - !ruby/object:Mongrel::Error404Handler
<br> listener: *id001<br> response: |-<br> HTTP/1.1 404 Not Found<br> Connection: close<br> Server: Mongrel 0.3.20<br> <br> NOT FOUND<br> /config/resources: <br> - !ruby/object:Mongrel::DirHandler
<br> default_content_type: application/octet-stream<br> index_html: index.html<br> listener: *id001<br> listing_allowed: true<br> path: /usr/local/lib/ruby/gems/1.8/gems/mongrel_config-0.3/resources
<br> /config: <br> - !ruby/object:Mongrel::Camping::CampingHandler <br> files: !ruby/object:Mongrel::DirHandler <br> default_content_type: application/octet-stream<br> index_html: index.html<br> listing_allowed: false
<br> path: /<br> guard: !ruby/object:Mutex {}<br><br> klass: !ruby/object:Module {}<br><br> listener: *id001<br>death_time: 60<br>host: <a href="http://0.0.0.0" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
0.0.0.0</a><br>num_processors: 1073741823
<br>port: "3001"<br>socket: !ruby/object:TCPServer {}<br><br>timeout: 0<br>workers: !ruby/object:ThreadGroup {}<br><br>What's weird is that i can go to: <a href="http://localhost:3001/config/resources" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://localhost:3001/config/resources
</a> and see the erb template output with <% .. %>. Currently I am running Mongrel 0.3.20 but i had the issue with 0.3.18 as well. System is an Ubuntu Edgy on 2.6.17-10 kernel.<br><br>Any help would be greatly appreciated,
<br><br>.: Michael :.<br>