eclipse里面能运行myeclipse不能运行,很简单的jsp报如下错误:
严重:Servlet.service()forservletjspthrewexceptionjava.lang.NullPointerExceptionatorg.ap...
严重: Servlet.service() for servlet jsp threw exception
java.lang.NullPointerException
at org.apache.jsp.index_jsp._jspInit(index_jsp.java:23)
at org.apache.jasper.runtime.HttpJspBase.init(HttpJspBase.java:52)
<%@ 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>
hellotest <br>
</body>
</html> 展开
java.lang.NullPointerException
at org.apache.jsp.index_jsp._jspInit(index_jsp.java:23)
at org.apache.jasper.runtime.HttpJspBase.init(HttpJspBase.java:52)
<%@ 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>
hellotest <br>
</body>
</html> 展开
4个回答
展开全部
先发布啦
在eclipse里面配置tomcat步骤:
菜单windows->Preferences...->Myeclipse->Application Servers->Tomcat5
设置好环境好后在工具栏的上有个图标,你找找,鼠标放上去的提示是(Deploy J2ee Project to Servers...)你点击,然后add,选择tomcat5。。点击ok,然后再在工具栏上有个启动tomcat的按钮,你就可以在浏览器里面访问你的web应用了。
1菜单windows->Preferences...->Myeclipse->Application Servers->Tomcat5
设置好环境好后在工具栏的上有个图标
2Myeclipse->J2EE Project->Web Project,
3选择项目,右键MyEclipse->add and remove project Development.添加Tomcat。
在eclipse里面配置tomcat步骤:
菜单windows->Preferences...->Myeclipse->Application Servers->Tomcat5
设置好环境好后在工具栏的上有个图标,你找找,鼠标放上去的提示是(Deploy J2ee Project to Servers...)你点击,然后add,选择tomcat5。。点击ok,然后再在工具栏上有个启动tomcat的按钮,你就可以在浏览器里面访问你的web应用了。
1菜单windows->Preferences...->Myeclipse->Application Servers->Tomcat5
设置好环境好后在工具栏的上有个图标
2Myeclipse->J2EE Project->Web Project,
3选择项目,右键MyEclipse->add and remove project Development.添加Tomcat。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不正确的数据库名,提示是这样的,
觉得是你的URL写得不正确,贴出来看看
顺便把驱动也贴出来,把用到的驱动jar包名也贴出来
觉得是你的URL写得不正确,贴出来看看
顺便把驱动也贴出来,把用到的驱动jar包名也贴出来
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
有空指针异常了,你可以设断点跟踪一下程序的执行过程
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
空指针异常,你需要把代码放上来才能帮你分析
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询