objectclass
objectclass

Reputation: 214

Where is the Artifactory config file located after installing with RPM?

After installing Artifactory using the RPM installer, where is the Artifactory XML configuration file stored? (The one you can see through the UI at "Admin > Advanced > Config Descriptor")

Have been looking around in "/opt/jfrog/artifactory" and "/etc/opt/jfrog/artifactory" - but havent been able to locate this specific file.

Thanks in advance!

Upvotes: 0

Views: 549

Answers (1)

DarthFennec
DarthFennec

Reputation: 2768

I haven't used the RPM installer, but I've used the Debian installer and the Docker image, and I'd imagine they all put it in the same place:

/var/opt/jfrog/artifactory/etc/artifactory.config.latest.xml

It should also be accessible by symbolic link from:

/opt/jfrog/artifactory/etc/artifactory.config.latest.xml

Other files in that directory in the form of artifactory.config.latest.[numbers].xml are backups or older edits of this file.

Upvotes: 1

Related Questions