Re: Bug?[Tomcat 3.2.1] Or am I missing something...

2001-02-07 Thread Mel Martinez
--- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > Mel Martinez wrote: > > com.g1440.naf.reflect.SimpleDecorator: illegal > access > > ... > > Method.invoke(cfg,"getServletName",null); > > Oops! That should have been something like Method m = ...getServletName method.. m.invoke(cfg,null); >

Re: Bug?[Tomcat 3.2.1] Or am I missing something...

2001-02-07 Thread Craig R. McClanahan
Mel Martinez wrote: > Hi, > > I'm not sure what I'm missing here, but I'm running > into a strange bit of behavior in Tomcat 3.2.1. > > I've got a jsp that uses classes in a jar file that is > placed in the WEB-INF/lib folder like so: > > webapps/demo/simple.jsp > webapps/demo/WEB-INF/lib/mylib.j

Bug?[Tomcat 3.2.1] Or am I missing something...

2001-02-07 Thread Mel Martinez
Hi, I'm not sure what I'm missing here, but I'm running into a strange bit of behavior in Tomcat 3.2.1. I've got a jsp that uses classes in a jar file that is placed in the WEB-INF/lib folder like so: webapps/demo/simple.jsp webapps/demo/WEB-INF/lib/mylib.jar Early on one of the classes inside