Re: Running Tomcat from Bootstrap.main

2006-08-24 Thread Lou Caudell
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

RE: Running Tomcat from Bootstrap.main

2006-08-24 Thread Zach Calvert
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

Re: Running Tomcat from Bootstrap.main

2006-08-23 Thread Filip Hanik - Dev Lists
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

Running Tomcat from Bootstrap.main

2006-08-23 Thread Zach Calvert
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