Does anyone know what happens if you have a jar in [webapps] on a J2EE based webserver which has been set to "never unpack" *and* you put the exact same class in the [lib] directory nearby? Will the webserver look in [lib] first, or uncompress the jar and use that version?