[VIVO-1236] Add TwelveMonkeys ImageIO library for full OpenJDK image support
This commit is contained in:
parent
3ffbea3cbb
commit
4dfffe88a2
2 changed files with 10 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
||||||
<java:edu.cornell.mannlib.vitro.webapp.modules.Application> ;
|
<java:edu.cornell.mannlib.vitro.webapp.modules.Application> ;
|
||||||
:hasSearchEngine :instrumentedSearchEngineWrapper ;
|
:hasSearchEngine :instrumentedSearchEngineWrapper ;
|
||||||
:hasSearchIndexer :basicSearchIndexer ;
|
:hasSearchIndexer :basicSearchIndexer ;
|
||||||
:hasImageProcessor :jaiImageProcessor ;
|
:hasImageProcessor :iioImageProcessor ;
|
||||||
:hasFileStorage :ptiFileStorage ;
|
:hasFileStorage :ptiFileStorage ;
|
||||||
:hasContentTripleSource :sdbContentTripleSource ;
|
:hasContentTripleSource :sdbContentTripleSource ;
|
||||||
:hasConfigurationTripleSource :tdbConfigurationTripleSource ;
|
:hasConfigurationTripleSource :tdbConfigurationTripleSource ;
|
||||||
|
@ -32,12 +32,10 @@
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
#
|
#
|
||||||
# Image processor module:
|
# Image processor module:
|
||||||
# The JAI-based implementation is the only standard option.
|
|
||||||
# It requires no parameters.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
:jaiImageProcessor
|
:iioImageProcessor
|
||||||
a <java:edu.cornell.mannlib.vitro.webapp.imageprocessor.jai.JaiImageProcessor> ,
|
a <java:edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio.IIOImageProcessor> ,
|
||||||
<java:edu.cornell.mannlib.vitro.webapp.modules.imageProcessor.ImageProcessor> .
|
<java:edu.cornell.mannlib.vitro.webapp.modules.imageProcessor.ImageProcessor> .
|
||||||
|
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
|
|
|
@ -49,6 +49,11 @@
|
||||||
<listener-class>edu.cornell.mannlib.vitro.webapp.startup.StartupManager</listener-class>
|
<listener-class>edu.cornell.mannlib.vitro.webapp.startup.StartupManager</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
|
|
||||||
|
<!-- TwelveMonkeys ImageIO listener -->
|
||||||
|
<listener>
|
||||||
|
<display-name>ImageIO service provider loader/unloader</display-name>
|
||||||
|
<listener-class>com.twelvemonkeys.servlet.image.IIOProviderContextListener</listener-class>
|
||||||
|
</listener>
|
||||||
|
|
||||||
<!-- Filters ********************************************************** -->
|
<!-- Filters ********************************************************** -->
|
||||||
<!-- in 2.4 spec, filter chain order is first by filter-mapping <url-pattern> order in web.xml,
|
<!-- in 2.4 spec, filter chain order is first by filter-mapping <url-pattern> order in web.xml,
|
||||||
|
|
Loading…
Add table
Reference in a new issue