Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Can multiple contexts be associated with a single Dynamic Web Project?(Can multiple contexts be associated with a single Dynamic Web Project?)
Can multiple contexts be associated with a single Dynamic Web Project? [message #508095] Fri, 15 January 2010 21:32
Fred Foozle is currently offline Fred FoozleFriend
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

Previous Topic:Finding references for specific parameter types
Next Topic:How to set up JSP/Javabean debugging in Eclipse Java EE for Web Developers
Goto Forum:
  


Current Time: Tue Mar 19 06:28:30 GMT 2024

Powered by FUDForum. Page generated in 0.02216 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top