问答详情
源自:1-8 MyEclipse开发Java Web程序

端口888 哪来的

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

提问者:qq_小小小小白_0 2017-03-10 11:54

个回答

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

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

  • 慕圣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']);


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

    里面Connector标签下的port