> From: zeiss [mailto:ze...@tut.by]
> Subject: Using WAS 6.1 client with Tomcat 6.0
> 
> The problem with this jar is that it contains
> javax.servlet.http.HttpServlet class and others,
> so it won't load from application's WEB-INF/lib

It may appear to work if you put it in the JRE's ext directory, but that only 
masks the classloading mess that's created.  You need to take the WebSphere jar 
apart, remove the conflicting classes (anything starting with java or javax), 
put it back together, and then place it in WEB-INF/lib (and nowhere else).  
Ugly, but necessary.

 - 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