| Can multiple contexts be associated with a single Dynamic Web Project? [message #508095] |
Fri, 15 January 2010 16:32 |
Fred Foozle Messages: 2 Registered: January 2010 |
Junior Member |
|
|
Can multiple contexts be associated with a single Dynamic Web Project?
In other words, given a org.eclipse.wst.common.component associated with a single WTP project, is it possible to generate two contexts like so:
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="MyContext1">
...
</wb-module>
<wb-module deploy-name="MyContext2">
...
</wb-module>
</project-modules>
I can't seem to find a DTD or schema that indicates that this is legal, or if it is that there is a way of doing this
|
|
|
Powered by
FUDForum. Page generated in 0.01627 seconds