Hi Riyad,
Thanks for the quick repply I was not expecting any word from support till Monday 😉
and you are right I mean to say Web Module within a EAR project right-clik on the EAR project MyEclipse>Add Remove Module.
The information is retained when I build the EAR. But when I try to deploy to weblogic MyEclipse tells me that the context is already in use. So I have to delete the EAR project witht he duplicate module name in order to deploy a new EAR project.
Opening and closing Eclipse does not help
You see, I have 2 EAR projects.
1) Each EAR has 2 web modules.
2) One of the web modules is in the both EARs (WaspClient)
3) I am thinking that if I rename the context-root of the duplicate module (WaspClient) to (WASP1 and WASP2) I will not have any conflicts when I use myEclipse to deploy to a WLS
Following is my EAR structure
EAR1
WaspClient –> context-root WASP1
MyWebApp1
EAR2
WaspClient –> context-root WASP2
MyWebApp2
Thanks in advance for your help
Max