similar to: webrick http auth

Displaying 20 results from an estimated 90000 matches similar to: "webrick http auth"

2007 Aug 07
1
Can't start WEBrick or Mongrel server
After having successfully created and run a few RoR test projects via RadRails in MyEclipse, I imported one from an Oracle tutorial (http:// www.oracle.com/technology/pub/articles/saternos-rails.html?_template=/ocom/print), showing how to deal with a legacy Oracle database. Unfortunately, after having configured database.yml, I get the following error message when I attempt to start either a
2007 Dec 06
0
Rails Newbie--where do I configure webrick to start using ssl certs/https?
Hello all- Though I''ve got eons of java dev experience, I''m a fresh RoR noob with a server configuration question. Because it has to be tied into a single sign on solution(that uses secure cookies), an application that I''ve inherited absolutely requires that all requests go over secure http. I''ve seen this:
2008 Dec 09
1
VMWare, Webrick nooby question
RoR vmware question (I have cross posted): Trying to web-browse my Webrick server running Llinux on vmware Guest from Windows host. Clearly I can''t do an http://localhost:3000/. So how can I access my Linux Webrick server guest from Windows? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2006 Dec 08
5
WEBrick development environment not reloading views in Windows
I recently RoR on a machine running Windows 2003 server. When I fire WEBrick using the development environment, it does not reload the app with changed views. I have to shut down WEBrick and restart it to see the changes. Has anyone else had this problem? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2006 Oct 25
0
Unable to get Ruby/WEBrick and Eclipse working - newbie
I''m trying to setup RoR on Windows XP with Eclipse using the various plug-ins RadRails, Ruby tools, Subclipse and I am unable to run an application within Eclipse or even using command line. On Eclipse it says in the Console: => Booting WEBrick... and then in the panel it says <terminated> Start WEBrick [Program] c:\ruby\bin\ruby.exe. I have tried various versions of Ruby --
2008 Oct 24
0
WEBrick server problem
hi there good day!! I am having problem with my WEBrick server i am using RoR for the past 2 yrs. and it is the 1st time I encountered this problem.. When I start my WeBrick server it just keep on starting progress it never started.. my gem -v 1.1.1 rails -v 1.2.6 and ruby -v 1.8.5 (2007-09-24 patchlevel 114) [i386-linux]. I don''t know how to fix it for a week now..and i don''t
2006 Jun 21
1
WEBrick won''t answer
Hi I''m starting with RoR, trying to get things working. I''m following the onLamp tutorial for my first steps. At the point where i''m supposed to start the server for the first time i''m not getting any further. WEBrick seems to work: ======================================= Microsoft Windows XP [versie 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp.
2006 Feb 19
5
Memory use: WEBrick vs Apache
Hello, >From purely a memory consumption standpoint, is it generally more efficient to run a simple Rails app using WEBrick alongside a separate apache installation or to run Rails under FCGI and use Apache to bridge to the Web? I have looked through lots of docs and old forum posts. Most seem to center on just getting Apache+Rails running, or on speed. I am really not concerned about my
2006 Apr 26
0
Unusual WEBrick caching behavior
Has anyone ever seen cases where WEBrick caches pages even though it isn''t supposed to/isn''t configured to? I have an application where one of my view templates contains an <IFRAME>. This iframe has a "src" attribute that points to a file that I upload to my RoR server. Then various things happen in the app. and the file is sometimes overwritten, and then
2007 Jun 21
1
x-sendfile horrendously slow?
I''m using Camping (though I suspect this applies to RoR just as well, and if you have an RoR specific answer I''d be happy to hear it, I may switch) to do a number of things for an internal application, one of which is transferring large files (~2GB each) between machines over the network. I thought the easy route would just be to make an app that when given the filename, serves
2007 Jun 24
1
Cant test 404 pages in webrick
I tried running webrick in production mode with -e production option. I changed development database name so as to make sure webrick was running in production mode. Now I wanted to test my new 404.html page so I typed an invalid URL, I still get some routing error instead of my 404.html page. Why is this happening with webrick in production. I haven''t even changed any of the environment
2006 Sep 25
2
Managing requests for static content in WEBrick and Mongrel
All, Is there a way to set things up so that requests for static files in either WEBrick or Mongrel will just cause a regular HTTP request and not cause the dynamic routing-based invocation to occur? I had an issue where a request for a missing .js file was causing another request to be registered, thus blowing away my flash data. I tried to do this in my routing file, but I don''t
2006 May 03
1
RoR go Live?
I am having a problem trying to use RoR live. I have a Win XP SP1 OS, Apache 2.0.55, MySQL 5.0.15-nt ruby 1.8.2, rails 1.0.0, gem 0.8.10, WEBrick 1.3.1 Is it possible to run RoR using these components, live? Using an actual domain name like www.joe.com/rails/app? Instead of using localhost:3000? I would like to go live using either just Apache or Apache and WEBrick for RoR. I have an actual
2007 May 08
8
Running my app in "production" under webrick
hi, uncommenting the line ENV[''RAILS_ENV''] ||= ''production'', in environment.rb makes no difference to my rails app running under webrick, it still runs in development, and i have restarted the server. Does this line only apply to Apache? I dont have RAILS_ENV set, why is it allways running in development? Thanks -- Posted via http://www.ruby-forum.com/.
2005 Dec 02
0
WEBrick access from other computer
Here''s a strange one. I''m getting into Rails and have installed Ruby and RoR onto a Linux box for testing (Ubuntu). It all seems to work while I''m on the linux machine. Using WEBrick I can go to the page and see my test page. But I want not have to sit at the linux box to play around, so I tried accessing the WEBrick server from another system on my network and it
2005 Jul 07
0
Webrick
Is Webrick still under active development? The reason I ask is that the repository links on the website for Webrick don''t work anymore. ( http://www.webrick.org/ ) I am just curious because I''m planning to do some large file uploads with RoR via Webrick. Thanks.
2006 Jul 18
5
Installing ROR/Webrick app on Windows 2000/2003 Server
Hi all, I am currently not able to use search since it is disabled, so I will ask my question and hope I am not repeating a past question. I am looking into developing an app to run in Windows 2000/2003 Server environment. To install ROR on a server to run an app on Webrick do I need any extra steps beyond those needed to install on my development laptop (XP prof) ? The idea is to run the
2007 Mar 03
0
config.cache_classes value ignored in development mode under Apache 2
I''m running latest version of RoR under Apache 2 (using a virtual host), if I change the environment config within the virtual host (SetEnv RAILS_ENV development) then it changes environment as expected. However when I''m working with views and not the model I would like have RoR cache the model files, I have tried changing the value of config.cache_classes to true in the
2005 Dec 02
0
send_file method on windows and webrick
I am developing in a windows xp environment running WEBrick and MySQL, RoR 0.13.1. I am trying to retrieve the file that I uploaded via Rails using the send_file() method. Instead of returning the file, the file''s contents are being printed out to the WEBrick console, the browser hangs for a while, and then an empty file is returned from the download dialog box (Firefox 1.0.7/IE
2005 Mar 19
1
Webrick slowdown over time
Hi, I''m running RoR on a debian woody virtual machine with 256mb of ram. Over time the ruby proces balloons to 90% of memory - and starts taking 5-10 seconds to respond to a request. I''m starting the server via: ruby script/server -e development -b 192.168.x.x Where should I be looking to get an idea of what''s causing this "memory leak"? I''d like