> From: Dale Ogilvie [mailto:dale_ogil...@trimble.com] 
> Subject: RE: ClassCastException org.apache.jasper.runtime.ELContextImpl 
> cannot be cast to org.apache.jasper.el.ELContextImpl

> I thought the WEB-INF/lib directories for different applications were
> isolated from each other, but in this case it appears app1 is using a
> class from app2. This seems rather bad to me.

They are.  However, if you have classes in a shared classloader used by both 
webapps, and such a class is coded badly, references can leak from one webapp 
to another.

BTW, jcifs.http.NtlmHttpFilter hasn't been viable for some years (no 
possibility of supporting NTLMv2), so you might want to use something that 
actually works, such as waffle or Jespa.

 - 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