Guillaume Bilodeau wrote:
> The EAR I deploy is built using Maven 2. It contains all the library JARs
> (including the suspected Spring JAR) in its root, along with my promo-server.jar
> and promo-web.war. There are no libraries in the WEB-INF/lib directory of
> promo-web.war.
>
> It seems to me that Geronimo doesn't like this structure. What is wrong with
> it? Should I move the library JARs in the WEB-INF/lib directory, or should I
> declare them as dependencies in the geronimo-web.xml? Anything else?
At the moment this will work. Geronimom 1.1 doesn't use the Class-Path from the
EAR. So you have to put them into the WEB_INF/lib.
Thanks,
Mario
|