RE: Problem starting latest nightly

2001-07-18 Thread Craig R. McClanahan
n today's nightly build (the 18th). > Kevin Jones > DevelopMentor > www.develop.com > Craig > > -Original Message- > > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > > Sent: 17 July 2001 17:34 > > To: Tomcat-Dev > > Subject: Re: Problem start

RE: Problem starting latest nightly

2001-07-18 Thread Kevin Jones
ardLoader (with className) but if I just have I get the same ClassNotFoundException as before, Kevin Jones DevelopMentor www.develop.com > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: 17 July 2001 17:34 > To: Tomcat-Dev > Subject: Re:

RE: Problem starting latest nightly

2001-07-17 Thread Craig R. McClanahan
On Tue, 17 Jul 2001, Kevin Jones wrote: > Thanks Craig, > > what's the difference between the two (WebappLoader and StandardLoader)? and > should I care? > WebappLoader runs faster, and has a bunch of bugfixes. It is now the default loader that Catalina uses for web applications. > Kevin J

RE: Problem starting latest nightly

2001-07-17 Thread Kevin Jones
Dev > Subject: Re: Problem starting latest nightly > > > > > On Tue, 17 Jul 2001, Kevin Jones wrote: > > > I've just downloaded the latest nightly (20010716), and I can't > get it to > > start. > > > > I have a context entry in server.xml tha

Re: Problem starting latest nightly

2001-07-17 Thread Craig R. McClanahan
On Tue, 17 Jul 2001, Kevin Jones wrote: > I've just downloaded the latest nightly (20010716), and I can't get it to > start. > > I have a context entry in server.xml that looks like this > > reloadable="true"> > lassname="org.apache.catalina.loader.StandardLoader"/> > > Thank