Re: web-inf/classes not found ?

2001-09-27 Thread Mikael Aronsson
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-inf/classes reboot tomcat put your class files there tomcat

RE: web-inf/classes not found ?

2001-09-27 Thread Chaber, Eric
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 Tomcat (4) always adds a classloader for each web application that looks in the web-inf/classes and web-inf/dir directory, I could not find any examples/web-inf

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 Context path=/examples