296 Setup for Sample JSP Site
Installing the bridge driver
Before attempting to connect to the sample database, install the Sun
JDBC-ODBC Bridge driver on the computer running your web server.
The bridge driver lets you use Windows data source names (DSNs) to
create connections. The driver comes with the Sun Java 2 SDK, Standard
Edition, for Windows.
To find out if you already have the Java 2 SDK with the driver, check your
hard disk for any of the following directories:
C:\jdk1.2.x
C:\jdk1.3.x
C:\j2sdk1.4.x
If you don’t have the SDK, download it from the Sun website at
http://
java.sun.com/j2se/
. After downloading the installation file, double-click it
to run the installer. Follow the onscreen instructions and make sure the
Java 2 Runtime Environment component is selected from the Select
Component dialog box. It should be selected by default. The driver is
installed automatically when you install the SDK.
Although it is adequate for development use with lower-end database
systems such as Microsoft Access, the Sun JDBC-ODBC Bridge driver is
not intended for production use. For example, it lets only one JSP page
connect to the database at a time (it does not support concurrent use by
multiple threads). For more information on the driver’s limitations, see
TechNote 17392 on the Macromedia Support Center at
www.macromedia.com/go/17392
.
After installing the bridge driver, set up the database if necessary, and then
create a database connection in Dreamweaver.
NO
TE
The term “Java 2” refers to Java 1.2 and later versions.
Summary of Contents for DREAMWEAVER 8-GETTING STARTED WITH...
Page 1: ...Getting Started with Dreamweaver...
Page 8: ...8 Contents...
Page 10: ......
Page 46: ...46 Dreamweaver Basics...
Page 48: ......
Page 128: ...128 Tutorial Formatting Your Page with CSS...
Page 136: ...136 Tutorial Publishing Your Site...
Page 138: ......
Page 189: ...Add a Repeat Region XSLT object 189 3 Select Insert XSLT Objects Repeat Region...
Page 196: ...196 Tutorial Displaying XML Data...
Page 216: ......
Page 230: ...230 Understanding Web Applications...
Page 236: ...236 Installing a Web Server...
Page 254: ...254 Setup for Sample ColdFusion Site...
Page 268: ...268 Setup for Sample ASP NET Site...
Page 284: ...284 Setup for Sample ASP Site...
Page 300: ...300 Setup for Sample JSP Site...
Page 320: ...320 Setup for Sample PHP Site...