我每天都会收到这个错误或jsp页面:
java.net.SocketException
消息:破裂的管道
步骤:
java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputSt
是否可以通过另一个类连接到带有MySQL的JSP?
这是我自己的建议:
...<body>
<h3>The User List</h3>
<br>
<%
// JSP/Java kode
UsersDAPInterface users = new UserDAPClass(); // This java class contains mysql connection etc.
%>
</body>...
当我这样做的时候,我得到了很多错误和异常,包括ClassNotFound,NullPointer等。
我还得到了这个:
我对JSP很陌生。我正在尝试使用ADT编写一个JSP & MySQL连接的基本程序。在运行index.jsp页面时,我得到以下信息:
HTTP Status 500 - An exception occurred processing JSP page /index.jsp at line 24
type Exception report
message An exception occurred processing JSP page /index.jsp at line 24
description The server encountered an internal err
我无法从我的jsp连接到数据库。代码如下
<%
try {
/* Create string of connection url within specified format with machine name,
port number and database name. Here machine name id localhost and
database name is usermaster. */
String connectionURL = "jdbc:mysql://loca
我知道我不应该在JSP上使用这段代码,但我只想检查到数据库的连接性。所以我用它来检查JSP页面。但是当我检查它的时候,它让我犯了这样一个错误:
Error: No suitable driver found for jdbc:mysql://localhost:3306/wt
database.jsp源代码
<section>
<h3><code>Users</code> Table</h3>
<%
Connection con = null;
Statement st = null;
我通过WAMP服务器在Tomcat和MySQL上运行JSP。我无法将JSP连接到MySQL。以下是代码
<%
try {
/* Create string of connection url within specified format with machine name,
port number and database name. Here machine name id localhost and
database name is usermaster. */
String connectionURL = "jdbc:mysql://localhost:3306/