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: users
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
produ
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 the
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 applicatio
-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:
> org/apache/tomcat/util/desc
2014-03-29 15:39 GMT+04:00 Christopher Schultz :
>
> 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 ne
-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 p
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 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.
Th
-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
> NoC
> 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 jfreechar
no, this doesn't help me.
On Fri, May 22, 2009 at 2:33 PM, Christopher Schultz
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 applications
>> in general. I'v
-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 colle
> 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, yo
> 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 servlet
2009/1/30 Ladislav Gaspar :
>
>
> 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 there and it's also"
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
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
> 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 structu
-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
> 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
> 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
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, 127
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.jarcommons-lang.
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, po
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 -
se it did'nt work but to back out
something placed in server/lib ?
M-
- Original Message -
From: "Pid" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Monday, December 24, 2007 12:16 PM
Subject: Re: NoClassDefFoundError: TagExtraInfo missing?
Mar
CTED]>
To: "Tomcat Users List"
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 presen
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.
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
A
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
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-
> --
Abel
put jsp-api.jar in /WEB-INF/lib
M-
- Original Message -
From: "AbelMacAdam" <[EMAIL PROTECTED]>
To:
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 example I
got
>
I'm happy to say that I have discovered the solution to this problem as well
as my problem with NoClassDefFoundError for HttpServlet...
The problem seemed intermittent and now I know why. It depended on what
directory I was in when I started Tomcat.
I wanted to save myself some typing, so I made
On 9/4/07, reno <[EMAIL PROTECTED]> wrote:
>
> hello,
>
> ...
your web.xml is a bit different from the Wicket HelloWorld example
> http://wicket.apache.org/examplehelloworld.html
>
> did you try with:
> wicket.protocol.http.WicketServlet
> ??
> and did you follow this tutorial??
>
Hi Reno. Than
hello,
> Here's my web.xml:
> @home:~/dev/tomcat/webapps/HelloWicket/WEB-INF$ cat web.xml
>
> "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
>"http://java.sun.com/dtd/web-app_2_3.dtd";>
>
>
> configuration
> development
>
>
>
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/startu
09:22
To: Tomcat Users List
Subject: Re: NoClassDefFoundError, Tomcat isn't seeing JARs in
webapps//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
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 indee
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 h
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 CLASSP
> 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. E
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
> 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/
Check also it's neither in shared/lib and that there is no CLASSPATH
defined (tomcat handles all by itself classpath).
David Delbecq a écrit :
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 proble
> 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
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
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 pr
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,
Vinc
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: javax/servlet/http/
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 l
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
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
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 diffe
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
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 still
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: javax/servlet/ht
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, depend
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
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
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".
>
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, e-ma
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
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:
>
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 .cla
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
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 inst
> 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:
> /usr/local/jd
You need to place the Jar file that contains the
org/apache/tomcat/util.log/SystemLoghandler class in your
%tomcat_home%/common/lib folder. I am not going to research and find that
jar file you. I will let that be an assignment for you.
-Original Message-
From: Cody Caughlan [mailto:[EMA
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
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
> Hello Jason. It appears that the .jar files in question are not available
> to the loader. Is CATALINA_HOME/common/lib defined as a classpath within
> Eclipse?
I'm not launching Tomcat from Eclipse, just attaching Eclipse to the process
to debug. I thought that anything in CATALINA_HOME/common/l
Hello Jason. It appears that the .jar files in question are not available
to the loader. Is CATALINA_HOME/common/lib defined as a classpath within
Eclipse?
- Asad
On Mon, 17 Oct 2005, Jason Terk wrote:
Hi, I'm trying to write an email log handler to use with tomcat 4.1 but am
getting a NoCl
73 matches
Mail list logo