On my machine all jars under /usr/share/maven-repo/javax are real files and not symlinks. That includes Servlet, JSP and Expression Language APIs so stuff definitely loaded by tomcat:
|-- javax | |-- el | | `-- el-api | | `-- 2.1 | | |-- el-api-2.1.jar | | `-- el-api-2.1.pom | `-- servlet | |-- jsp | | `-- jsp-api | | `-- 2.1 | | |-- jsp-api-2.1.jar | | `-- jsp-api-2.1.pom | `-- servlet-api | `-- 2.5 | |-- servlet-api-2.5.jar | `-- servlet-api-2.5.pom On Fri, Sep 25, 2009 at 4:09 PM, Ludovic Claude <[email protected]> wrote: > > Yes, I mentioned that, although it is possible that you need to rebuild > tomcat6 as well as some of its dependent packages. Can you try to locate > which jars are loaded from maven-repo? > > > Jakub Skoczen a écrit : >> Ok, I have checked the packages from unstable and they work fine - >> that was expected, as the 02debian.policy is updated with a maven >> entry. When I take the entry out, webapps break in the same way. I'm >> not sure if you want to pursue that anymore (they DO work now) but I >> still find it weird that this entry has to be there. Ludovic, didn't >> you mention rebuilding the packages so jars from maven-repo are no >> longer referenced? >> >> On Fri, Sep 25, 2009 at 11:53 AM, Michael Koch <[email protected]> wrote: >>> On Fri, Sep 25, 2009 at 11:35:17AM +0200, Jakub Skoczen wrote: >>>> Hi Ludovic, >>>> >>>> I don't see the new packages being available in testing yet, at least >>>> not on danish mirrors. I'll upgrade and test them as soon as they are. >>> It will not be in testing for at least the next 10 days as we just uploaded >>> the package to unstable. >>> >>> >>> Cheers, >>> Michael >>> >> >> >> > -- Cheers, Jakub _______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

