Michael Horwitz wrote: > > On 2/19/07, talldean <[EMAIL PROTECTED]> wrote: > 2. Going through the tutorials, getting to Spring MVC, creating > persons.jsp, >> I can't seem to get that to display in the web browser. >> "PageNotFound.noHandlerFound | No mapping for [/person.html] in >> DispatcherServlet with name 'dispatcher'" Same for persons.html, which I >> also tried. > > Which version of AppFuse are you using? If it is 2.0-m2 then you will need > to add a mapping to the urlMapping bean in the dispatcher-servlet.xml > file. >
Honestly, dunno the best way to check. (Thinks.) pom.xml gives me 2.0-m3? Still not sure what's wrong, or how to best debug it, because there's a lot here I'm not that familiar with. Michael Horwitz wrote: > > 3. I've used subversion before, have a repository and that's happy; > problem >> is, as a brand-new user to this layout, I don't know what files I need to >> version control and which files are generated on the fly. Is all of >> /target generated content from /src? If that's the case, and I put >> everything >> (excluding /target) into svn, how do I regenerate the rest? (This ties >> back into my first question; what other things are there preconfigured >> for >> Maven) > > Correct - maven keeps all its generated content under target. You probably > also want to exclude all project config files from subversion too - Maven > regenerates these easily enough. I'm a little lost on the regenerate > question - nothing else should be generated? > So, if I version control /src and pom.xml and nothing else, then check those out on another machine, Maven should rebuild everything else with: mvn ??? mvn install eclipse:eclipse Thanks for the response! -- View this message in context: http://www.nabble.com/-appfuse-user--BaseObject-Error-tf195014s2369.html#a9065538 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]