[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> ;
|
||||
:hasSearchEngine :instrumentedSearchEngineWrapper ;
|
||||
:hasSearchIndexer :basicSearchIndexer ;
|
||||
:hasImageProcessor :jaiImageProcessor ;
|
||||
:hasImageProcessor :iioImageProcessor ;
|
||||
:hasFileStorage :ptiFileStorage ;
|
||||
:hasContentTripleSource :sdbContentTripleSource ;
|
||||
:hasConfigurationTripleSource :tdbConfigurationTripleSource ;
|
||||
|
@ -32,12 +32,10 @@
|
|||
# ----------------------------
|
||||
#
|
||||
# Image processor module:
|
||||
# The JAI-based implementation is the only standard option.
|
||||
# It requires no parameters.
|
||||
#
|
||||
|
||||
:jaiImageProcessor
|
||||
a <java:edu.cornell.mannlib.vitro.webapp.imageprocessor.jai.JaiImageProcessor> ,
|
||||
:iioImageProcessor
|
||||
a <java:edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio.IIOImageProcessor> ,
|
||||
<java:edu.cornell.mannlib.vitro.webapp.modules.imageProcessor.ImageProcessor> .
|
||||
|
||||
# ----------------------------
|
||||
|
|
|
@ -48,8 +48,13 @@
|
|||
<listener>
|
||||
<listener-class>edu.cornell.mannlib.vitro.webapp.startup.StartupManager</listener-class>
|
||||
</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 ********************************************************** -->
|
||||
<!-- in 2.4 spec, filter chain order is first by filter-mapping <url-pattern> order in web.xml,
|
||||
then filter-mapping <servlet-name> order in web.xml -->
|
||||
|
|
Loading…
Add table
Reference in a new issue