Hey all,

I'm using Spring 3 with full annotations for my controllers and can
not figure out how to get rid of my context root other than using
urlrewrite.  The problem with urlrewrite is that I still need to
maintain an xml document so I can "find" my controller and methods
with their request path.  In my web.xml file, I also must have the
context path as my servlet-mapper value and can not use "/*".  When
I've tried "/*", I can not resolve my JSP views being returned back by
my methods.

Any help would be greatly appreciated!


Mike!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to