在myeclipse中每次运行jsp都是运行系统默认的my jsp.jsp 想问怎样才能运行我自己写的jsp呢??
我在myeclipse中写了一个jsp,但是不管我怎么改jsp,运行的时候网页上总是显示“ThisismyJSPpage.”,急啊。...
我在myeclipse中写了一个jsp,但是不管我怎么改jsp,运行的时候网页上总是显示“This is my JSP page. ”,急啊。
展开
展开全部
<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>
如果是网页标签名字是 this is my jsppage 改一下<head>下得<title>
<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>
如果是网页标签名字是 this is my jsppage 改一下<head>下得<title>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询