facebook

How do you change the application deployment directory targe

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #250718 Reply

    I have been trying to deploy (auto) an application using MyEclipse to Orion. It does not pick up the app properly

    I can sucessfully do a hot and auto deploy outside of eclipse 3.12 runing MyEclipse 4.1.

    The version of Orion is 1.5.3.
    The JSDK is 1.3.1_18.
    MyEclipse is running under 1.4.2_11

    The issue is that the only place you can outdeploy to appears to be hard coded. i.e. MyEclipse does not pick this value up from the Server.xml. This means that applications are deployed to <orionhome>/application-autodeploy no matter what.

    If you change this location, then the server has other problems in that it cannot properly map the default app. Manually however, if I set the server.xml to

    <orionhome>/applications/application-autodeploy

    and drop either war or ear into this directory, it works.

    This leads me to believe that I need to be able to change the target directory for autodeploy for MyEclipse.

    How do I do this. I parsed the orion plugin directory’s xml, .properties etc files, there is no where that I can set this value.

    I know I am probably overcomplicating this, but I am used to an integrated test environment, so this is taking a little while to get used to.

    Mark W.

    #250723 Reply

    Solution:

    Uninstall oracle HTTP Server (came as default with Oracle DB)
    Reinstall Orion from scratch to a different directory
    Changed just the server.xml to add autodeploy entry and default-app to use port 8080
    Modified MyEclipse Entry for Orion 1 Server to new directory
    Created New EAR application from scratch with Web App
    Copied Web resources from old application to new
    Deployed (packaged only)
    Picked it up and was accessible.

    All newbie mistakes, sorry for wasting everyone’s time.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How do you change the application deployment directory targe

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