Skip to content

mmorita44/jira-deploy-on-tomcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atlassian JIRA war file deploying tools

licence badge

Preparation

You need to a jira-application.properties file insert into a WAR file of Atlassian JIRA.

$ echo "jira.home = /var/atlassian/application-data/jira" > WEB-INF/classes/jira-application.properties
$ jar uf jira.war WEB-INF

File Construction

.
├── docker-compose.yml
├── Dockerfile
├── jira.war
└── server.xml

jira.war is a WAR file of Atlassian JIRA.

server.xml is a tomcat configuration file.

Usage

Run docker-command.

Reference

About

Atlassian JIRA war file deploying tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors