<jira-application-dir>/WEB-INF/classes/jira-application.properties
This file tells JIRA where to find the JIRA Home Directory. Be aware that your JIRA Home Directory defined in this file can be overridden. See Setting your JIRA Home Directory for more information. <jira-application-dir>/WEB-INF/classes/jpm.xml
This file stores the default values for JIRA's advanced configuration settings and should not be modified. The default values of properties in this file are customised (i.e. overridden) by redefining them in either the jira-config.properties file (in your JIRA Home Directory) or the JIRA database (via the JIRA administration area). See Advanced JIRA Configuration for more information. <jira-application-dir>/WEB-INF/lib/
This is the directory where plugins built on Atlassian's Plugin Framework 1 (i.e. 'Plugins 1' plugins) are stored. If you are installing a new 'Plugins 1' plugin, you will need to deploy it into this directory. 'Plugins 2' plugins should be stored in the JIRA Home Directory. <jira-application-dir>/WEB-INF/classes/log4j.properties
JIRA's logging configuration file. See Logging and Profiling. The actual log files generated by JIRA can be found in the following locations: - JIRA application log —
bin/atlassian-jira.log - Application server log — generally the application server log file can be found under the
logs directory. However, this can vary depending on the application server you are running. Please see Where are the application server logs? for further details.
<jira-application-dir>/WEB-INF/classes/entityengine.xml
This file configures the OFBiz Entity Engine which JIRA uses to store persist data in a datasource. See Configuring the Entity Engine for JIRA. |