为了账号安全,请及时绑定邮箱和手机立即绑定

端口888 哪来的

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

正在回答

3 回答

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

0 回复 有任何疑惑可以回复我~
#1

qq_小小小小白_0 提问者

非常感谢!
2017-03-10 回复 有任何疑惑可以回复我~
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']);


0 回复 有任何疑惑可以回复我~
#1

weixin_慕哥7316760

这一大段代码什么意思啊?大佬
2019-07-30 回复 有任何疑惑可以回复我~

里面Connector标签下的port

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
JAVA遇见HTML——JSP篇
  • 参与学习       248278    人
  • 解答问题       3071    个

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

进入课程

端口888 哪来的

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信