Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MySQL JDBC Driver on OS X 10.2



What driver do I use for MySQL v3.23.55, Tomcat
4.1.24, Java 1.4.1, and JSP 1.2 on OS X v10.2?

I have put mm.mysql-2.0.14-bin.jar in my
Java/Extentions directory, and also in my web
app/WEB-INF/lib directory. Here is the JSP code:

<html><head><title>Simple Taglib
Example</title></head>
<body bgcolor="white">

<h1>Simple Taglib Example</h1>

<%@ taglib
uri="http://jakarta.apache.org/taglibs/datetime-1.1";
prefix="dt" %>

<b> Months of the Year </b>
<br>

<ul>
<dt:months id="mon">
<li> <jsp:getProperty name="mon" property="month"/>
</dt:months>
</ul>


</body>
</html>


Here is the error I get:

type Exception report

message

description The server encountered an internal error
() that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: This absolute uri
(http://jakarta.apache.org/taglibs/datetime-1.1)
cannot be resolved in either web.xml or the jar files
deployed with this application
at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:105)
.
.
.
Thanks in advance,
Mike



__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
_______________________________________________
java-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/java-dev
Be sure to read the FAQ http://developer.apple.com/java/faq/ before posting
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.