newbie - finding class files

2002-07-11 Thread Brian Wolf
Hi I am having problems with servlets finding class files. On Windows 98 I have the classpath and path environmental variables set to c:\jdk1.4\bin and c:\jdk1.4 respectively. The Servlet works fine when converted to a command line application. -Brian --- Error: 500 Location: /examples/se

RE: newbie - finding class files

2002-07-11 Thread Andy Eastham
Original Message- > From: Brian Wolf [mailto:[EMAIL PROTECTED]] > Sent: 11 July 2002 22:12 > To: Tomcat Users List > Subject: newbie - finding class files > > > Hi > > I am having problems with servlets finding class files. On Windows 98 > I have the classpath and p

RE: newbie - finding class files

2002-07-15 Thread Andreas Probst
but you shouldn't put your > stuff in here) > > Andy > > > -Original Message- > > From: Brian Wolf [mailto:[EMAIL PROTECTED]] > > Sent: 11 July 2002 22:12 > > To: Tomcat Users List > > Subject: newbie - finding class files > > > >

RE: newbie - finding class files

2002-07-15 Thread Andrew Conrad
7 AM > To: [EMAIL PROTECTED] > Subject: RE: newbie - finding class files > > > Hi all, > > does Tomcat really look into tomcatdir/server/lib? For me it > seems Tomcat doesn't. > > On the one hand the original webapp /webdav runs without > errors. On the

RE: newbie - finding class files

2002-07-15 Thread Craig R. McClanahan
On Mon, 15 Jul 2002, Andreas Probst wrote: > Date: Mon, 15 Jul 2002 13:07:11 +0200 > From: Andreas Probst <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: newbie - finding class files > > Hi all,

RE: newbie - finding class files

2002-07-16 Thread Andreas Probst
but you shouldn't put your > stuff in here) > > Andy > > > -Original Message- > > From: Brian Wolf [mailto:[EMAIL PROTECTED]] > > Sent: 11 July 2002 22:12 > > To: Tomcat Users List > > Subject: newbie - finding class files > > > > > >

RE: newbie - finding class files

2002-07-16 Thread Andreas Probst
> On Mon, 15 Jul 2002, Andreas Probst wrote: > > > > > Hi all, > > > > does Tomcat really look into tomcatdir/server/lib? For me it seems > > Tomcat doesn't. > > > > This directory is only visible to the classloader for Tomcat itself, not > for webapps. There is a special rule that makes servl

RE: newbie - finding class files

2002-07-16 Thread Craig R. McClanahan
On Tue, 16 Jul 2002, Andreas Probst wrote: > Date: Tue, 16 Jul 2002 13:59:49 +0200 > From: Andreas Probst <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: newbie - finding class files > > > > On

Re: newbie - finding class files

2003-08-26 Thread P . van Kemenade
2002, Andreas Probst wrote: > Date: Tue, 16 Jul 2002 13:59:49 +0200 > From: Andreas Probst <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: newbie - finding class files > > > > On Mon, 15 Jul 2002,

RE: newbie - finding class files

2003-08-26 Thread P . van Kemenade
2002, Andreas Probst wrote: > Date: Tue, 16 Jul 2002 13:59:49 +0200 > From: Andreas Probst <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: newbie - finding class files > > > > On Mon, 15 Jul 2002,

RE: newbie - finding class files

2003-08-26 Thread P . van Kemenade
2002, Andreas Probst wrote: > Date: Tue, 16 Jul 2002 13:59:49 +0200 > From: Andreas Probst <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: newbie - finding class files > > > > On Mon, 15 Jul 2002,

RE: newbie - finding class files

2003-08-26 Thread P . van Kemenade
2002, Andreas Probst wrote: > Date: Tue, 16 Jul 2002 13:59:49 +0200 > From: Andreas Probst <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: newbie - finding class files > > > > On Mon, 15 Jul 2002,

RE: newbie - finding class files

2003-08-26 Thread Stuart MacPherson
What's wrong with putting them in CATALINA_HOME/common/lib? -Original Message- From: P.van Kemenade [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 16:49 To: Tomcat List Subject: RE: newbie - finding class files Hi I found this old thread about extending WebdavServlet, in which An

Re: newbie - finding class files

2003-08-26 Thread Pike
L PROTECTED] Subject: RE: newbie - finding class files On Mon, 15 Jul 2002, Andreas Probst wrote: Hi all, does Tomcat really look into tomcatdir/server/lib? For me it seems Tomcat doesn't. This directory is only visible to the classloader for Tomcat itself, not for webapps. There is a speci

RE: newbie - finding class files

2003-08-27 Thread Stuart MacPherson
] Sent: 27 August 2003 00:25 To: Tomcat Users List Subject: Re: newbie - finding class files Hi thanks for your response (sorry about the repeated post - my mistake) > What's wrong with putting them in CATALINA_HOME/common/lib? well, nothing. it just sounds very ugly, having the same j