https://www.howtoforge.com/tutorial/install-nfs-server-and-client-on-debian
To mount tomcat-data to the file server, in etc/fstab add the following:
74.50.55.177:/storage /usr/local/tomcat-data/ nfs rw,rsize=32768,wsize=32768,vers=3,_netdev 0 0
to initiate mount - mount -a
then to symlink the mt dir, when in : /usr/local/tomcat/webapps/florist.pro/ROOT/upload
ln -s /usr/local/tomcat-data mt