>>>>> "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]>

Reply via email to