[EMAIL PROTECTED] wrote:
Hi there,
I got a question about the derby.drda.startNetworkServer property.
I've read through the doc and it says the following.
-------------------------------------------------------
Use the derby.drda.startNetworkServer property to simplify embedding the
Network Server in your application. When you set derby.drda.startNetworkServer,
the Network Server will automatically start when you start Derby. Only
one Network Server can be started in a JVM.
-------------------------------------------------------
Does it mean even though I start Derby using
"Class.forName("org.apache.derby.jdbc.EmbeddedDriver");",
the Network Server will start if I set derby.drda.startNetworkServer true ?
Regards,
Wolfgang
__________________________________
For All Sports Fans!
http://pr.mail.yahoo.co.jp/yells/
Maybe that explains why you were seeing two attempts to start the
Network Server in your derby.log, from your earlier mail (?).
-Rajesh