Hi,
is it possible to render a jsp page using jetty component? Say i've route
like this
from("jetty://http://0.0.0.0:8081/users")
.process(new MyProcessor());now if i hit this url and i want to render a jsp page. is it possible? Thanks -Humayun -- View this message in context: http://camel.465427.n5.nabble.com/Render-JSP-page-using-Jetty-Component-tp5736308.html Sent from the Camel - Users mailing list archive at Nabble.com.
