Zach Calvert wrote:
I am running an Eclipse java application that makes a call to the
Bootstrap.main function. I am using Log4J as my logger.
I set the catalina.home, catalina.base, java.endorsed.dirs, and
java.io.tempdir before I call Bootstrap.main with
Bootstrap.main(new String[] {"start
strap.main
just fine.
There is something a little more to this problem.
Zach
-Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 23, 2006 5:42 PM
To: Tomcat Users List
Cc: tomcat-user@jakarta.apache.org
Subject: Re: Running Tomcat from Bootstra
your missing commons-logging from your classpath
Zach Calvert wrote:
I am running an Eclipse java application that makes a call to the
Bootstrap.main function. I am using Log4J as my logger.
I set the catalina.home, catalina.base, java.endorsed.dirs, and
java.io.tempdir before I call Bootstr
I am running an Eclipse java application that makes a call to the
Bootstrap.main function. I am using Log4J as my logger.
I set the catalina.home, catalina.base, java.endorsed.dirs, and
java.io.tempdir before I call Bootstrap.main with
Bootstrap.main(new String[] {"start"});
I get the error