Hi Niklas,
(Trying from this address since some messages keep bouncing from the other 
address ...)

That would mean the configuration is basically like the http-component I tried 
some days ago that starts the Jetty server on it's own and loads the classes 
as servlets directly?
<!-- Web Server -->
    <component name="avalon-jetty" 
class="org.apache.avalon.merlin.http.JettyWebServer" activation="startup">
        <configuration>
            <Listener port="8080"/>
            <Context name="search" path="/darwin/">
                <Servlet name="search" path="/*" 
classname="org.the404s.darwin.search.SearchServlet"/>
            </Context>
        </configuration>
    </component>

So if you could reference a component name instead of a Servlet class, I think 
that would be perfect as I see it and be much more consistent.


On Saturday 24 July 2004 09.53, Niclas Hedhman wrote:
> I am suggesting that we change this name to HttpRequestHandler.
Sounds great.

/peter


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to