search for: httpservlet

Displaying 15 results from an estimated 15 matches for "httpservlet".

Did you mean: httpserver
2005 Mar 02
3
uprgrade to 0.10: uninitialized constant Class::Object
...-0.10.0/lib/webrick_server.rb:80:in `send''", "/usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/webrick_server.rb:80:in `handle_dispatch''", "/usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/webrick_server.rb:34:in `do_GET''", "/usr/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `__send__''", "/usr/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `service''", "/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service''", "/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run''", "/usr/li...
2011 Feb 25
0
RCurl Post
...body><h2>HTTP ERROR 500</h2>\n<p>Problem accessing /db/new. Reason:\n<pre> null</pre></p><h3>Caused by:</h3><pre>javax.servlet.ServletException: null\n\tat com.erm.web.NewDistServlet.doPost(NewDistServlet.java:107)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:727)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:820)\n\tat org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)\n\tat org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)\n\tat org.mortbay.jetty.security.SecurityHandl...
2006 Feb 20
0
vpimd, a personal information server
...t/directory'' #-------------------------------------------------------------------------------- # Mount services ##### Vcard Birthdays as iCalendar $vcf_bday_file = ''vpim-bday.vcf'' $vcf_bday_path = ''/vcf/bday.ics'' class VcfBdayIcsServlet < WEBrick::HTTPServlet::AbstractServlet def do_GET(req, resp) cal = Vpim::Icalendar.create open($vcf_bday_file) do |vcf| Vpim::Vcard.decode(vcf).each do |card| begin bday = card.birthday if bday cal.push Vpim::Icalendar::Vevent.create_yearly( card.bir...
2005 Jan 29
6
Newbie: Unable to run new controller.
I''m only just learning to use Rails, but this seems like something very out of my control. I used GEM to download and install Rails, then created a new application and a controller and started the WEBrick server. When I try to access the new controller "Test" using http://localhost:3000/test/ I get a "Not Found" error and a great deal of output from the server
2005 Apr 06
3
NameError in <controller not set>#<action not set>
...esupport-1.0.3/lib/active_support/dependencies.rb:187:in `load'' /usr/local/lib/ruby/gems/1.8/gems/rails-0.11.1/lib/webrick_server.rb:84:in `handle_dispatch'' /usr/local/lib/ruby/gems/1.8/gems/rails-0.11.1/lib/webrick_server.rb:35:in `do_GET'' /usr/local/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `__send__'' /usr/local/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `service'' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'' /usr/local/lib/ruby/1.8/webrick/server.rb...
2002 Apr 25
1
An unexpected exception has been detected in native code outside the VM
...1Action.perform(cpc01Action.java:231) at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1787) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org....
2005 Apr 09
0
newbie question - dispatcher
...g/..//vendor/activesupport/lib/active_support/dependencies.rb:187:in `load'' ./../config/..//vendor/railties/lib/webrick_server.rb:84:in `handle_dispatch'' ./../config/..//vendor/railties/lib/webrick_server.rb:35:in `do_GET'' /usr/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `__send__'' /usr/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `service'' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'' /usr/lib/ruby/1.8/webrick/s...
2008 May 29
17
SMC Webconsole 3.1 and ZFS Administration 1.0 - stacktraces in snv_b89
...net.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:981) at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615) at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) ... === This message posted from opensolaris.org
2007 Dec 03
1
Originating Client Request
...core''s rather than hypens and any linefeed issues). It''s imperative a capture this exactly as it was sent by the client as this is an essential part of my rails application. I wrote a very simple WEBrick Servlet which does this: class OriginatingHeaderServlet < WEBrick::HTTPServlet::AbstractServlet def do_GET(request, response) response[''Content-Type''] = ''text/plain'' response.status = 200 response.body = request.to_s end end which produces... GET /header HTTP/1.1 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X;...
2005 Feb 24
9
[0.10.0] Update problem
...dencies.rb:182:in `load''", "/opt/local/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/webrick_server.rb:82:in `handle_dispatch''", "/opt/local/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/webrick_server.rb:34:in `do_GET''", "/opt/local/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `__send__''", "/opt/local/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `service''", "/opt/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service''", "/opt/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run''&qu...
2005 Mar 03
7
Another question about the tutorial
...esupport-1.0.0/lib/active_support/dependencies.rb:182:in `load'' /usr/local/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/webrick_server.rb:82:in `handle_dispatch'' /usr/local/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/webrick_server.rb:34:in `do_GET'' /usr/local/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `__send__'' /usr/local/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `service'' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'' /usr/local/lib/ruby/1.8/webrick/server.rb...
2004 Apr 30
2
Servlet streamed Ogg skips
...partial plays, which I can only do in streaming mode. Is this a WinAmp problem or is there something I don't know about ogg streaming? The same pice of code handles all three file types; it just copies the bytes from the database to the response output stream (if you are familiar with the HttpServlet java class and its methods). So what am I missing here? --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in t...
2005 Jan 11
7
default error page
Help, please. I need redirection to a custom error page, instead of the default Rails messages (e.g. Unknown action). I use WebRick, no Apache, and i think i can''t use public/.htaccess (# General Apache options). Thanks. ___________________________________ Nuovo Yahoo! Messenger: E'' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica… Scaricalo ora!
2006 Mar 05
5
lighttpd / WEBrick forum?
Is there a mail list or USENET group for lighttpd WEBrick questions. I posted a simple CGI question to this list last week and got one responce and that responce told me I was on the wrong list with Ruby based from / CGI questions. The code I posted looks correct but does not work giving a Routing Error. This makes me think something is wrong with the set up of WEBrick. I am only doing
2010 Mar 18
13
ERROR NoMethodError: private method `gsub!' called
I have just upgraded to Ruby 1.8.7 and Rails 2.2.2. My previous project was at Ruby 1.8.6 and Rails 2.0.2. My platform is Windows and Webrick for development. When I run Webrick, the server starts without error, the application runs, database connections work and I can click through the pages and display data. But it does not serve any stylesheets or javascript files. What''s