There are several servlets; when processing a request, everyone reads the same file from disk. Those. with each request, the file is read again.
Is it possible to cache this file?
So that it is read from disk only 1 time (when processing the first request or when starting the server), and later it was taken from RAM.