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

没有index.jsp文件 源码是什么啊

没有index.jsp文件 源码是什么啊

慕UI8877854 2017-02-08 14:42:52
eclipse没有index.jsp文件 源码是什么啊
查看完整描述

3 回答

已采纳
?
HansonQ

TA贡献223条经验 获得超56个赞

新建的时候没有index.jsp ? 去tomcat下 webapp里面 找个例子 拷贝一份出来 删掉不相关的

查看完整回答
1 反对 回复 2017-02-08
?
qq_浮梦壹生_03287462

TA贡献24条经验 获得超10个赞

<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%>

<%

String path = request.getContextPath();

String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";

%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

  <head>

    <base href="<%=basePath%>">

    

    <title>My JSP 'index.jsp' starting page</title>

<meta http-equiv="pragma" content="no-cache">

<meta http-equiv="cache-control" content="no-cache">

<meta http-equiv="expires" content="0">    

<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">

<meta http-equiv="description" content="This is my page">

<!--

<link rel="stylesheet" type="text/css" href="styles.css">

-->

  </head>

  

  <body>

    This is my JSP page. <br>

  </body>

</html>


查看完整回答
2 反对 回复 2017-02-09
  • 3 回答
  • 0 关注
  • 2432 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信