ok,it's a problem caused by tomcat cache. You need to disable it. Please refer to https://serverfault.com/questions/40205/how-do-i-disable-tomcat-caching-im-having-weird-static-file-problems
On Wed, Mar 13, 2024 at 3:46 AM Chuck Caldarale <[email protected]> wrote: > > > On Mar 12, 2024, at 13:15, Sam <[email protected]> wrote: > > > > As I said earlier, 404 error is only returned 1st time. > > > > Subsequent requests work fine. > > > What triggers the creation of the audio file? Is it possible that the > trigger creates a file-not-found state in the Tomcat resource cache, and > that’s what is returned the first time? > > - Chuck > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
