> Hi Folks,
>
> I'm [still] trying to get an alternative naming service plugged into
> Tomcat 4.
>
> I managed to hack together a working environment but, unfortunately, it
> wouldn't cut it long-term.
>
> I've discovered that if I run with naming disabled (catalina run
> -nonaming) it seems
> that tomcat still goes looking for apache naming stuff.
>
> I discovered this when I moved the naming.jar out of common/lib and got
> the following exception which suggests to me
> that naming isn't going to be replaced willingly ;-)
>
> Any suggestions how I go about plugging in an alternative naming
> service?

The dir contexts are *also* part of naming.jar, so naming.jar has to be
there if you want Catalina to run.

Although Standard context has actual dependencies on
org.apache.naming.xxxRef objects and others, I promise that if you're using
"-nonaming" none of these will actually get initialized or used. I can sign
a paper if you want ;)
It's safe to say that we'll move the naming initialization to a separate
class (but that will happen after b2).

Remy

Reply via email to