| 'deploy-path' not starting with 'WEB-INF' [message #479035] |
Sat, 08 August 2009 09:31 |
Ribose Messages: 1 Registered: August 2009 |
Junior Member |
|
|
Hi,
is that possible to set the 'deploy-path' parameter of 'dependent-module' to a value that does not start with '/WEB-INF'?
The situation is the following: we have two Eclipse projects, lets say 'projectA' and 'projectB'. 'projectA' should be dynamically built and added to 'projectB'. Until now each 'projectA' dependent library were put to 'WEB-INF/lib' directory using:
<dependent-module deploy-path="/WEB-INF/lib" handle="module:/classpath/lib/projectA/lib/thirdlibrary.jar ">
<dependency-type>uses</dependency-type>
</dependent-module>
We would like to change this and put these libraries to a '/lib' directory instead of '/WEB-INF/lib'. Is that possible? How to achieve without having to duplicate the libraries (on both projects)? These libraries are client specific and are not used on server side. So we will not have any classloader issue. Any help would be greatly appreciated. Best,
christian
|
|
|
Powered by
FUDForum. Page generated in 0.05873 seconds