On 18/08/2010 16:38, Konstantin Kolinko wrote:
> 2010/8/18 Pid <p...@pidster.com>:
>> On 18/08/2010 16:09, Amir Wasim wrote:
>>> org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
>>>         at 
>>> org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.<init>(ClassFileReader.java:342)
>>>         at 
>>> org.apache.jasper.compiler.JDTCompiler$1.findType(JDTCompiler.java:206)
>>>         at 
>>> org.apache.jasper.compiler.JDTCompiler$1.findType(JDTCompiler.java:178)
>>>
>>>
>>> Which basically means that the classes referenced in the jsp are not
>>> being loaded through this custom class loader. Can someone please let
>>> me know how to configure it so that the classes in JSPs are also
>>> loaded through this class loader
>>
>> That seems like an Eclipse specific question, rather than a Tomcat one.
>>
>> The Eclipse IDE uses a custom config when launching apps in Tomcat,
>> you'll have to track down where that config is and adjust it if possible.
>>
> 
> It is not Eclipse IDE, but Eclipse JDT compiler called by Jasper (see
> jasper-jdt.jar in TC distribution).
> 
> Back to the question:
> Jsp classes are loaded by org.apache.jasper.servlet.JasperLoader. You
> can start digging from there.

Oh, yes.  Doh.

(more coffee, Pid, more coffee).


p

> Best regards,
> Konstantin Kolinko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

Attachment: 0x62590808.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to