Hi Friends, we have been trying to set up tomcat on linux. But somehow it can't find the j2ee.jar placed in tomcat_home/lib. tomcat is running as a plugin to apache. we have modified the wrapper and workers properties file to include the jar j2ee.jar file. we are using jdk 1.3. Can someone help please? It is urgent.
Mark Simms
Ranch Hand
Joined: Jul 20, 2000
Posts: 36
posted
0
Check the Tomcat start-up script....it may not be checking for ALL jars in the directory..... if not, simply modify and add the J2EE.jar to the CLASSPATH setting. In the windows version, it automatically detects all jars in the lib directory...