Stephen,

> It a JNDI ObjectFactory that lets you access a new instance of the
> Merlin Kernel from a JNDI context.

>     Context initCtx = new InitialContext();
>     Context envCtx = (Context) initCtx.lookup("java:comp/env");
>     Kenel kernel = envCtx.lookup("merlin/ServiceFactory");

> Naturally this needs to be backed by a JNDI resource declaration as
> per the Servlet 2.3 spec (or alternative JNDI configuration).  That's
> where parameters such as the Merlin system and block definition URLs
> are declared.

Do you have any interest in seeing org.apache.naming moved out of Tomcat
into a common project for others, e.g., Avalon, James, and others, to use?

        --- Noel


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

Reply via email to