OS
> level and then you can serve files with a uri starting with /images/.
>
> HTH
>
> Chris
>
> On Tue, Jul 17, 2018 at 10:21 AM James Finnall
> wrote:
> >
> >
> >
> > Hello all,
> >
> > What is the best practice under Tomcat to
Hello all,
What is the best practice under Tomcat to create a data file and then
allow the client to download it?
So far all my attempts have failed. If the Java app can write it then
the client can not download, if client can download then the Java app
can not write it.
Does Tomcat have a prov
appears for the client to allow the created file to be
downloaded. Maybe security? That is why I setup to do code signing
thinking it would allow the operation if signed.
Any thoughts here would be greatly appreciated.
James Finnall