服务器上部好项目然后接口请求不到,再本地却可以

服务器是windows server2008 R2,入站规则已经配了端口号了,代码也反编译看了,用的tomcat,然后用postman请求返回
`
<html>

<head>
    <title>Apache Tomcat/6.0.53 - Error report</title>
    <style>
        <!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}-->
    </style>
</head>
<body>
    <h1>HTTP Status 404 - /SCM_INT/zjs_Intface.do</h1>
    <HR size="1" noshade="noshade">
        <p>
            <b>type</b> Status report
        </p>
        <p>
            <b>message</b>
            <u>/SCM_INT/zjs_Intface.do</u>
        </p>
        <p>
            <b>description</b>
            <u>The requested resource is not available.</u>
        </p>
        <HR size="1" noshade="noshade">
            <h3>Apache Tomcat/6.0.53</h3>
        </body>
    </html>

`
另一个项目也在这个服务器,也配了入站规则端口号,也是tomcat,却访问正常,怎么回事,tomcat用的一样的

阅读 2.5k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题