RE: newbie - finding class files

2003-08-27 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 Andreas

Re: newbie - finding class files

2003-08-27 Thread Pike
/lib/*jar to my webapps /WEB-INF/lib ? that should work, but it sounds ugly. 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

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 jar files running

Re: newbie - finding class files

2003-08-26 Thread P . van Kemenade
, 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, Andreas Probst wrote: Hi all, does Tomcat

RE: newbie - finding class files

2003-08-26 Thread P . van Kemenade
, 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, Andreas Probst wrote: Hi all, does Tomcat

RE: newbie - finding class files

2003-08-26 Thread P . van Kemenade
, 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, Andreas Probst wrote: Hi all, does Tomcat

RE: newbie - finding class files

2003-08-26 Thread P . van Kemenade
, 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, Andreas Probst wrote: Hi all, does Tomcat

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 servlet classes in

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 Mon, 15 Jul 2002, Andreas Probst wrote: Hi

RE: newbie - finding class files

2002-07-15 Thread Andreas Probst
-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 path environmental

RE: newbie - finding class files

2002-07-15 Thread Andrew Conrad
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 other hand, when I deploy a class that extends the original

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, does Tomcat really look into tomcatdir/server

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:

RE: newbie - finding class files

2002-07-11 Thread Andy Eastham
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 path environmental variables set to c:\jdk1.4\bin