2 Replies Latest reply on Feb 7, 2008 9:18 AM by ajay.gour

    How to stop the Remoting Server??

    ajay.gour

      Hello All,

      Iam a newbie to the JBoss Remoting. I wanted to know if there's a way to stop the server other than using Ctrl - C on server window? How can we stop the server if it is running as a separate background thread?

      Any help would be highly appreciated.

      Thanks,
      -Ajay

        • 1. Re: How to stop the Remoting Server??
          ron_sigal

          I'm assuming that you are running Remoting standalone (i.e., not in the Application Server). In that case, you must have a class that launches an org.jboss.remoting.transport.Connector. I would say that that launch class should be listening for some clue that it should call Connector.stop().

          • 2. Re: How to stop the Remoting Server??
            ajay.gour

            Hi Ron,

            Thanks for the information. Yes iam running it as standalone connector. Actually, i have used it as a replacement for RMI Server.

            I'll try the what you have told.

            Regards,
            -Ajay