On Wed, 26 Jan 2011 12:24:58 +0100, Michael Ludwig <mil...@gmx.de> wrote:
Mikolaj Rydzewski schrieb am 26.01.2011 um 12:07 (+0100):

On Wed, 26 Jan 2011 11:52:04 +0100, Michael Ludwig <mil...@gmx.de>
wrote:
>What is special about mail.jar (and activation.jar) that requires
>putting them into the common.loader?

Any objects you want have access to via JNDI, have to be accessible
by tomcat in order to create them. That means they should be located
in common classloader.

Thanks. So nothing intrinsically special about mail.jar itself?

Nothing I'm aware of.
You can place it in WEB-INF/lib but you won't be able to retrieve mail session from JNDI.

--
Mikolaj Rydzewski <m...@ceti.pl>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to