Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Start the ESB Profile of WSO2 EI. For information on how to start the ESB Profile of WSO2 Enterprise Integrator, see Running the Product.
  • Download the sample netty artifacts folder.
  • Open a terminal, navigate to the location where you saved the netty artifacts, and execute the following command to start the WebSocket server on port 8082:

    Code Block
    java -cp netty-example-4.0.30.Final.jar:lib/*:. io.netty.example.http.websocketx.server.WebSocketServer

...