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

            Bug ID: 55656
           Summary: Server ClassLoader not used for Server creation
           Product: Tomcat 7
           Version: 7.0.42
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: roberto.benede...@dedalus.eu

Created attachment 30931
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30931&action=edit
proposed patch

When configuring server.loader in catalina.properties with libraries containing
valves or realms and their dependencies, if those classes are set in server.xml
a CNFE is thrown.

The reason is Digester using StandardServer's ClassLoader and not context
ClassLoader.

-- 
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