facebook

EAR deployment with weblogic 8.1

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200227 Reply

    jjcantri
    Member

    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?

    #200238 Reply

    support-michael
    Keymaster

    A good place to start is to read the Concepts and Task sections of the integrated MyEclipse help docs, see Help menu>Help Contents>MyEclipse User Guide. You can also view them online at the following URL http://myeclipseide.com/enterpriseworkbench/help/index.jsp

    Eclipse does not allow you to embed one project within another so you must set them in parallel to one another. So for a 3 tier project you create a Web Project, an EJB project, and an Enterprise project with references to the EJB and Web project.

    Check out the online help and then post followup questions to this thread.

    Michael
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: EAR deployment with weblogic 8.1

You must be logged in to post in the forum log in