Hi Tim, For now I solved my need by rebuilding the docker image. TIKA-3907 will better solve the need.
Thanks, Cihad Güzel Tim Allison <[email protected]>, 27 Eki 2022 Per, 15:56 tarihinde şunu yazdı: > I opened https://issues.apache.org/jira/browse/TIKA-3907 for discussion > of options. > > On Wed, Oct 26, 2022 at 3:19 PM Tim Allison <[email protected]> wrote: > >> Thank you, Nick. The challenge is that we'll have to refactor our image, >> and I worry about breaking stuff. >> >> On Wed, Oct 26, 2022 at 3:16 PM Nick Burch <[email protected]> wrote: >> >>> On Wed, 26 Oct 2022, Tim Allison wrote: >>> > I've been struggling with this too. Outside of Docker, what I've been >>> > doing is using a bin/ directory and throwing everything in there and >>> then >>> > starting tika-server: java -cp "bin/*" >>> > org.apache.tika.server.core.cli.TikaServerCli ... >>> > >>> > If we moved to that model in our Docker container, then you could start >>> > with ours and then add your jar to the bin/ directory and be done. >>> >>> I think that ought to work fine for Docker - extend the core image and >>> add >>> in your custom jar, then start and it'll see the built-in Server jar >>> plus >>> the custom one >>> >>> Nick >>> >>
