Try putting your servlet into your webapplications lib directory, its usually under, 

Your_web_application/WEB-INF/classes (if it's not packaged) or 
Your_web_application/WEB-INF/lib (if it's packaged in a jar file).

The size of your terminal screen does not matter. 
hope it helps
-reynir


> -----Original Message-----
> From: chasee [mailto:[EMAIL PROTECTED]] 
> Sent: 16. nóvember 2002 20:31
> To: tomcat user
> Subject: servlet classpath
> 
> 
> Hello all,
> 
> the class loader of my tomcat stand-alone server (jakarta4.0.4) has 
> problems finding classes for my SERVLET. it gives a 
> java.lang.NoClassDefFoundError.
> 
> I checked the classpath environment variable using echo 
> %classpath%. It 
> is properly set. The only thing I have doubt about is my 
> "classpath" is 
> way too long with 20 lines also. (in the command window of a width of 
> 80 chars). Would that affect the behavior of the server in any way? 
> 
> thanks, Chasee
> 
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to