On Thu, 13 Sep 2001, Stadie wrote:
> OK, the test-custom tag is working fine, but I still need the
> functionallity of javax.servlet.jsp.* and this seems to be a part of the
> j2ee.jar
The servlet API classes are also included in the servlet.jar file included
with Tomcat (for Tomcat 4, this is in the "common/lib" directory). You
are not required to have j2ee.jar to build and run web applications.
> This one I use is from j2sdkee-1_2_1-win, what should be the right
> one. Isn't it?
>
If you used the j2ee.jar from j2sdkee 1.3-beta, you would be able to
compile successfully, but you're still going to screw things up at
runtime, because that JAR also includes a version of Tomcat itself. You
should not put *any* version of servlet.jar or j2ee.jar into
your system extensions directory.
Craig