> From: neo anderson [mailto:javadeveloper...@yahoo.co.uk]
> Subject: Re: Class loading question (with aspectj)
> 
> I do not put the same class i.e. TapestryFilter.java in both location
> (WEB-INF/classes and WEB-INF/lib).

A .java file is not a class file.

> The way how I test is by copying TapestryFilter.java to another foler
> under WEB-INF/classes and renaming it to another name e.g.
> MyTapestryFilter.java.

Again, a .java file is not a class file.  More has to be changed than just the 
file name, to say nothing of compiling it.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to