facebook

myeclipse 2.6.0 + orion 2.0.2 problem deploying

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

    tron
    Member

    I’ve got a super simple HelloWorld.jsp and nothing happens when I deploy it for orion 2. When I deploy for jboss 3 everything works just fine. I did set the orion config password and host:port correctly, that I am sure of. Any ideas?

    #198181 Reply

    tron
    Member

    After checking some orion docs it seems orion is not configured for auto deployment as default; one has to add application-auto-deploy-directory=”../application-autodeploy” to the application-server tag in server.xml to turn it on. And then only .ear files are accepted. Anyone know if MyEclipse can generate .ear files instead of .war?

    #198193 Reply

    Scott Anderson
    Participant

    Tron,

    You’re correct: Orion only recognizes EAR files for autodeployment and will not recognize a WAR or any exploded archives, unfortunately.

    Anyone know if MyEclipse can generate .ear files instead of .war?

    Yes, it does. To deploy your web project as an EAR you need to create an EAR project and then associate your existing web project with it. Then, deploy your EAR project using our deployer and be sure to specify ‘packaged deployment’, rather than exploded.

    When you use the project wizard to create the EAR project, be sure to ‘uncheck’ the option that asks if you want to also create a web and ejb project. Since you already have one, there will be a spot to pick it on one of the wizard pages.

    –Scott
    MyEclipse Support

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: myeclipse 2.6.0 + orion 2.0.2 problem deploying

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