In message <m3acpwnqs6.fsf / asfast.com>, `Lloyd Zusman <ljz / asfast.com>' wrote: > By looking at this, I see what seems to be a key aspect of WEBrick that > I previously did not understand. It seems to be the case that in order > to invoke the functionality of one service/servlet from another, all we > have to do is call the #service method of the second service/servlet > from that of the first one. Correct? Yes. Some utility methods (get_instance for servlets, #[] and #access_log for virtual servers) are also required in order to work completely. -- gotoyuzo