You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Hugh J. L." <hu...@yahoo.com> on 2002/07/30 12:20:48 UTC

Does Tomcat 4 support Dependencies On Extensions in SRV 9.7.1?

Hi,

Is Tomcat 4 able to recognize declared dependencies
expressed in the manifest entry of library JARs in a
WAR? According to SRV 9.7.1, if a web container is not
able to satisfy the dependencies declared in this
manner, is should reject the application.

If Tomcat 4 supports this function, could anyone post
an example MANIFEST.MF with this kind of declaration?

Many thanks.

Hugh


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Does Tomcat 4 support Dependencies On Extensions in SRV 9.7.1?

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Tue, 30 Jul 2002, Hugh J. L. wrote:

> Date: Tue, 30 Jul 2002 03:20:48 -0700 (PDT)
> From: Hugh J. L. <hu...@yahoo.com>
> Reply-To: Tomcat Developers List <to...@jakarta.apache.org>
> To: Tomcat Developers List <to...@jakarta.apache.org>
> Subject: Does Tomcat 4 support Dependencies On Extensions in SRV 9.7.1?
>
> Hi,
>
> Is Tomcat 4 able to recognize declared dependencies
> expressed in the manifest entry of library JARs in a
> WAR? According to SRV 9.7.1, if a web container is not
> able to satisfy the dependencies declared in this
> manner, is should reject the application.
>

The current functionality checks this on JAR files in WEB-INF/lib but not
in the manifest of the WAR itself :-(.

> If Tomcat 4 supports this function, could anyone post
> an example MANIFEST.MF with this kind of declaration?
>

It's in the "Extension Mechanism" documentation in the JDK doc bundle -- I
don't have a pointer off the top of my head, though.

> Many thanks.
>
> Hugh

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>