The following text is from J2EE specifications.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~
The following additional elements exist in the web application deployment
descriptor to meet the requirements of web containers that are JSP pages
enabled
or part of a J2EE application server. They are not required to be supported
by
containers wishing to support only the servlet specification:
        * taglib
        * syntax for looking up JNDI objects (env-entry, ejb-ref,
ejb-local-ref,
        resource-ref, resource-env-ref)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~

I would like to know how much of this is supported in Tomcat 3.2.3.

If we want to use resource-ref's to connect to database via
javax.sql.DataSource,
can it be done in Tomcat 3.2.3, or, should we move to Tomcat 4.0?

Thanks for your help.
------------------------------------------------------------
Velmurugan Periasamy 
[EMAIL PROTECTED] 
http://www.aegis.net 
Personal Home Page: http://www.geocities.com/velmurugan_p 
------------------------------------------------------------

Reply via email to