美文网首页
服务器配置说明

服务器配置说明

作者: watayouxiang | 来源:发表于2017-10-24 00:30 被阅读2次

    服务器.7z是服务器资源压缩包

    解压后有两个文件

    • GooglePlayServer是服务器的代码
    • WebInfos是服务器资源文件

    配置步骤


    1.. 部署服务器代码

    GooglePlayServer.zip放在apache-tomcat-XXXX\webapps\下(会自动解压)

    2.. 修改配置文件

    配置文件是 GooglePlayServer/WEB-INF/classes/system.properties

    假如:WebInfos是服务器资源文件放在/Users/TaoWang/WebInfos路径下

    那么:system.properties内容修改为:dir=\\Users\\TaoWang

    3.. 启动服务器并访问

    // 启动服务器
    $ sudo apachectl -k start
    $ sudo apachectl start
    
    // 关闭服务器
    $ sudo apachectl -k stop
    $ sudo apachectl stop
    
    // 重启服务器
    $ sudo apachectl -k restart
    $ sudo apachectl restart
    
    // 访问服务器
    http://127.0.0.1
    http://localhost
    本机的ip地址
    

    相关文章

      网友评论

          本文标题:服务器配置说明

          本文链接:https://www.haomeiwen.com/subject/hcgzuxtx.html