zoukankan      html  css  js  c++  java
  • ArcGIS for Server 的修改IP问题

     

    ArcGIS for Server 的修改IP问题

     

    1.

    [arcgisserver@centos6 ~]$ vi /home/arcgisserver/serverconfig/config-store/machines/CENTOS6.json

     

     

    {"machineName":"CENTOS6","platform":"Linux-amd64-2.6.32-642.el6.x86_64","ports":{"JMXPort":4000,"OpenEJBPort":4001,"NamingPort":4002,"DerbyPort":4003,"tcpClusterPort":4004,"HTTP":6080,"webSocketsPort":6180,"HTTPS":6443},"ServerStartTime":1541841692125,"webServerMaxHeapSize":-1,"appServerMaxHeapSize":256,"socMaxHeapSize":64,"webServerSSLEnabled":true,"webServerCertificateAlias":"SelfSignedCertificate","adminURL":"https://192.168.10.230:6443/arcgis/admin","configuredState":"STARTED","synchronize":false}

     

    2.

    [arcgisserver@centos6 ~]$ vi /arcgis/server/framework/etc/machine-config.xml

     

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>

    <Machine>

    <MachineName>CENTOS6</MachineName>

    <Platform>Linux-amd64-2.6.32-642.el6.x86_64</Platform>

    <Ports>

    <JMXPort>4000</JMXPort>

    <OpenEJBPort>4001</OpenEJBPort>

    <NamingPort>4002</NamingPort>

    <DerbyPort>4003</DerbyPort>

    <HTTP>6080</HTTP>

    <webSocketsPort>6180</webSocketsPort>

    </Ports>

    <WebServerMaxHeapSize>-1</WebServerMaxHeapSize>

    <webServerSSLEnabled>false</webServerSSLEnabled>

    <webServerCertificateAlias/>

    <AppServerMaxHeapSize>256</AppServerMaxHeapSize>

    <SocMaxHeapSize>64</SocMaxHeapSize>

    <WebServerMaxHeapSize>-1</WebServerMaxHeapSize>

    </Machine>

     

    3.

     

    [arcgisserver@centos6 ~]$ vi /home/arcgisserver/serverconfig/config-store/clusters/default.json

     

    {"clusterName":"default","clusterProtocol":{"type":"TCP","tcpClusterPort":4004},"configuredState":"STARTED","machineNames":["CENTOS6"]}

     

     

     

     

     

  • 相关阅读:
    JAVA List中剔除空元素(null)的方法
    onchange onpropertychange 和 oninput 事件的区别
    window.open()与window.showModuleDialog()
    Eclipse 安装插件(aptana、svn 、git、Java EE、JSHint)
    数字组合 · Combination Sum
    分割回文串 · Palindrome Partitioning
    N皇后问题12 · N-Queens
    全排列12 · Permutations
    Course Schedule课程表12(用Topological Sorting)
    133克隆图 · Clone Graph
  • 原文地址:https://www.cnblogs.com/gispathfinder/p/10054890.html
Copyright © 2011-2022 走看看