While Artifactory Pro is probably the most friendly binary artifact repository, it seems that jFrog does not provides all the information for preparing it for production usage. Mainly I had to use their support in order to make it run because I wasn’t able to find the right information online.

== Getting rid of /artifactory prefix == I am surprised that almost all all companies that are producing services based on tomcat do not provide a default setup where their application runs on the root of the web server. Still, all of them say that running their application with other applications in the same container it not supported.

== Configuring Nginx SSL reverse proxy == Obviously you would not want to rely on Java to provide SSL encryption for your production server and Nginx is probably the easiest solution.

== Bypassing upload limitations ==