Skip to end of metadata
Go to start of metadata

Constellation works on both Tomcat and Glassfish application servers. Indeed, its design does not require a specific platform, and try to be the more general it could.

The next step is to configure the application server to connect to the database in the application server. Constellation is able to retrieve information from two kind of sources : configuration file or JNDI resource. You can use either one of these methods indifferently, but the JNDI resource provides a better security than just writing connection parameters in a plain file. Moreover, in the case of Glassfish, it can be done directly in the administration interface, that's why it is recommanded to use the JNDI approach to handle these sensible data.

Labels
  • None