- This topic has 1 reply, 1 voice, and was last updated 19 years ago by
aliant_mwalker.
-
AuthorPosts
-
aliant_mwalkerMemberI 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_11The 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.
aliant_mwalkerMemberSolution:
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.
-
AuthorPosts