September 2002
Intermediate to advanced
608 pages
14h 20m
English
After the database is created, we must make sure that the application server can find both the database and the JDBC driver software needed to access it. The first step we must take in enabling the database is to place the database software on the application server classpath. To accomplish this, we modified the startWebLogic.sh script file and added the following to the end of the CLASSPATH variable:
$WL_HOME/samples/eval/cloudscape/lib/cloudscape.jar
If you're using a different database or application server, you'll need to alter the CLASSPATH as appropriate for your situation. For Cloudscape, we also need to pass an environment variable to the Java Virtual Machine (JVM). Find the invocation of ...
Read now
Unlock full access