Re: HelloWorld and NoClassDefFoundError

2009-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bart, Caldarale, Charles R wrote: >> From: Bart Vandewoestyne [mailto:bart.vandewoest...@telenet.be] >> Subject: HelloWorld and NoClassDefFoundError > >> I get >> java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet > > Indicative of a b

Re: HelloWorld and NoClassDefFoundError

2009-02-09 Thread André Warnier
Bart Vandewoestyne wrote: [...] Actually, yes, I would like to use the Debian package. I like the ease of installing/upgrading/removing packages with apt-get. Hi. Just to reassure you : I have a series of Linux Debian systems with Tomcat 4.1, 5.0 and 5.5, all installed via apt-get, and I don

RE: HelloWorld and NoClassDefFoundError

2009-02-09 Thread Caldarale, Charles R
> From: Gregor [mailto:rc4...@googlemail.com] > Subject: Re: HelloWorld and NoClassDefFoundError > > the spelling is perfectly fine - duh! ;) Unless you happen to live in Springfield, and your name is Homer. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

Re: HelloWorld and NoClassDefFoundError

2009-02-09 Thread Gregor
the spelling is perfectly fine - duh! ;) Am 09.02.2009 um 20:22 schrieb André Warnier : Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: HelloWorld and NoClassDefFoundError does one need to login ? and if yes, with what ? Yes, you must login. The button

Re: HelloWorld and NoClassDefFoundError

2009-02-09 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: HelloWorld and NoClassDefFoundError does one need to login ? and if yes, with what ? Yes, you must login. The button is on the top line of the page, towards the right. After that, you can edit to your

RE: HelloWorld and NoClassDefFoundError

2009-02-09 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: HelloWorld and NoClassDefFoundError > > does one need to login ? and if yes, with what ? Yes, you must login. The button is on the top line of the page, towards the right. After that, you can edit to your heart's c

Re: HelloWorld and NoClassDefFoundError

2009-02-09 Thread André Warnier
Mark Thomas wrote: Gregor Schneider wrote: Hm, this answer has been given quite a few times recently - I guess it makes sens to put it on the FAQ: http://wiki.apache.org/tomcat/FAQ That is a Wiki anyone can edit so go for it. I must be thick, but I've tried to find the way to edit/add to that

RE: HelloWorld and NoClassDefFoundError

2009-02-09 Thread Caldarale, Charles R
> From: Bart Vandewoestyne [mailto:bart.vandewoest...@telenet.be] > Subject: Re: HelloWorld and NoClassDefFoundError > > Actually, yes, I would like to use the Debian package. I like > the ease of installing/upgrading/removing packages with apt-get. If you can't reproduce t

Re: HelloWorld and NoClassDefFoundError

2009-02-09 Thread Bart Vandewoestyne
On Mon, Feb 09, 2009 at 08:49:06AM -0600, Caldarale, Charles R wrote: > > Indicative of a broken Tomcat installation, which is pretty > typical with these 3rd-party repackaged versions. I strongly > suggest you throw away that junk and install a real Tomcat from > tomcat.apache.org; this mailing l

Re: HelloWorld and NoClassDefFoundError

2009-02-09 Thread Mark Thomas
Gregor Schneider wrote: > Hm, this answer has been given quite a few times recently - I guess it > makes sens to put it on the FAQ: http://wiki.apache.org/tomcat/FAQ That is a Wiki anyone can edit so go for it. Mark > > Rgds > > Gregor > > On Mon, Feb 9, 2009 at 3:49 PM, Caldarale, Charles R

Re: HelloWorld and NoClassDefFoundError

2009-02-09 Thread Gregor Schneider
Hm, this answer has been given quite a few times recently - I guess it makes sens to put it on the FAQ: http://wiki.apache.org/tomcat/FAQ Rgds Gregor On Mon, Feb 9, 2009 at 3:49 PM, Caldarale, Charles R wrote: > > Indicative of a broken Tomcat installation, which is pretty typical with > these

RE: HelloWorld and NoClassDefFoundError

2009-02-09 Thread Caldarale, Charles R
> From: Bart Vandewoestyne [mailto:bart.vandewoest...@telenet.be] > Subject: HelloWorld and NoClassDefFoundError > I get > java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet Indicative of a broken Tomcat installation, which is pretty typical with these 3rd-party repackaged versions

Re: HelloWorld and NoClassDefFoundError

2009-02-09 Thread Bart Vandewoestyne
On Mon, Feb 09, 2009 at 03:34:41PM +0100, Bart Vandewoestyne wrote: > > [...] > When i trie to access the servlet using the URL > > http://clydet:8180/testbart/helloworld > > I get > > java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet > > I can solve this problem by copying /us