- This topic has 3 replies, 2 voices, and was last updated 13 years, 7 months ago by support-joy.
-
AuthorPosts
-
Udo HeldParticipantI just updated to MyEclipse Blue 9.0. However it didn’t work with the milestone 9.0m2.
How can I save an application server for a application. When I hit run as the list of application servers always pops up. With the standard eclipse “run as” one can choose to always select a server for a given application. How can the same behavior be achived with MyEclipse Blue?
In the project settings I choose the Websphere Target server, however this seems to have no effect on this behavior.
Kind regards
clavis_uhe
support-joyMemberclavis_uhe,
You can add project deployments. Right click on the project > MyEclipse > Add/Remove Project Deployments. This would open Project Deployments window and follow the wizard.
Alternatively, from MyEclipse IDE menu options open Window > Show / View > Servers. This would list you all the configured servers. You can choose relevant server, right click on the same and click on [Add Deployment]. This would open “New Deployment” window. Add the new deployment.
Whenever you want to run your application, go to the servers view, select the server, right click on the server and click on “run server”.
Udo HeldParticipantHi Joy,
your solution only describes two other ways of running an application on the server. However it doesn’t describe how to set a favorite application server for an application. After I remove/undeploy the application and run it the next time I have to choose the server again.
I usually start the server and redeploy the same application serveral times. Sometimes I can do a hot redeploy, but I’m also doing a fresh clean deployment regulary. With the default eclipse one can select to always deploy an application on a specific server. It seems that the dialog doesn’t pop up if one only has one configured application server. Howerver I need two servers on the runne a portal and the other is running an esb.
Kind regards
clavis_uhe
support-joyMemberclavis_uhe,
I am afraid, ME currently does not provide option to set a favourite application server.
-
AuthorPosts