You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by viola lu <vi...@gmail.com> on 2009/04/16 10:38:12 UTC

Re: How to configure geronimo-web.xml for using the application specific mail.jar instead of geronimo-mail.jar

pls use <hidden-class> to call class from jars under WEB-INF/lib.

for example as below:

 <dep:hidden-classes>
            <dep:filter>org.apache.commons.logging.Log</dep:filter>
        </dep:hidden-classes>

On Thu, Apr 16, 2009 at 4:09 PM, Hearty <he...@gmail.com> wrote:

>
> Apache Geronimo server I am using is 2.1.3.
> The mail program in my application is using pop3 protocol.
> My application was based on tomcat5.5. Currently we're migrating to
> geronimo
> 2.1.3
> I need to know how to direct geronimo server to use the application
> specific
> mail.jar rather than using geronimo-mail.jar. The mail.jar is available
> with
> WEB-INF/lib of the application
>
>
> Thanks in advance
>
> Regards,
> Hearty
> --
> View this message in context:
> http://www.nabble.com/How-to-configure-geronimo-web.xml-for-using-the-application-specific-mail.jar-instead-of-geronimo-mail.jar-tp23073345s134p23073345.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>


-- 
viola