Re: Class not Found, but it's in WEB-INF/classes

2012-09-01 Thread Jonathan Rosenberg
Thanks. -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Mon, Aug 27, 2012 at 8:16 AM, Daniel Mikusa wrote: > On Aug 25, 2012, at 3:52 PM, Jonathan Rosenberg wrote: > >> On Sat, Aug 25, 2012 at 3:40 PM, Konstantin Kolinko >> wrot

Re: Class not Found, but it's in WEB-INF/classes

2012-08-27 Thread Daniel Mikusa
On Aug 25, 2012, at 3:52 PM, Jonathan Rosenberg wrote: > On Sat, Aug 25, 2012 at 3:40 PM, Konstantin Kolinko > wrote: > >> 2012/8/25 Jonathan Rosenberg : > >>> BTW: it's Tomcat 7.0.12 > >> When Tomcat starts, its prints its version number, e.g. >> INFO: Starting Servlet Engine: Apache Tomcat/7

Re: Class not Found, but it's in WEB-INF/classes

2012-08-25 Thread Jonathan Rosenberg
On Sat, Aug 25, 2012 at 3:40 PM, Konstantin Kolinko wrote: > 2012/8/25 Jonathan Rosenberg : >> BTW: it's Tomcat 7.0.12 > When Tomcat starts, its prints its version number, e.g. > INFO: Starting Servlet Engine: Apache Tomcat/7.0.30-dev I see this in the console output: INFO: Starting Servle

Re: Class not Found, but it's in WEB-INF/classes

2012-08-25 Thread Konstantin Kolinko
2012/8/25 Jonathan Rosenberg : > BTW: it's Tomcat 7.0.12 > When Tomcat starts, its prints its version number, e.g. INFO: Starting Servlet Engine: Apache Tomcat/7.0.30-dev It does not look like 7.0.12 (from your stack trace), but if it really is one, you should upgrade. Early versions of Tomcat 7

Re: Class not Found, but it's in WEB-INF/classes

2012-08-25 Thread Jonathan Rosenberg
BTW: it's Tomcat 7.0.12 -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Sat, Aug 25, 2012 at 2:53 PM, Jonathan Rosenberg wrote: > On Sat, Aug 25, 2012 at 2:45 PM, Konstantin Kolinko > wrote: >> 2012/8/25 Jonathan Rosenberg : >>

Re: Class not Found, but it's in WEB-INF/classes

2012-08-25 Thread Jonathan Rosenberg
On Sat, Aug 25, 2012 at 2:45 PM, Konstantin Kolinko wrote: > 2012/8/25 Jonathan Rosenberg : >> I'm learning Spring by working on a very small Sporing Hello World app >> in Eclipse. I know this isn;t a Spring list, but I don;t think this >> is a Spring problem. > You aren't saying Toncat version,

Re: Class not Found, but it's in WEB-INF/classes

2012-08-25 Thread Konstantin Kolinko
2012/8/25 Jonathan Rosenberg : > I'm learning Spring by working on a very small Sporing Hello World app > in Eclipse. I know this isn;t a Spring list, but I don;t think this > is a Spring problem. > You aren't saying Toncat version, so it's not a Tomcat problem either. > In my dispatcher-servle

Class not Found, but it's in WEB-INF/classes

2012-08-25 Thread Jonathan Rosenberg
I'm learning Spring by working on a very small Sporing Hello World app in Eclipse. I know this isn;t a Spring list, but I don;t think this is a Spring problem. In my dispatcher-servlet config file (Spring specific file) I have this When I start the server (within Eclipse), I ge