Sorry, i forgot to mention, that serving "/*" is so broken here, that it wont serve *anything*. yes. nothing works if i try to serve that ;)
On Mar 27, 11:25 am, Fred Faber <[email protected]> wrote: > Is this solvable by mapping: > serve("/*") > > On Sun, Mar 27, 2011 at 7:12 AM, [email protected] < > > > > > > > > [email protected]> wrote: > > Hi, > > > i created a webapp using spring roo. after i made sure the application > > as such works i tried to integrate guice-servlet. therefor i converted > > the whole web.xml into a ServerModule. > > roo makes use of Spring-MVC. Essentially it is build around the > > central DispatcherServlet which i am serving with > > serve("/").by(DispatcherServlet.class). > > Now the problem is, that it does serve / only. So even /people seems > > not to hit this servlet at all. > > Is this a flaw of guice? Or is there something else in this > > configuration i do miss? > > > greetings > > Malte > > > -- > > You received this message because you are subscribed to the Google Groups > > "google-guice" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-guice?hl=en. -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
