端口888 哪来的

来源:1-8 MyEclipse开发Java Web程序

qq_小小小小白_0

2017-03-10 11:54

配置myeclipse+tomcat后  浏览器中输入地址localhost:888  这端口888 哪里设置的

写回答 关注

3回答

  • 进击的慕粉_
    2017-03-10 12:27:21
    已采纳

    tomcat目录下 conf文件下的Server.xml

    qq_小小小...

    非常感谢!

    2017-03-10 17:49:31

    共 1 条回复 >

  • 慕圣523214
    2018-02-03 23:22:16
    require './framework/bootstrap.inc.php';
    $host = $_SERVER['HTTP_HOST'];
    if (!empty($host)) {
    	$bindhost = pdo_fetch("SELECT * FROM ".tablename('site_multi')." WHERE bindhost = :bindhost", array(':bindhost' => $host));
    	if (!empty($bindhost)) {
    		header("Location: ". $_W['siteroot'] . 'app/index.php?i='.$bindhost['uniacid'].'&t='.$bindhost['id']);
    		exit;
    	}
    }
    if($_W['os'] == 'mobile' && (!empty($_GPC['i']) || !empty($_SERVER['QUERY_STRING']))) {
    	header('Location: ./app/index.php?' . $_SERVER['QUERY_STRING']);
    } else {
    	header('Location: ./web/index.php?' . $_SERVER['QUERY_STRING']);


    weixin...

    这一大段代码什么意思啊?大佬

    2019-07-30 11:58:01

    共 1 条回复 >

  • 进击的慕粉_
    2017-03-10 12:28:42

    里面Connector标签下的port

JAVA遇见HTML——JSP篇

Java Web入门级教程JSP,带你轻松的学习JSP基础知识

248278 学习 · 3071 问题

查看课程

相似问题