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