# Apache Tomcat Support ## Resource Context Client Configuration Apache ActiveMQ Artemis provides support for configuring the client, in the tomcat resource context.xml of Tomcat container. This is very similar to the way this is done in ActiveMQ 5.x so anyone migrating should find this familiar. Please note though the connection url and properties that can be set for ActiveMQ Artemis are different please see [Migration Documentation](https://activemq.apache.org/artemis/migration/) ### Example of Connection Factory ```xml ... ... ```` ### Example of Destination (Queue and Topic) ```xml ... ... ... ```` ## Example Tomcat App A sample Tomcat app with the container context configured as an example can be seen here: /examples/features/sub-modules/tomcat