Index: [Article Count Order] [Thread]

Date:  Thu, 14 Mar 2002 11:15:17 +0900
From:  "NAKAMURA, Hiroshi" <nahi@keynauts.com>
Subject:  [webricken:40] Re: ERB
To:  <webricken@notwork.org>
Message-Id:  <000901c1cafe$159dc690$85222fc0@sarion.co.jp>
In-Reply-To:  <20020314.054551.46635641.gotoyuzo@kotetsu.does.notwork.org>
X-Mail-Count: 00040

Hi gotoyuzo,

> From: GOTOU Yuuzou [mailto:gotoyuzo@notwork.org] 
> Sent: Thursday, March 14, 2002 5:46 AM

> In message <000301c1ca2b$247cd5d0$85222fc0@sarion.co.jp>,
>  `"NAKAMURA, Hiroshi" <nahi@keynauts.com>' wrote:
> > Hmm.  Authors, is there easy way to let webrick/httpserver.rb
> > load my customized httpservlet.rb?
> 
> Hmm, I hope the built-in servlets does not interfere
> with the user-defined components.

Why don't you remove cgihandler and erbhandler from
webrick/httpservlet.rb?  You can remove filehandler,
too (All request will cause "path not found" then :-)
httpserver.rb as a brick.

> I want the more refined functionalities for customize
> should be separated from the core of WEBrick.
> (It may be an application framework.)

Agreed.

Regards,
// NaHi