+

Search Tips   |   Advanced Search

JNDI properties file for transfer

We can configure a JNDI properties file for transfer between one web application server and another; for example, to transfer from test to production environments. JNDI properties are generally specified in the configuration of the web application server, and are outside the WAR file representing the server component. Components we can transfer include...

We can configure a test web server and, once the configuration is stable, we can transfer the configuration to the production web server by copying the property file to the production server.

This property file can be made available to the server components in various ways:


Parent topic: Install and configure