I suppose it is related to wrong Jetty configuration. Spring MVC usually works 
perfectly, but now I'm trying to bootstrap web application manually without 
web.xml descriptor and I've got 2 kinds of result:

1.      DispatcherServlet is initialized (according to logs) but does not serve 
requests - jetty just serves static content.

2.      DispatcherServlet handles requests but cannot find jsp pages (via 
InternalViewResolver)

I believe it's necessary to create a chain somehow, but I couldn't find a 
proper way by myself.

From: [email protected] [mailto:[email protected]] 
On Behalf Of Rossen Stoyanchev
Sent: Tuesday, May 21, 2013 6:07 PM
To: JETTY user mailing list
Subject: Re: [jetty-users] Spring MVC cannot find JSPs when deployed into 
embedded Jetty 8 server

Is the problem related to Jetty or Spring MVC configuration? I.e. does the same 
Spring MVC configuration work if not using Jetty (embedded or not). It's hard 
to judge from the above information without knowing your Spring MVC 
configuration and without knowing what exception you're getting.

________________________________
В этом сообщении вирусы не обнаружены.
Проверено AVG - www.avg.com<http://www.avg.com>
Версия: 2013.0.3272 / Вирусная база данных: 3162/6282 - Дата выпуска: 29.04.2013
Внутренняя база данных Вирусная база данных устарела.
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to