Re: Loader component nested in Context

2007-03-02 Thread David Delbecq
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

Re: Loader component nested in Context

2007-03-02 Thread Eric Guinois
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

Re: Loader component nested in Context

2007-03-01 Thread Eric Guinois
] 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

RE: Loader component nested in Context

2007-03-01 Thread Caldarale, Charles R
> 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

Loader component nested in Context

2007-03-01 Thread Eric Guinois
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