https://issues.apache.org/bugzilla/show_bug.cgi?id=55656

--- Comment #2 from Roberto Benedetti <roberto.benede...@dedalus.eu> ---
(In reply to Christopher Schultz from comment #1)
> Did you mean "context" instead of "server" in one of those cases in the
> description?

Before instantiating and configuring the server, the "server" loader is set as
the "context" loader:
Thread.currentThread().setContextClassLoader(catalinaLoader) in Bootstrap
class.

During startup "server" and "context" loader are the same.

The Digester created to configure the server is instructed to use the loader of
StandardServer class, but that loader is the "common" loader not the "server"
loader.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to