Re: NoClassDefFoundError for SSL operations

2024-02-22 Thread Mark Thomas
On 23/02/2024 01:14, bigelytechnol...@yahoo.com wrote: This spammer has been unsubscribed and banned from re-subscribing. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: NoClassDefFoundError for SSL operations

2024-02-22 Thread bigelytechnol...@yahoo.com
Hello Dear Thanks for your reply l would use this opportunity to briefly introduce our company, Bigly Technologies Thailand, We are one of the leading importers in Asia , and the Middle East on general Goods and Equipment. On behalf of Bigly Technologies Thailand, this is the samples of the

Re: NoClassDefFoundError on ServletContextAttributeListner

2021-02-27 Thread Blake McBride
Thanks, I will check it out. On Fri, Feb 26, 2021 at 10:26 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Blake, > > On 2/26/21 14:55, Blake McBride wrote: > > I have a web app that has been running fine for many years. I tried > > upgrading to Tomcat 10.0.2 and I am getting

Re: NoClassDefFoundError on ServletContextAttributeListner

2021-02-26 Thread Christopher Schultz
Blake, On 2/26/21 14:55, Blake McBride wrote: I have a web app that has been running fine for many years. I tried upgrading to Tomcat 10.0.2 and I am getting the following error: Feb 26, 2021 1:48:26 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Error configuring

Re: NoClassDefFoundError: org/apache/tomcat/util/descriptor/LocalResolver Error while building project after Tomcat upgrade to 7.0.53 from 7.0.41 !

2014-05-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave, On 5/16/14, 3:05 AM, Utkarsh Dave wrote: I am trying to upgrade my Tomcat from 7.0.41 to the latest release 7.0.53 available and the project build failed with below error. java.lang.NoClassDefFoundError:

Re: NoClassDefFoundError using catalina ant deploy task

2014-03-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brendan, On 3/28/14, 8:51 PM, Brendan Miller wrote: I investigated more and found the solution... It seems like a doc bug in that the tutorial doesn't tell you everything you need to do to get deploy to work. tomcat-util.jar needs to be

Re: NoClassDefFoundError using catalina ant deploy task

2014-03-29 Thread Konstantin Kolinko
2014-03-29 15:39 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: Brendan, On 3/28/14, 8:51 PM, Brendan Miller wrote: I investigated more and found the solution... It seems like a doc bug in that the tutorial doesn't tell you everything you need to do to get deploy to work.

Re: NoClassDefFoundError using catalina ant deploy task

2014-03-28 Thread Brendan Miller
I investigated more and found the solution... It seems like a doc bug in that the tutorial doesn't tell you everything you need to do to get deploy to work. tomcat-util.jar needs to be placed in ~/.ant/lib. The tutorial says to place catalina-ant.jar there, but doesn't mention tomcat-util.jar.

RE: NoClassDefFoundError using catalina ant deploy task

2014-03-28 Thread Martin Gainty
no bugs..just ...'undocumented features' glad you found the solution! Martin __ Date: Fri, 28 Mar 2014 17:51:08 -0700 Subject: Re: NoClassDefFoundError using catalina ant deploy task From: catph...@catphive.net To: users@tomcat.apache.org I investigated more and found

Re: NoClassDefFoundError

2009-07-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 chenjh, On 6/28/2009 11:48 PM, chenjh wrote: I often get the NoClassDefFoundError from my tomcat 5.5. I had placed jfreechart.jar and jcommon.jar into [tomcat]/common/lib, but after running for some time, the producing image page fail with

RE: NoClassDefFoundError

2009-06-29 Thread Caldarale, Charles R
From: chenjh [mailto:che...@thinker.com.cn] Subject: NoClassDefFoundError I had placed jfreechart.jar and jcommon.jar into [tomcat]/common/lib, but after running for some time, the producing image page fail with NoClassDefFoundError. Make sure you do not have other copies of jfreechart.jar

Re: NoClassDefFoundError only on particular platform

2009-05-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, On 5/21/2009 1:02 PM, Michael A. Repucci wrote: I'm pretty new to Tomcat, and very unfamiliar with JSP or web applications in general. I've been trying to set up an application on my system (Ubuntu 9.04) that works just fine on my

Re: NoClassDefFoundError only on particular platform

2009-05-22 Thread Roderick Timmerman
no, this doesn't help me. On Fri, May 22, 2009 at 2:33 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, On 5/21/2009 1:02 PM, Michael A. Repucci wrote: I'm pretty new to Tomcat, and very unfamiliar with JSP or web

