Hi

I need to redirect to a jsp that is inside WEB-INF from a CXF/Jetty started
server.

How can I redirect from inside a rest service to a jsp that is inside
WEB-INF/jsp?

I tried doing a simple servlet forward but it always use the app context
regardless of weather the path starts with '/' or not.

I also saw the documentation but in my case the jsp is not related at all
with any entity (it's a login page).

Thanks in advance.

Marcelo

Reply via email to