Use Derby Version 10 as a backend database with application servers that are configured only for development and test purposes.
Before you begin
Why and when to perform this task
Derby enables 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.
Steps for this task
To start the Network Server, run the startNetworkServer.bat file, which is located in the WAS_HOME/derby/bin/networkserver directory. On UNIX platforms, the file is startNetworkServer.sh.
You can find this file in the WAS_HOME/derby/bin/networkserver directory. On UNIX platforms, the file is stopNetworkServer.sh.
What to do next
Review the .bat/sh tools that WebSphere Application Server provides with Derby. The Network Server tools are in the WAS_HOME/derby/bin/networkserver; the Embedded framework tools are in the WAS_HOME/derby/bin/embedded directory. All of the tools in the following list are provided for both Derby frameworks.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.