Problem with bootstrap.java

2006-11-13 Thread Stephan Schöffel
hi there i'm trying to alter the bootstrap.java class to fit my needs. i got the source of 5.5.20. now i altered the source in eclipse and exported all files that belong to it to bootstrap.jar and copy it to my tomcat/bin dir. unfortunately i get the following error-message while trying to

Re: Problem with bootstrap.java

2006-11-13 Thread Rainer Jung
It's looking for LogFactory in main of Bootstrap. Have a look to learn at the manifest of the bootstrap.jar to learn about the dependencies. Regards, Rainer Stephan Schöffel wrote: hi there i'm trying to alter the bootstrap.java class to fit my needs. i got the source of 5.5.20. now i

Re: Problem with bootstrap.java

2006-11-13 Thread David Delbecq
Log factory is part of the commons loggin facilities. Try to use the tomcat provided build script instead of using eclipse jar builder to create your bootstrap.jar Stephan Schöffel a écrit : hi there i'm trying to alter the bootstrap.java class to fit my needs. i got the source of 5.5.20. now

Re: Problem with bootstrap.java

2006-11-13 Thread Stephan Schöffel
where can i find the manifest of bootstrap.jar? It's looking for LogFactory in main of Bootstrap. Have a look to learn at the manifest of the bootstrap.jar to learn about the dependencies. Regards, Rainer Stephan Schöffel wrote: hi there i'm trying to alter the bootstrap.java class to

Re: Problem with bootstrap.java

2006-11-13 Thread Martin Gainty
: David Delbecq [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, November 13, 2006 7:22 AM Subject: Re: Problem with bootstrap.java Log factory is part of the commons loggin facilities. Try to use the tomcat provided build script instead of using eclipse jar builder

Re: Problem with bootstrap.java

2006-11-13 Thread Rainer Jung
Inside the jar. Google for jar manifest will give you a link like: http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html Jars and manifest are a general notation with java, they are not special for tomcat. Stephan Schöffel wrote: where can i find the manifest of bootstrap.jar? It's

Re: Problem with bootstrap.java

2006-11-13 Thread Stephan Schöffel
i tried running the build file. not very familiar with build files i got the following error message after downloading a lot of common libs: downloadzip: [get] Getting: http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/ drops/R-3.1.2-200601181600/eclipse-JDT-3.1.2.zip [get]

Re: Problem with bootstrap.java

2006-11-13 Thread Stephan Schöffel
is there a way to build boostrap.jar without having to build the whole container? David Delbecq wrote: Log factory is part of the commons loggin facilities. Try to use the tomcat provided build script instead of using eclipse jar builder to create your bootstrap.jar Stephan Schöffel a écrit

Re: Problem with bootstrap.java

2006-11-13 Thread Martin Gainty
this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: Stephan Schöffel [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, November 13, 2006 9:53 AM Subject: Re: Problem

Re: Problem with bootstrap.java

2006-11-13 Thread Stephan Schöffel
] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, November 13, 2006 9:53 AM Subject: Re: Problem with bootstrap.java i tried running the build file. not very familiar with build files i got the following error message after downloading a lot of common libs: downloadzip: [get