Re: Registering Plugins, e.g. javax.imageio...

2013-09-13 Thread Shanti Suresh
On Thu, Sep 12, 2013 at 11:06 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Shanti, > > > > I think you are confused about a few things. Flushing the stream does > not close it, but the finalizer I believe also closes the str

Re: Registering Plugins, e.g. javax.imageio...

2013-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shanti, On 9/11/13 3:03 PM, Shanti Suresh wrote: > Hi Konstantin, Hi Chris, > > On Wed, Sep 11, 2013 at 1:43 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> >>> BTW, beware of known issue, mentioned in the FAQ, >>> http://

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread Eli
Don't know I'm in this email chain I need to ask someone that really knows computers Sent from my iPhone On Sep 11, 2013, at 1:43 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Konstantin, > > On 9/11/13 12:44 PM, Konstantin Kolinko wrote: >> 2013/9/

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread Shanti Suresh
Hi Konstantin, Hi Chris, On Wed, Sep 11, 2013 at 1:43 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > > BTW, beware of known issue, mentioned in the FAQ, > > http://wiki.apache.org/tomcat/FAQ/KnownIssues#ImageIOIssues > > +1 > > Could you please explain this bug better? So fro

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 9/11/13 12:44 PM, Konstantin Kolinko wrote: > 2013/9/11 Christopher Schultz : >> On 9/10/13 6:34 PM, George S. wrote: >>> >>> On 9/10/13 3:14 PM, Christopher Schultz wrote: - Is there a way that I can specify something in th

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread André Warnier
Eli wrote: Don't know I'm in this email chain I need to ask someone that really knows computers No chance of finding that here, there are only soft ware guys. Sent from my work PC. - To unsubscribe, e-mail: users-unsubscr...@

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Christopher Schultz : > On 9/10/13 6:34 PM, George S. wrote: >> >> On 9/10/13 3:14 PM, Christopher Schultz wrote: >>> - Is there a way that I can specify something in the >>> server.xml code that would register them? The only thing I can >>> see is to create a org.apache.catalina.Life

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread George S.
Christopher, Thanks so much for your help. I've been digging into this and with your help, I've made some real progress. I've made additional comments below. On 9/11/13 9:36 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 9/10/13 6:34 PM, George S.

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 9/10/13 6:34 PM, George S. wrote: > > On 9/10/13 3:14 PM, Christopher Schultz wrote: >> - Is there a way that I can specify something in the >> server.xml code that would register them? The only thing I can >> see is to create a org.

Re: Registering Plugins, e.g. javax.imageio...

2013-09-10 Thread George S.
On 9/10/13 3:14 PM, Christopher Schultz wrote: - Is there a way that I can specify something in the server.xml code that would register them? The only thing I can see is to create a org.apache.catalina.LifecycleListener and put the code to register the plugins in there. Is there some other

Registering Plugins, e.g. javax.imageio...

2013-09-10 Thread George S.
I've got an app that I'd like to register some plugins for. Some examples of the things I'd like to register are the levigo JBIG2 decoder (for PDFBOX), and the TwelveMonkeys JPEG plugin (for CYMK/YCCK) image thumbnailing. I've tried just putting the jars in the $CATALINA_BASE/lib (6.0.37) di

Re: Registering Plugins, e.g. javax.imageio...

2013-09-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 9/10/13 3:33 PM, George S. wrote: > I've got an app that I'd like to register some plugins for. > > Some examples of the things I'd like to register are the levigo > JBIG2 decoder (for PDFBOX), and the TwelveMonkeys JPEG plugin (for > CY