Re: load-on-startup / classloader bug??

2001-05-08 Thread kevin seguin
> > doh! not only did i not mention which version i'm using, i also > > mispoke... mondays... > > > > so, i'm using the latest tomcat 4.0 out of cvs (co'd this morning). > > > > also, it's in the servlet init method, *not* it's service method where > > the thread is created. > > > > when i get so

Re: load-on-startup / classloader bug??

2001-05-07 Thread kevin seguin
> > With the current code it will fail indeed. > any reason(s) why? will this be fixed? thanks, -kevin.

Re: load-on-startup / classloader bug??

2001-05-07 Thread Remy Maucherat
> doh! not only did i not mention which version i'm using, i also > mispoke... mondays... > > so, i'm using the latest tomcat 4.0 out of cvs (co'd this morning). > > also, it's in the servlet init method, *not* it's service method where > the thread is created. > > when i get some time, i'm go

Re: load-on-startup / classloader bug??

2001-05-07 Thread kevin seguin
doh! not only did i not mention which version i'm using, i also mispoke... mondays... so, i'm using the latest tomcat 4.0 out of cvs (co'd this morning). also, it's in the servlet init method, *not* it's service method where the thread is created. when i get some time, i'm going to try and rec

load-on-startup / classloader bug??

2001-05-07 Thread kevin seguin
i have a servlet that creates a thread in it's service method. this thread basically does a bunch of initialization stuff. when i add a load-on-startup element for this servlet in web.xml, it reports a NoClassDefFoundError on a class in the same package as the servlet. i have not seen this