Github user HansBrende commented on the issue:
https://github.com/apache/any23/pull/132
@lewismc I have zero experience with Tomcat, so I'm just as in-the-dark as
you in this regard. Did you get an error message or stacktrace you could post
here?
I'd recommend removing all the newly added dependencies except for
`javax.xml.ws:jaxws-api`, since that's the only one (I think) that Tika doesn't
already pull in, and see how far that gets us. (Because otherwise we might need
to add additional exclusions to our tika-parsers dependency to avoid
conflicting class names if anyone's using the `maven-shade-plugin` or similar).
---