tomcat « Annotation « Spring Q&A





1. Spring Annotation Mapping Case Insensitive    stackoverflow.com

I am using Spring 3 annotation requestmapping and I was wondering how I can map my paths so they are case INsensitive. I am using Tomcat 6. I found this question ...

2. @RequestMapping welcome file    stackoverflow.com

My goal is to map /{any path} and *.html to a servlet without mapping /*. For example:

map:
/foo
/foobar/
/bar.html
/foo/bar.html

don't map:
/foo.js
/bar.pdf
In order to do this, I have a servlet and welcome file mapped like ...

3. using annotations with custom jmx connector on tomcat issue    forum.springsource.org

using annotations with custom jmx connector on tomcat issue I get this error when I try and use annotations. It used to work before I hooked up my own serverConnector, to ...

4. Problem: AnnotationSessionFactoryBean not found when deployed on tomcat    forum.springsource.org

Feb 13th, 2007, 01:03 PM #1 anon View Profile View Forum Posts Private Message Junior Member Join Date Feb 2007 Posts 1 Problem: AnnotationSessionFactoryBean not found when deployed on tomcat Having ...

5. Newbie needs a basic, annotated Hello World for Tomcat    forum.springsource.org

Newbie needs a basic, annotated Hello World for Tomcat I'm brand new to Spring and I'd like to get up and running under Tomcat6. I've been doing lots of reading and ...