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.