Appendix B SAmple Code Figure B-13 provides an overview of Apache Camel-based integration deployed on Tomcat. It will help you to see that the rest of the URL is constructed from different layers of the application. • Application server host and port: http://localhost:8001/ • Application WAR filename: integration.0.0.1 • The URL pattern setting from web.xml: camel • End point URI of the Camel servlet endpoint: • account • transaction Hence the endpoint URI for account is: http://localhost:8001/integration.0.0.1/ camel/account And for transaction, it is: http://localhost:8001/integration.0.0.1/camel/ transaction Figure B-13. Camel servlet integration application deployed in application server 348
Building Digital Experience Platforms Page 357 Page 359