----- Original Message ----- From: "Ted Neward" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 12:28 PM Subject: RE: JDK 1.4 Java aint finding javax.*
> It's usually far clearner to put all necessary .jar files into the > webapp/WEB-INF/lib directory, so as not to conflict when JAXRPC (or JAXM, or > JAXP, or JAXB, or any other .jar file) versions and you need to change it. > Otherwise you WILL get burned if you have two webapps (two different > orthogonal WebServices, perhaps?) that are written and released at different > times. yes, but tomcat is not marking web-inf/lib as an endorsed dir, so java1.4 wont see the javax classes