Re: tomcat examples

2006-03-29 Thread Yoav Shapira
0/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: erha [mailto:[EMAIL PROTECTED] > > Subject: Re: tomcat examples > > > > Download the apache-tomcat-5.5.16.exe, install and run the service. > > Got this error immediately. > > You are correct - t

RE: tomcat examples

2006-03-20 Thread erha
Thanks Chucks. Will try to download the zip then. Rudy -- View this message in context: http://www.nabble.com/tomcat-examples-t1307951.html#a3505817 Sent from the Tomcat - User forum at Nabble.com. - To unsubscribe, e-mail: [

Re: tomcat examples

2006-03-20 Thread Konstantin L Kouptsov
Hi Chuck, And below is the error from the log file for my case. Anybody body know what is wrong ? java.lang.ClassFormatError: Extra bytes at the end of class file listeners/ContextListener As I stated before: that class file is bad. It appears to be one you created, not from the Tomcat ins

RE: tomcat examples

2006-03-20 Thread Caldarale, Charles R
> From: erha [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat examples > > Download the apache-tomcat-5.5.16.exe, install and run the service. > Got this error immediately. You are correct - the 5.5.16 .exe is broken. The .zip download (the one I normally use) is fine. Looks lik

RE: tomcat examples

2006-03-20 Thread erha
Hi Chuck, >> And below is the error from the log file for my case. Anybody >> body know what is wrong ? >> >> java.lang.ClassFormatError: Extra bytes at the end of class file >> listeners/ContextListener >As I stated before: that class file is bad. It appears to be one you >created, not f

Re: tomcat examples

2006-03-20 Thread erha
Hi Chuck, >> And below is the error from the log file for my case. Anybody >> body know what is wrong ? >> >> java.lang.ClassFormatError: Extra bytes at the end of class file >> listeners/ContextListener >As I stated before: that class file is bad. It appears to be one you >created, not from t

RE: tomcat examples

2006-03-19 Thread Caldarale, Charles R
> From: erha [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat examples > > I have the same problem here. No, you have a completely different problem. > And below is the error from the log file for my case. Anybody > body know what is wrong ? > > java.lang.ClassFormatE

RE: tomcat examples

2006-03-19 Thread Caldarale, Charles R
> From: Konstantin L Kouptsov [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat examples > > Thanks for the answer. As far as the second part is > concerned, I found that I needed to stick path="/foo" reloadable="true" docBase="C:\bar" > workD

Re: tomcat examples

2006-03-19 Thread erha
I have the same problem here. And below is the error from the log file for my case. Anybody body know what is wrong ? Mar 20, 2006 12:29:31 AM org.apache.catalina.core.StandardContext listenerStart SEVERE: Error configuring application listener of class listeners.ContextListener java.lang.ClassF

Re: tomcat examples

2006-03-19 Thread Konstantin L Kouptsov
Thanks for the answer. As far as the second part is concerned, I found that I needed to stick docBase="C:\bar" workDir="C:\bar\work" /> in the $CATALINA_HOME/conf/server.xml file, and it works. As far as examples are concented, I have installed everything, so the examples with all the files a

RE: tomcat examples

2006-03-19 Thread Caldarale, Charles R
> From: Konstantin L Kouptsov [mailto:[EMAIL PROTECTED] > Subject: tomcat examples > However, when I try to access "JSP examples" or "servlet > examples" in the left panel menu, I get a 404 page Sounds like something in your installation failed to complete, or perhaps you've got a file permissi