You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by raja <ra...@meru.co.in> on 2017/05/16 05:37:12 UTC

Re: How to forward another JSP or servlet. Camel-jetty or Camel-servlet

Hi tko429,
 Did you find the Solution?
What about bridgeEndpoint?

<route>
  <from uri="servlet:myapp?matchOnUriPrefix=true"/>
  <to
uri="http://realserverhostname:8090/myapp?bridgeEndpoint=true&amp;throwExceptionOnFailure=false"/>
</route>



--
View this message in context: http://camel.465427.n5.nabble.com/How-to-forward-another-JSP-or-servlet-Camel-jetty-or-Camel-servlet-tp5777129p5799552.html
Sent from the Camel - Users mailing list archive at Nabble.com.