请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

http://img.happymmall.com/这个地址上传图片的端口服务逻辑是什么

我是winows里敲代码,tomcat用windows里的。linux里配置了nginx和vsftpd服务和tomcat。linux里的配置按视频里的都配通了。mmall.property文件里的img.happymmall.com 我改成了image.imooc.com.我在windows的host里加上了这个地址的映射。
mmall.property文件:
ftp.server.http.prefix=http://image.imooc.com/

windows的host文件:
虚拟机linux的ip
192.168.233.128 image.imooc.com

虚拟机的host
#centos
192.168.233.128 www.imooc.com
192.168.233.128 image.imooc.com
192.168.233.128 s.imooc.com

image.imooc.com.conf的配置
server{
listen 80;
autoindex on;
server_name image.imooc.com;
access_log /usr/local/nginx/logs/access.log combined;
index index.html index.htm index.jsp index.php;
#error_page 404 /404.html;
if ( $query_string ~* “.[;’<>].” ){
return 404;
}
location ~ /(mmall_fe|mmall_admin_fe)/dist/view/* {
deny all;
}
location / {
root /ftpfile/;
add_header Access-Control-Allow-Origin *;
}
}

这个项目运行的时候 上传图片怎么总是失败呢。我这个映射需要改哪里啊?

正在回答 回答被采纳积分+3

1回答

抓娃工程狮 2018-10-18 20:14:06

虚拟机里面的防火墙关了没有,也可以试一下把项目打包成war放到虚拟机里面的tomcat测试一下

0 回复 有任何疑惑可以回复我~
  • 提问者 慕UI33545 #1
    防火墙已经关了 还是失败的。只能将项目的war包放在linux的tomcat里发布后才能正常上传么?不能主机本地运行上传到端口么?
    回复 有任何疑惑可以回复我~ 2018-10-18 22:29:43
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信