Eric Guinois a écrit :
> Ok, just found the solution. When adding Loader component intot
> context descriptor, the default value for useSystemClassLoaderAsParent
> is true and cause a ClassNotFound error. To fix I added
> useSystemClassLoaderAsParent="false" on my Loader component.
> I don't know i
Ok, just found the solution. When adding Loader component intot context
descriptor, the default value for useSystemClassLoaderAsParent is true
and cause a ClassNotFound error. To fix I added
useSystemClassLoaderAsParent="false" on my Loader component.
loaderClass="org.apache
]
Subject: Loader component nested in Context
2007-03-01 16:37:19 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
2007-03-01 16:37:19 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de dÚmarrage du contexte [/app] suite aux
erreurs prÚcÚdentes
What do th
> From: Eric Guinois [mailto:[EMAIL PROTECTED]
> Subject: Loader component nested in Context
>
> 2007-03-01 16:37:19 org.apache.catalina.core.StandardContext start
> GRAVE: Error listenerStart
> 2007-03-01 16:37:19 org.apache.catalina.core.StandardContext start
> GRAVE: E
Hi,
I'm trying to use my own ClassLoader for my Web-Application. I
google a long time and find that the Loader component in the Context
component could help me to replace the ClassLoader of my web application
(subclassing WebappClassLoader).
In the first place, I tried to use the defaul