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

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