Re: Tomcat cannot find infrequently used classes

2008-07-23 Thread Len Popp
he XYZ is just a placeholder. None of the actual classes are Tomcat >> classes, they are all servlets we have written. >> >> Rob >> >> -Original Message- >> From: Len Popp [mailto:[EMAIL PROTECTED] >> Sent: 23 July 2008 14:37 >> To: Tomcat Users

Re: Tomcat cannot find infrequently used classes

2008-07-23 Thread Len Popp
:37 > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: Re: Tomcat cannot find infrequently used classes > > Is the class name really "XYZ" or is that just a placeholder? It makes a > difference which class it's looking for - it could be a class from Tomcat, > f

RE: Tomcat cannot find infrequently used classes

2008-07-23 Thread robert.purvis
The XYZ is just a placeholder. None of the actual classes are Tomcat classes, they are all servlets we have written. Rob -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: 23 July 2008 14:37 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Tomcat cannot find

Re: Tomcat cannot find infrequently used classes

2008-07-23 Thread Len Popp
Is the class name really "XYZ" or is that just a placeholder? It makes a difference which class it's looking for - it could be a class from Tomcat, from your webapp, or from one of the libraries needed by the webapp. -- Len On Wed, Jul 23, 2008 at 04:33, <[EMAIL PROTECTED]> wrote: > I have a ve