Re: Re: Derby 10.1.3.1 Embedded+Network

2006-10-18 Thread Barry Books
Not that is should matter but I set the Derby home property before I start Tomcat so Derby can find the properties file. I've never tried to connect from anything other than localhost export JAVA_OPTS="-Xmx500m -server -Dderby.system.home=/usr/local/derby/database s"

Re: Derby 10.1.3.1 Embedded+Network

2006-10-17 Thread mballard
Subject Please respond to Re: Derby 10.1.3.1 Embedded+Network "Derby Discussion"

Re: Derby 10.1.3.1 Embedded+Network

2006-10-17 Thread Bryan Pendleton
All this works great, except that when I connect from outside of tomcat, I always get a read-only connection. Do you mean read-only in the sense of http://db.apache.org/derby/docs/dev/devguide/cdevdeploy11201.html#cdevdeploy11201 Or do you mean read-only in the sense of http://db.apache.org/de

Re: Derby 10.1.3.1 Embedded+Network

2006-10-17 Thread mballard
AM cc Subject Please respond to Re: Derby 10.1.3.1 Embedded+Network

Re: Derby 10.1.3.1 Embedded+Network

2006-10-17 Thread Barry Books
I run Embedded+Network with tomcat and this setup works for me. I don't use the network server much but it's nice to be able to login via ij and poke around. Here are the java files needed http://www.trsvax.com/code/ServerLifecycleListener.java http://www.trsvax.com/code/ServerLifecycleListenerWi

Re: Derby 10.1.3.1 Embedded+Network

2006-10-16 Thread michael . mouer
Good luck, Michael [EMAIL PROTECTED] 10/16/2006 02:57 PM Please respond to "Derby Discussion" To: "Derby Discussion" cc: Subject: Re: Derby 10.1.3.1 Embedded+Network However, based on various documentation I have read, it appea

Re: Derby 10.1.3.1 Embedded+Network

2006-10-16 Thread mballard
Subject "Derby Re: Derby 10.1.3.1 Embedded+Network Discussion" <[EMAIL PROTECTED]

Re: Derby 10.1.3.1 Embedded+Network

2006-10-16 Thread michael . mouer
Then you want to run NetWorkServer mode and not Embedded mode. [EMAIL PROTECTED] 10/16/2006 01:58 PM Please respond to "Derby Discussion" To: derby-user@db.apache.org cc: Subject: Derby 10.1.3.1 Embedded+Network I have configured Derby

Derby 10.1.3.1 Embedded+Network

2006-10-16 Thread mballard
I have configured Derby to run in embedded mode, including starting the Network Framework, within Tomcat5. Everything works fine, except that when I connect to the Network framework, ie, via ij or from another machine on the network, using a query tool, I seem to only get a Read-Only connection.