That did the trick! I didn't notice the missing "j". Thanks.
-----Original Message----- From: David M. Karr [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 1:33 PM To: [EMAIL PROTECTED] Subject: Re: Error using JSTL >>>>> "Thomas" == Thomas J Zvolensky <Zvolensky> writes: Thomas> Here is the top part of the JSP: Thomas> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Thomas> ++++++++++++++++++ Thomas> <sql:driver Thomas> var="example" Thomas> driver="${org.gjt.mm.mysql.Driver}" Thomas> url="${dbc:mysql://carlsonr:3306/DocumentumUsage}" Thomas> /> I believe your "<sql:driver>" element is the problem. Your "url" attribute is incorrect. I would guess it should be: url="jdbc:mysql://carlsonr:3306/DocumentumUsage" -- =================================================================== David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
