<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi Tony,<br>
    I remember having some trouble figuring that out myself. If your
    connection is named "foo" and the name of the db variable in your
    jsp is "bar", you can do it like this:<br>
    <br>
    <sql:setDataSource
    dataSource="jdbc:apache:commons:dbcp:opencms:foo" var="bar" /><br>
    <br>
    - Carl-Erik Herheim<br>
    <br>
    <br>
    Den 20:59, skrev Tony Thul:
    <blockquote cite="mid:%3C4D8CA232.10F4.00D2.0@regina.ca%3E"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta content="MSHTML 6.00.6000.17095" name="GENERATOR">
      <div>Is there a way to use <sql:setDataSource... in JSTL to get
        a connection from the pools defined in opencms.properties?</div>
      <div> </div>
      <div>Thanks!</div>
      <br>
      <p> <font face="Tahoma" size="2"><b>DISCLAIMER:</b> The
          information transmitted is intended only for the addressee and
          may contain confidential, proprietary and/or privileged
          material. Any unauthorized review, distribution or other use
          of or the taking of any action in reliance upon this
          information is prohibited. If you received this in error,
          please contact the sender and delete or destroy this message
          and any copies. </font> </p>
    </blockquote>
  </body>
</html>