facebook

How to stop Wildfly if port is not 9990

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #395926 Reply

    i4073
    Participant

    Added Wildfly 8.2 server to MyEclipse. It deploys and starts correctly, but I can’t stop it via Server View > Stop Server button.

    Error
    The controller is not available at localhost:9990

    standalone.xml has jboss.socket.binding.port-offset:10 so port should be 10000. How do I specify the address and port to use on Stop with MyEclipse?

    #395981 Reply

    support-swapna
    Moderator

    i4073,

    Sorry that you are seeing this issue.

    Double click on the Wildfly server in the Servers view to open the server Overview page. Edit the ‘Optional shutdown arguments’ field in the Server section,add controller=localhost:10000 and save it.

    The final value of Optional shutdown arguments : –connect controller=localhost:10000 command=:shutdown

    Attached is the screenshot for your reference.

    Let us know how it works for you.

    –Swapna
    MyEclipse Support

    Attachments:
    You must be logged in to view attached files.
    #395989 Reply

    i4073
    Participant

    Didn’t occur to me to double-click. I tried right-click > Properties, when it’s really right-click > Open

    That worked. Exactly what I was looking for. Thank you.

    #395993 Reply

    support-swapna
    Moderator

    i4073,

    Glad that it works.
    Let us know if you see any issues.

    –Swapna
    MyEclipse Support

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: How to stop Wildfly if port is not 9990

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