Menu

#12 WebApp plugin ignores dependencies

open
nobody
None
5
2003-12-04
2003-12-04
No

When I start a webapp which depends on other projects
or external jars, the other ressources are not deployed
and the webapp don't work. The only way to make it work
is to put all required lib into WEB-INF/lib.
That's bad because it increases the size of a project
very much (e.g. projects using cocoon will increase by
14 MB!).

There would be 2 solutions:
1. deploying every thats in the projects java buld path
2. adding a feature that is similar to tomcat's shared/lib
(e.g. as global webapp classpath or project-local)

Discussion


Log in to post a comment.