Version 5.1.60.x (plus any subsequent fix packs for this version) is the minimum level of Cloudscape that is required for WebSphere Application Server V6.0 - V6.0.2.
Cloudscape supports the following two frameworks:
You must use the embedded framework if you are running XA. Network Server does not support XA.
The following steps describe how to configure and run the Network Server framework.
To start the Network Server, run the startNetworkServer.bat file, which is located in the WAS_HOME/cloudscape/bin/networkserver directory. On UNIX platforms, the file is startNetworkServer.sh .
By editing other entries in the db2j.properties file, you can enable other important capabilities, such as trace.
You can also change the port number on which Network Server listens; the
default port number is 1527. For more information on the db2j.properties file, see the Cloudscape 5.1 documentation at www.ibm.com/software/data/cloudscape/pubs/collateral.html . A good starting point is the Tuning Guide, chapter one: "Working with Cloudscape Properties."
Leave one property unchanged, however: The db2j.drda.loadSYSIBM property in the db2j.properties file controls whether a SYSIBM schema is created on the first connection to the database. Leave this property at the default value, which is true .
If you change this value and disable the creation of a SYSIBM schema for your Cloudscape Network Server database, you cannot see the data types when you create tables using the cview graphical user interface.
You can find this file in the WAS_HOME/cloudscape/bin/networkserver directory. On UNIX platforms, the file is stopNetworkServer.sh .
What to do next Review additional tools available in the Network Server framework. Find these tools in the WAS_HOME/cloudscape/bin/networkserver directory.
Note: When you run ij, surround the dbname by double quotation marks (" ") if it includes the full path name; for example: ij> connect '"c:temp;create=true"'
This is ' " " ' without spaces.
Reference recommendation:
The article "Cloudscape Network Server with WebSphere Application Server" at http://www-128.ibm.com/developerworks/websphere/library/techarticles/0406_gerboth/0406_gerboth.html provides an outline of the entire Network Server configuration process.
Related concepts
JDBC providers
Data sources
Connection pooling
Related tasks
Verifying a connection
Related reference
Vendor-specific data sources