You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by humayun0156 <hu...@gmail.com> on 2013/07/27 07:38:17 UTC

Render JSP page using Jetty Component

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.

Re: Render JSP page using Jetty Component

Posted by Claus Ibsen <cl...@gmail.com>.
No there is no doc or examples. You need to research yourself.

On Sat, Jul 27, 2013 at 3:42 PM, humayun0156 <hu...@gmail.com> wrote:
> Hi Claus,
> Thanks for your replay. To do this is there any document or example?
>
> Thanks
> -Humayun
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/Render-JSP-page-using-Jetty-Component-tp5736308p5736327.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Re: Render JSP page using Jetty Component

Posted by humayun0156 <hu...@gmail.com>.
Hi Claus,
Thanks for your replay. To do this is there any document or example?

Thanks
-Humayun



--
View this message in context: http://camel.465427.n5.nabble.com/Render-JSP-page-using-Jetty-Component-tp5736308p5736327.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Render JSP page using Jetty Component

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

No there is no jsp support out of the box in Camel.
Though camel-jetty could possible be extended to support this.




On Sat, Jul 27, 2013 at 7:38 AM, humayun0156 <hu...@gmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen