Administrator
2024-08-05 faf02e3bad9fe25c60acf9a8be7e58122a4cec4a
pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/Server.java
@@ -60,11 +60,11 @@
//      try {
//         URL url = Server.class.getResource("/config/this.licence");
//         if(!new Lnp(null).parese(url.getPath())){
//            System.out.println("zhzc licence error!") ;
//            System.out.println("licence error!") ;
//            return ;
//         }
//      } catch (Exception e) {
//         System.out.println("zhzc licence error!") ;
//         System.out.println("licence error!") ;
//         return ;
//      }
      //Server sv = new Server();
@@ -295,7 +295,8 @@
         
         /////////////////
         //RMI模块
         //RMI模块 暂时不应用
         /*
         RmiConfigVo rmiVo = new RmiConfigVo();
         rmiVo.enable = conf.getSetAttrBoolean(doc, "config.rmi", "enable", null, null) ;
         if(rmiVo.enable){
@@ -311,7 +312,7 @@
            RmiSvUrl = "[ip]:" + rmiVo.port + "/" + rmiVo.context ;
            units.add(rmiUnit) ;
         }
         */
         /////////////////
         //RTU上行数据处理模块