Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling dubbo-remoting-netty

  1. Go to the dubbo-remoting-netty directory.
    1
    cd /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-remoting/dubbo-remoting-netty
    
  2. Modify the NettyClientTest.java file.
    1. Open the file.
      1
      vim /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-remoting/dubbo-remoting-netty/src/test/java/org/apache/dubbo/remoting/transport/netty/NettyClientTest.java
      
    2. Press i to enter the insert mode and change 6000 in line 76 to 9000.

    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  3. Compile the dubbo-remoting-netty module.
    1
    mvn install
    

    If BUILD SUCCESS is displayed, the dubbo-remoting-netty module is compiled successfully.