aspose file tools
The moose likes Servlets and the fly likes not picking up the j2ee.jar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "not picking up the j2ee.jar" Watch "not picking up the j2ee.jar" New topic
Author

not picking up the j2ee.jar

Sarada Bhasker
Ranch Hand

Joined: Sep 11, 2000
Posts: 94
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
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...

Mark
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: not picking up the j2ee.jar
 
Similar Threads
Tomcat authentication and RACF
package javax.servlet does not exist
can call EJB from Java App But not from Servlet
Do Eclipse and Tomcat actually work together on Linux?
javax.ejb.EJBObject cannot resolved in Eclipse