RE: NoClassDefFoundError: HttpServlet

2009-02-03 Thread Caldarale, Charles R
From: Ladislav Gaspar [mailto:ladislav.gas...@it-vision.com] Subject: AW: NoClassDefFoundError: HttpServlet The sample servlets work. Good - which says the problem is isolated to your webapp, so that narrows the focus. But what could that be? It looks like somewhere in your webapp, you're

RE: NoClassDefFoundError: HttpServlet

2009-02-02 Thread Caldarale, Charles R
From: Ladislav Gaspar [mailto:ladislav.gas...@it-vision.com] Subject: AW: NoClassDefFoundError: HttpServlet Sorry for the misinformation. The the servlet-api.jar is in $catalina_home/lib. The %CLASSPATH% is not adjusted The symptoms are still identical with those that appear when

Re: NoClassDefFoundError: HttpServlet

2009-01-30 Thread André Warnier
Ladislav Gaspar wrote: [...] What strikes me as very strange is that in the error message: java.lang.NoClassDefFoundError: HttpServlet there is no package name in HttpServlet (that's why the ClassLoader can't find the Class, I suppose). Has anyone got an idea what could be wrong? No, but

Re: NoClassDefFoundError: HttpServlet

2009-01-30 Thread Konstantin Kolinko
2009/1/30 Ladislav Gaspar ladislav.gas...@it-vision.com: As I wrote in the original post (I've cleaned up the classpath, there are no duplicate servlet-api.jar files around) The servlet-api.jar is there and it's also in the classpath. (in $catalina_home/lib) I do not understand. is

Re: NoclassDefFoundError!!

2008-10-14 Thread Konstantin Kolinko
2008/10/14 Thangavel Sankaranarayanan [EMAIL PROTECTED]: I have compiled a class which resides in a package inside tomcat's application ase (i.e classes directory) in a package called admintool It is a standalone(static void main() ) and i have compiled and placed over here.The reason for

RE: NoClassDefFoundError: org.apache.catalina.realm.RealmBase

2008-09-12 Thread Caldarale, Charles R
From: Carol Cheung [mailto:[EMAIL PROTECTED] Subject: NoClassDefFoundError: org.apache.catalina.realm.RealmBase I have catalina.jar in WEB-INF/lib Can anyone shed some light on what I'm doing wrong? Putting catalina.jar in WEB-INF/lib is certainly one major error. Remove it. You must

RE: NoClassDefFoundError: org.apache.catalina.realm.RealmBase

2008-09-12 Thread Carol Cheung
From: Carol Cheung [mailto:[EMAIL PROTECTED] Subject: NoClassDefFoundError: org.apache.catalina.realm.RealmBase I have catalina.jar in WEB-INF/lib Can anyone shed some light on what I'm doing wrong? Putting catalina.jar in WEB-INF/lib is certainly one major error. Remove it. You must

Re: NoClassDefFoundError: org.apache.catalina.realm.RealmBase

2008-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carol, Carol Cheung wrote: Sorry, I'm using Tomcat 5.5. I removed catalina.jar from WEB-INF/lib and I am still getting the same error. You should put your Realm implementation into $TOMCAT_HOME/shared/lib or $TOMCAT_HOME/common/lib. I suspect you

RE: NoClassDefFoundError: org.apache.catalina.realm.RealmBase

2008-09-12 Thread Caldarale, Charles R
From: Carol Cheung [mailto:[EMAIL PROTECTED] Subject: RE: NoClassDefFoundError: org.apache.catalina.realm.RealmBase Sorry, I'm using Tomcat 5.5. I removed catalina.jar from WEB-INF/lib and I am still getting the same error. Look at the Tomcat 5.5 classloader structure: Bootstrap

RE: NoClassDefFoundError

2008-06-19 Thread Walter Thompson
Use JRE_HOME not JAVA_HOME. It should point to jre1.6.0.02 directory. If you are trying to access the site from the machine it is on try http://localhost:8080 , if you are trying to access it from a remote system across the network use http://###.###.###.###:8080 the machine actual IP address,

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-27 Thread David Smith
Cool... I see your tomcat lib directory is back to the default distribution. What's in your webapp's WEB-INF/lib directory, and can you confirm which java tomcat is running on? I would like to be sure it's not J2EE. It should be the Java 1.6.0_03 you listed in your original post. Lastly,

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-27 Thread AbelMacAdam
Hi David, To answer your questions: What's in your webapp's WEB-INF/lib directory, My TOMCAT_HOME\webapps\myApp\WEB-INF\lib contains: antlr.jar commons-beanutils.jar commons-collections.jar commons-digester.jar commons-fileupload.jar

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-26 Thread AbelMacAdam
Hi David, I tried what you suggested (quote: Just out of curiousity, are you trying to run your webapp from within Eclipse? If so, try it without Eclipse -- deploy it to your installed tomcat and see if the error continues. If the error goes away, it may be something funky with your Eclipse

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread Martin Gainty
Abel put jsp-api.jar in /WEB-INF/lib M- - Original Message - From: AbelMacAdam [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, December 24, 2007 6:58 AM Subject: NoClassDefFoundError: TagExtraInfo missing? Hi, I'm trying to bootstrap my knowledge on Struts. As I tried an

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread AbelMacAdam
Hi, Thanks for the feedback. I just saw that both el-api.jar and jsp-api.jar are part of my TOMCAT-HOME/lib directory. And these jar files are part of my 'Java Build Path' in Eclipse. So I'm still scratching my head :-(. Abel mgainty wrote: Abel put jsp-api.jar in /WEB-INF/lib M- -

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread David Smith
Sorry Martin, but bad advice. In recent versions of tomcat, jsp-api is provided in the /lib directory of tomcat. If you have your own in your webapp (or in the jave environment for that manner), please remove it as it will cause many a wonderous error. Also tomcat does not work with j2ee as

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread David Smith
Just out of curiousity, are you trying to run your webapp from within Eclipse? If so, try it without Eclipse -- deploy it to your installed tomcat and see if the error continues. If the error goes away, it may be something funky with your Eclipse -- missing .jar file or something. --David

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread Pid
Martin Gainty wrote: Abel put jsp-api.jar in /WEB-INF/lib M- *Never* do that. It will already be present in tomcat/server/lib or tomcat/lib depending on your version, copying it to WEB-INF/lib will cause your app and web server to behave unpredictably, and likely fail to work as intended. p

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread Martin Gainty
List users@tomcat.apache.org Sent: Monday, December 24, 2007 12:16 PM Subject: Re: NoClassDefFoundError: TagExtraInfo missing? Martin Gainty wrote: Abel put jsp-api.jar in /WEB-INF/lib M- *Never* do that. It will already be present in tomcat/server/lib or tomcat/lib depending on your

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread David Smith
it did'nt work but to back out something placed in server/lib ? M- - Original Message - From: Pid [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, December 24, 2007 12:16 PM Subject: Re: NoClassDefFoundError: TagExtraInfo missing? Martin Gainty wrote

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/lib?

2007-09-04 Thread David Delbecq
J2EE specs says librairies of a webapp must be in /WEB-INF/lib (that's for the part about subjet line where you use /lib) Now, for you mail content you seem to be indeed using WEB-INF/lib, and it seems to be the 3 libs required by wicket example. I suggest you investigate the possibility of

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/lib?

2007-09-04 Thread Ghodmode
On 9/4/07, David Delbecq [EMAIL PROTECTED] wrote: J2EE specs says librairies of a webapp must be in /WEB-INF/lib (that's for the part about subjet line where you use /lib) Thank you David. That was a typo. I am actually using WEB-INF/lib. Now, for you mail content you seem to be indeed

RE: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/lib?

2007-09-04 Thread Per Johnsson
09:22 To: Tomcat Users List Subject: Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/lib? On 9/4/07, David Delbecq [EMAIL PROTECTED] wrote: J2EE specs says librairies of a webapp must be in /WEB-INF/lib (that's for the part about subjet line where you use /lib) Thank

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/lib?

2007-09-04 Thread Ghodmode
On 9/4/07, Per Johnsson [EMAIL PROTECTED] wrote: Just a quick one, how do you start Tomcat? Is it another user? Does the directories/apps have the correct rights. And does Tomcat/java have the necessery rights to read, and run? Hi Per, I start Tomcat using $CATALINA_HOME/bin/startup.sh and

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/lib?

2007-09-04 Thread reno
hello, Here's my web.xml: @home:~/dev/tomcat/webapps/HelloWicket/WEB-INF$ cat web.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app context-param

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread David Delbecq
Check you didn't add servlet-api to your webapp classpath. The servlet-api must *not* be present in WEB-INF/lib Ghodmode a écrit : I've had some problems loading servlets, so I tried a basic HelloWorld just to make sure everything was working. java.lang.NoClassDefFoundError:

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
Thanks for your reply David. For this servlet there's nothing in WEB-INF/lib. If it was a standalone Java app, I guess the CLASSPATH would definitely be the first thing to check. Is there a way to check the classpath that a servlet is using when it's executed by Tomcat's VM? Thank you,

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Martin Gainty
Is servlet-api.jar in $CATALINA_HOME/common/lib M-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
On 9/4/07, Martin Gainty [EMAIL PROTECTED] wrote: Is servlet-api.jar in $CATALINA_HOME/common/lib I've see reference to it on some forums, but there's no common directory in my Tomcat installation. -- Vince

RE: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Caldarale, Charles R
From: Martin Gainty [mailto:[EMAIL PROTECTED] Subject: Re: NoClassDefFoundError: javax/servlet/http/HttpServlet Is servlet-api.jar in $CATALINA_HOME/common/lib As clearly stated by the OP, he's using Tomcat 6 and servlet-api.jar is in $CATALINA-HOME/lib, exactly where it's supposed

RE: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Caldarale, Charles R
From: David Delbecq [mailto:[EMAIL PROTECTED] Subject: Re: NoClassDefFoundError: javax/servlet/http/HttpServlet Check also it's neither in shared/lib and that there is no CLASSPATH defined (tomcat handles all by itself classpath). There wouldn't be a shared/lib, since this is Tomcat 6

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
On 9/4/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: ... David D already pointed out the likely cause of the problem. - Chuck Unfortunately, David's idea wasn't a solution for me. There aren't any files in my WEB-INF/lib directory. I only created this HelloServlet to eliminate other

RE: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Caldarale, Charles R
From: Ghodmode [mailto:[EMAIL PROTECTED] Subject: Re: NoClassDefFoundError: javax/servlet/http/HttpServlet I'm not using WAR files. I'm just putting all of the files in the necessary locations already exploded. Is this significant? Perhaps. Exactly what is your structure under webapps

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
On 9/4/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: David Delbecq [mailto:[EMAIL PROTECTED] Subject: Re: NoClassDefFoundError: javax/servlet/http/HttpServlet Check also it's neither in shared/lib and that there is no CLASSPATH defined (tomcat handles all by itself classpath

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Marc Farrow
This seems like the classic you are using a java JRE versus a java JDK. On 5/2/06, Edoardo Panfili [EMAIL PROTECTED] wrote: I did some search on google but seems that my situation is not the same I have a very simple webapp, (no lib directory in WEB-INF) in a fresh installation of Tomcat

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Edoardo Panfili
Marc Farrow wrote: This seems like the classic you are using a java JRE versus a java JDK. I am using jdk1.5.0_06 edoardo -- [EMAIL PROTECTED] AIM: edoardopn Jabber: [EMAIL PROTECTED] tel:075 9142766 - To unsubscribe,

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Marc Farrow
I do not doubt that. However, depending on what O.S. you are using you need to check your JAVA_HOME environment entry or even windows registry. On 5/2/06, Edoardo Panfili [EMAIL PROTECTED] wrote: Marc Farrow wrote: This seems like the classic you are using a java JRE versus a java JDK. I am

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Edoardo Panfili
Marc Farrow wrote: I do not doubt that. However, depending on what O.S. you are using you need to check your JAVA_HOME environment entry or even windows registry. export JAVA_HOME=/opt/jdk/ (jdk is a simboilik link to the 1.5 jdk folder) Tomcat now says no Class definition found regarding

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Marc Farrow
It looks like you found the next problems. On your ls command it is not showing the Ricerca class file. So you must be missing resources when you migrated over. On 5/2/06, Edoardo Panfili [EMAIL PROTECTED] wrote: Marc Farrow wrote: I do not doubt that. However, depending on what O.S. you

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Edoardo Panfili
Marc Farrow wrote: It looks like you found the next problems. On your ls command it is not showing the Ricerca class file. So you must be missing resources when you migrated over. On 5/2/06, Edoardo Panfili [EMAIL PROTECTED] wrote: Marc Farrow wrote: I do not doubt that. However,

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Edoardo Panfili
Edoardo Panfili wrote: Marc Farrow wrote: there is somethings wrog in my develope/deploy/me system. I'll begin from scratch. After a fresh installation the problem is still here (but not after all restarts). sometimes Tocat throws this exception java.lang.NoClassDefFoundError:

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Filip Hanik - Dev Lists
try running a different VM, like the Sun VM, this could be a bug in the VM you are running. Filip Edoardo Panfili wrote: Edoardo Panfili wrote: Marc Farrow wrote: there is somethings wrog in my develope/deploy/me system. I'll begin from scratch. After a fresh installation the problem is

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Edoardo Panfili
Filip Hanik - Dev Lists wrote: try running a different VM, like the Sun VM, this could be a bug in the VM you are running. I am runnig Sun JVM 1.5.0_06 I have removed libcgj at 16:18 I did a complere reboot at 16:20 at 16:48 I have a log of this error in localhost.2006-05-02.log Edoardo

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Filip Hanik - Dev Lists
if you are running the Sun VM, why is this in your stack trace? at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0) my guess is that you forgot to do this export PATH=$JAVA_HOME/bin:$PATH in catalina.sh Filip Edoardo Panfili wrote: Filip Hanik - Dev Lists wrote: try running a

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Edoardo Panfili
Filip Hanik - Dev Lists wrote: if you are running the Sun VM, why is this in your stack trace? at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0) The stack is the one that Tomcat has print before the remove of gcj. But the error is still here also after the remove. my guess is

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Edoardo Panfili
Edoardo Panfili wrote: Filip Hanik - Dev Lists wrote: if you are running the Sun VM, why is this in your stack trace? at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0) The stack is the one that Tomcat has print before the remove of gcj. But the error is still here also after the

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Filip Hanik - Dev Lists
it should work without that setting assuming that tomcat picks up the file setclasspath.sh correctly, the reason I mentioned it is cause the sunVM doesn't have a gnu.java.lang.MainThread class, so I would suspect that you are not running the VM you think you are running. Of course, I know very

Re: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version

2006-03-28 Thread Cody Caughlan
I looked at the Tomcat source code and that class should be in /server/lib/tomcat-util.jar. Which should be in the bootstrap classpath. For fun's sake I added that to the classpath environment variable building routine in catalina.sh and it still didnt work. /Cody On 3/27/06, Farrow, Marc [EMAIL

Re: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version

2006-03-28 Thread Filip Hanik - Dev Lists
Classpath: /usr/local/apache-tomcat-5.5.16/bin: /usr/local/apache-tomcat-5.5.16/server/lib: /usr/local/apache-tomcat-5.5.16/common/lib: /usr/local/jdk1.5.0_06/lib:/usr/local/jdk1.5.0_06/jre/lib/ext this is not a valid classpath. you need to specify each JAR that you want included. only for

Re: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version

2006-03-28 Thread Cody Caughlan
Yes, I belatedly realized this. I undefined my classpath and am letting Tomcat build it in catalina.sh (not thats working, though). On 3/28/06, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Classpath: /usr/local/apache-tomcat-5.5.16/bin: /usr/local/apache-tomcat-5.5.16/server/lib:

RE: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version

2006-03-27 Thread Caldarale, Charles R
From: Cody Caughlan [mailto:[EMAIL PROTECTED] Subject: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version Classpath: /usr/local/apache-tomcat-5.5.16/bin: /usr/local/apache-tomcat-5.5.16/server/lib: /usr/local/apache-tomcat-5.5.16/common/lib:

Re: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version

2006-03-27 Thread Cody Caughlan
I originally did not have such a verbose classpath (usually I dont have one set at all). But in a feverish attempt to have the system find the JAR, I constructed the crazy classpath. Trimming it down to CATALINA_HOME/bin (which is where bootstrap.jar resides), catalina.out generates this error

RE: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version of TOMCAT 5.5.15

2006-02-21 Thread William . Adams
thanks for the suggestion. please see below. CLASSPATH=/usr/lpp/java/J1.4/lib/tools.jar: /usr/lpp/tomcat/bin/bootstrap.jar: /usr/lpp/tomcat/bin/commons-daemon.jar: /usr/lpp/jzos/jzos.jar: however the results are the same. William L Adams lll Systems Programmer

RE: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version of TOMCAT 5.5.15

2006-02-20 Thread David St. Amant
Try adding the commons-daemon.jar to the CLASSPATH Dave St. Amant Lead Programmer Precision Information, LLC 702 N. Blackhawk Ave., Suite #205 Madison, WI 53705 Website: www.educatedinvestor.com Phone: 608-243-1282 E-mail: [EMAIL PROTECTED] There are ten kinds of people in the world - Those who