Re: Annotation example

2015-11-09 Thread Lukasz Lenart
2015-11-09 21:13 GMT+01:00 José Antonio Delgado Trujillo : > i have the same in the /webapp/index > But i have modified the POM > i compile with maven but i use wildly as server. Which Wildfly version do you use? And I assume that it works with "mvn jetty:run" for you? Regards -- Łukasz + 48 60

Re: Annotation example

2015-11-09 Thread José Antonio Delgado Trujillo
i have the same in the /webapp/index But i have modified the POM i compile with maven but i use wildly as server. > On 09 Nov 2015, at 19:30, Lukasz Lenart wrote: > > Are you sure that you use the latest version from Git? Because > webapp/index.jsp looks like this > > <% response.sendRedirec

Re: Annotation example

2015-11-09 Thread Lukasz Lenart
Are you sure that you use the latest version from Git? Because webapp/index.jsp looks like this <% response.sendRedirect("/index"); %> see and I have no problems on Jetty (mvn jetty:run) [1] https://github.com/apache/struts-examples/blob/master/annotations/src/main/webapp/index.jsp Regards --

Re: Annotation example

2015-11-09 Thread José Antonio Delgado Trujillo
I don`t know what is the problem. It’s the example annotations of Getting Started Tutorial. https://github.com/apache/struts-examples/tree/master/annotations Convention plugin is set enable with maven dependency. all jsp are in

Re: Annotation example

2015-11-09 Thread José Antonio Delgado Trujillo
OK, In the example annotations of Getting started tutorial the POM set the default All the jsp are into /WEB-INF/content > On 08 Nov 2015, at 23:47, Martin Gainty wrote: > > – By default, this is set to > ${basedir}/src/main/webapp. If your static sources are in a different > location, set