- This topic has 3 replies, 2 voices, and was last updated 7 years ago by
support-swapna.
-
AuthorPosts
-
Mike_mikekonikoffParticipantAdding a new server, Basic > Externally Launched Server from MyEclipse 2018 CI stream. Description says it “is designed to attach to remote application servers and support full application debugging.” Sounds perfect for my needs, but typing anything other than localhost in the Server’s host name results in error message “The currently selected server type does not support remote hosts.” Doesn’t that defeat the purpose of attaching to remote server as stated in the connector description?
July 11, 2018 at 8:01 am #593425
support-swapnaModeratorMike,
The Externally Launched Server connector is for the server that is launched on the local machine, outside of MyEclipse. The description for the connector should have said “external” instead of remote. We will correct the description accordingly. Thank you for reporting it.
If you are looking to work with remote Websphere, then please check this tutorial :
https://www.genuitec.com/docs/servers/remote-websphere-connectors/Hope this helps. Please let us know if you have any further questions.
–Swapna
Genuitec SupportJuly 11, 2018 at 10:26 am #593441
Mike_mikekonikoffParticipantThanks, Swapna. Given Tomcat’s manager API and JMX it seems like a true remote tomcat deployment is feasible and would be nice to have as a plugin. Looks like JRebel has some support for it already:
https://manuals.zeroturnaround.com/jrebel/remoteserver/eclipse.html#eclipseremoteserverJuly 12, 2018 at 11:22 am #593484
support-swapnaModeratorMike,
Yes, that’s certainly true, but must say we don’t have many requests for this functionality in MyEclipse.
As a workaround you could try creating a map for the app server’s directory to a local share and then use the Externally Launched Server connector to deploy to that location.Hope it helps. Please let us know if you have any other questions.
–Swapna
Genuitec Support -
AuthorPosts