I am trying to use the J2EE project features of MyEclipse and don’t seem to be able to successfully set-up a project and deploy it. Our code structure is as follow:
/project-root
–src
–web-contxt
–lib
We have an ant process that creates an ear structure for us that can be deployed on weblogic 8.1
As I try to set up a J2EE project, I can’t seem to get weblogic to deploy anything. Additionally I can not define web project inside the existing j2ee or ejb project. How does one set this up?
when we try to deploy, there is the project out of sync indicator. How do you ‘sync’ the deployment? The output for class files is /classes and not deployment/project/classes. Is there any better documentation than the help file? Do you have to use XDoculet to create deployment descriptors?