Re: StandardContext.getNamingContextName returns non unique name

2001-07-12 Thread Remy Maucherat

 StandardContext.getNamingContextName() returns name of the form

 /host/context

 no matter which engine the context is part of. This will create a
 problem for running multiple services serving the same webapp. It should
 be returning the name of the form

 /engine/host/context

 Let me know if this is a bug or am I missing something?

Yes, I know. I'm wondering if mutiple engines are supposed to be used to
implement virtual-virtual hosts, though :)

Remy




StandardContext.getNamingContextName returns non unique name

2001-07-10 Thread Vishy Kasar


StandardContext.getNamingContextName() returns name of the form

/host/context

no matter which engine the context is part of. This will create a
problem for running multiple services serving the same webapp. It should
be returning the name of the form

/engine/host/context

Let me know if this is a bug or am I missing something?

--
Cheers!