Using Tomcat to run a .jar file
Can this be done? We've had no problems with .war files in tomcat 3 and 4, but I've got an app that uses .jar files. I've tried placing the .jar in the lib directory on tomcat 3, where it works on a PC version of tomcat 3, but with no success.
If I can, where do I put the .jar? How do I tell tomcat about it?
If not, is there some Apache solution to this?
Dave...
Last edited by davee; 08-15-2003 at 05:36 AM.
|