参考:http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html A default Tomcat installation includes the Manager. To add an instance of the Manager web application Context to a new host install the manager.xml context configuration file in the$CATALI
上文说道映射后外网无法访问解决:https://www.cnblogs.com/Dev0ps/p/9073048.html 添加了ftp的pasv_address的地址 ,内网客户端要设置主动模式(active 模式)去连接FTP服务器,否则报错. 图里的字节为0 之前写的自动上传脚本默认的是被动模式,需要添加-A参数 (ftp -A )改为主动模式. ftp -A -n<<! open 56.16.30.60 user xxx xxxbinary mkdir ${UP_LOGPATH}