facebook

How to do a Smart Deploy with MyEclipse 2013

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

    Smitty
    Participant

    We have a Dynamic Web Project that has over 20 dependent projects we load into our workspace. We deploy this project to Weblogic as an exploded deploy for local development. This has worked great since we started using MyEclipse in 2006 for this large project that has over 10,000 files.

    I want to do the same type of deployment which was called a “smart deployment” in versions prior to 2013. I setup my project in 2013 and used the Deployment Assembly tool to specify my dependent projects and it does deploy O.K., BUT the dependent projects are deployed as Jar files instead of adding their class files to the WEB-INF/classes folder. Unfortunately, even though the project deploys it does not function properly due to the way our application was developed and expecting all the dependent projects classes in WEB-INF/classes folder. I read the new Deployment is supposed to be more flexible, so I assume there is a way to specify the dependent projects auto deploy as classes rather than jars, but I’ve not found it. Can someone please provide the answer to how we match the same “Smart Deploy” feature in MyEclipse 2013. I’d really hate having to introduce a completely different deployment process to our application, just because our IDE can’t support it anymore. I’m hoping that’s not the case though.

    Thanks,
    Smitty

    #348032 Reply

    support-swapna
    Moderator

    Smitty,

    In the Deployment Assembly page, there is Merged deployment of modules section. Expand it and make sure both the checkboxes are checked.Hit ‘Apply’ and redeploy the project.

    Here is a screenshot for your reference :

    Let us know how it works for you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How to do a Smart Deploy with MyEclipse 2013

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