[
https://issues.apache.org/jira/browse/ANY23-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351623#comment-16351623
]
ASF GitHub Bot commented on ANY23-321:
--------------------------------------
Github user HansBrende commented on the issue:
https://github.com/apache/any23/pull/56
@lewismc I really have no idea how to deploy to Tomcat, being a bit of a
noob, but have you tried doing something like this in `Servlet.java`?
```
if (loadedJars) {
ExtractorRegistry r = ExtractorRegistryImpl.getInstance();
pManager.getExtractors().forEachRemaining(r::register);
...
}
```
> Add openie toggle functionality to service
> ------------------------------------------
>
> Key: ANY23-321
> URL: https://issues.apache.org/jira/browse/ANY23-321
> Project: Apache Any23
> Issue Type: Bug
> Components: openie, service
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Major
> Fix For: 2.3
>
>
> This issue is to add new functionality which provides an on-off switch for
> running the openie module in addition to existing extractions. Basically
> replicating the 'Report' or 'Annotate' check boxes would be ideal.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)