Cyril Bouteille wrote:
> Hi,
>
> When I add the following entries in my web.xml file:
> <env-entry>
> <env-entry-name>jndi.context.factory</env-entry-name>
> <!-- set class name of JNDI context factory on the application
> server -->
>
> <env-entry-value>weblogic.jndi.WLInitialContextFactory</env-entry-value>
> <env-entry-type>java.lang.String</env-entry-type>
> </env-entry>
Which version of Tomcat is giving you these errors? I just tried it with
the most recent 3.2 code (3.2b6 plus a bunch of patches), and it seems to
work fine.
Of course, Tomcat 3.2 itself does not support the JNDI initial context
necessary to look up <env-entry>, <resource-ref>, or <ejb-ref> type
information. But it should not generate error messages if they are included
in the web.xml file.
Craig McClanahan