This topic is about how to set up a production environment for your applications.
- Adding JARs to the Geronimo repository
- Configuring datasources — Database pools provide a mechanism for applications to access databases hosted on database managers without having to include the physical implementation details of the database in the application code. The database pools also relieve the application from managing things such as connection pools and timeouts.
- Configuring JMS resources — A JMS resource group is a resource adapter module that binds together the related connection factories, queues and topics. To create and access JMS resources such as queues, topics and connection factories in Geronimo, you have to create a JMS resource group.
- JMS Resources deployment with deploy tool — You can deploy JMS resources with the deploy command (without using the administration console).
- Using ActiveMQ wizard — This article demonstrates how to configure a JMS resource group and how to uninstall it by using the Geronimo Administration Console
- Configuring multiple repositories