|
|
|
|
|
|
|
|
| Re: Dependencies in Java EE Module Dependencies not recognized when starting servers [message #552941 is a reply to message #552917] |
Sat, 14 August 2010 17:31  |
Chris Messages: 97 Registered: July 2009 |
Member |
|
|
The problem is that the Java Module Dependencies (which is represented
by the \META-INF\MANIFEST.MF) is ONLY for jar files. That's what the
J2EE spec states (unless it's been changed).
By adding the folder as a source folder in the Web project means that
the files within that folder will end up in the WEB-INF\classes folder.
The alternative would be to have a separate project containing the
config files, that you could added to the web projects Module
Dependencies, though that would be overkill and inflexible in my opinion.
Regards
Chris
|
|
|
Powered by
FUDForum. Page generated in 0.01916 seconds