Pablo, I think the problem is that your app includes a copy of the
commons logging and the server's classloader (which is visible to your
app) does too. Try adding this to your deployment plan:
<web-app ....>
<hidden-classes>
<filter>org.apache.commons.logging</filter>
</hidden-classes>
I'm not sure why deployment didn't fail in jetty, perhaps you would
have seen a failure later on when you tried to access your
servlets(?).
Best wishes,
Paul
On 4/7/06, Pablo <[EMAIL PROTECTED]> wrote:
> Hi guys.
>
> When I deploy my webapp in geronimo-1.0-jetty everything works fine but
> when I do it in geronimo-1.0-tomcat I get the following error:
>
> You have more than one version of 'org.apache.commons.logging.Log' visible,
> which is not allowed.
>
> Is this issue known? Will it be fixed in the near future?
>
> Cheers
> Pablo
>
--
Best wishes,
Paul