I'm being stymied by a classpath issue that occurs both on Tomcat 4.1.12 and JRun 3.1.
I get a ClassNotFoundException while the classpath clearly displays the jar file that contains the "missing" class. I've even tried -- in desperation -- putting the jar file in Tomcat's bin common/lib and server/lib directories to no avail. The kicker is that I can successfully run a command-line application -- that exercises the same business logic -- using the classpath used by Tomcat. I know it could be any bunch of things -- but do you have any recommendations? Sri

