Adding admin only resources / files to Funnelback

Hi Funnelback!

We’re working on a project right now where we’re gathering click logs into a custom CSV file, and then we have to supply that file to the user.

Currently we’re placing the file into the web resources folder,

So the file is currently accessible to the public.

Is there a better location we could store the file? Perhaps somewhere underneath /opt/funnelback/web/ so it ends up only accessible under url:8443/search/admin/ ?

Placing resources in:

$SEARCH_HOME/web/admin/

Will prompt users to login via HTTP Auth over the default Jetty Admin UI port prior to accessing.

See also:

Sweet! Thanks for this advice.

In the interest of not clashing with future /web/admin/ folder additions, any folders we add will begin with an underscore, i.e. _downloads

Cheers.