To check if you are currently using this feature, in Artifactory click the Adminstration tab and go to Artifactory>General>Settings.
In the Artifactory General Settings screen, check if the Archive Search Enabled checkbox is selected.
If Archive Search is enabled, you can check which file types are used in the search by going to the mimetype.xml file in the Artifactory configuration directory
The following example shows a mimetype.xml file:
In the Artifactory General Settings screen, check if the Archive Search Enabled checkbox is selected.
If Archive Search is enabled, you can check which file types are used in the search by going to the mimetype.xml file in the Artifactory configuration directory
$JFROG_HOME/artifactory/var/etc/artifactory/mimetypes.xml.
The following example shows a mimetype.xml file:
<mimetypes version="4"> <mimetype type="application/java-archive" extensions="jar, war, ear, sar, har, hpi, jpi" archive="true" index="true" css="jar"/> <mimetype type="text/xsl" extensions="xsl" viewable="true" syntax="xml"/> <mimetype type="text/x-java-source" extensions="java" viewable="true" syntax="java"/> </mimetypes>