Hello,

I am trying to deploy spring security 3.x on existing spring3 / tiles / mysql application.

All works except that I have to now change url's in my app to include '/myapp/' before the page references.

e.g. User is taken to /login.htm but page does not redirect to '/welcome' . I have to specify '/myapp/welcome' in appcontext.xml .

Likewise a menu item '/search' now needs to be '/myapp/search' .

This was working earlier so something in spring security deployment seems to have gone wrong.

Any pointers will be really appreciated.

Thanks in advance.