RE: web-inf/classes not found ?

2001-09-27 Thread Chaber, Eric
Mikeal, you have to specify in server.xml where your classes are. for the example directory it's /webapps/examples/web-inf/classes recreate same path in server.xml /webapps/mydir/web-inf/classes reboot tomcat put your class files there tomcat should find them rgds, Eric -Original Message

Re: web-inf/classes not found ?

2001-09-27 Thread Mikael Aronsson
September 27, 2001 12:53 PM Subject: RE: web-inf/classes not found ? > Mikeal, > > you have to specify in server.xml where your classes are. > for the example directory it's > /webapps/examples/web-inf/classes > recreate same path in server.xml > /webapps/mydir/web-in

RE: web-inf/classes not found ?

2001-09-27 Thread Chaber, Eric
that's how I did for my setup. -Original Message- From: Mikael Aronsson [mailto:[EMAIL PROTECTED]] Sent: September 27 2001 14:24 To: [EMAIL PROTECTED] Subject: Re: web-inf/classes not found ? Ok, thanks, I will see if I can figure out how to do that The documentation says that

Re: web-inf/classes not found ?

2001-09-27 Thread Mikael Aronsson
Ok, many thanks for the help. Mikael - Original Message - From: "Chaber, Eric" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 27, 2001 1:32 PM Subject: RE: web-inf/classes not found ? > Edit your server.xml > copy paste > >