eclipse,jsp和tomcat以及mysql中的资源不可用错误

时间:2012-01-09 06:00:09

标签: eclipse jsp tomcat

我正在使用eclipse indigo(javaEE)和apache tomcat 7.0.23。 jsp代码

pstatement = connection.prepareStatement(queryString);
pstatement.setString(1, name);
pstatement.setString(2, city);
pstatement.setString(3, phone);
updateQuery = pstatement.executeUpdate();

错误为the requested resource jsp1/prepared_statement_query.jsp is not available

简单.jsp文件正确执行并显示成功连接,但不能插入数据库。我没有得到数据库连接或服务器运行是否有问题?

1 个答案:

答案 0 :(得分:0)

是否有任何404错误?文件“prepared_statement_query.jsp”不在它应该的位置?

如果错误是 - “404请求的资源未找到”,则在适当的位置找到该文件。

请发布完整的堆栈跟踪,以便更好地理解该问题。