Re: Using a CustomClassLoader for my WebApp

2006-01-11 Thread Sriram Narayanan
On 1/11/06, Sriram Narayanan <[EMAIL PROTECTED]> wrote: > Hi: > > I'm trying to create a CustomClassLoader that I could use as my Web > App's classloader. > But I've been unsuccessful so far. > I forgot what I did wrong, but I've accomplished what I wanted, and the results are here: http://issues.

Using a CustomClassLoader for my WebApp

2006-01-10 Thread Sriram Narayanan
Hi: I'm trying to create a CustomClassLoader that I could use as my Web App's classloader. But I've been unsuccessful so far. The problem: == When I create a JSP with the content : <% Class clazz = Class.forName("com.testing.junk.Cy