| Hello Apache Derby Developer Community! I've recently started exploring the Derby database platform, and had been trying Derby out in different configurations (app-embedded and container-embedded); ultimately, I'd wanted to trigger an instance of Derby as a NetworkServer to allow for concurrent access by web applications and separate clients on different machines. I'd looked for (and found) a very simple script that would work in Fedora Core linux as a chkconfig-managed /etc/init.d entity, but found that it didn't provide all the functionality and configurability I was looking for. Because of this, I'd ended up writing my own script that runs in FC4 (and should work in any other RedHat-or-derivative Linux leveraging chkconfig, i.e. FC1-3, RHEL, RH9, et cetera) in order to automatically and safely start and stop Derby as a NetworkServer instance on boot, shutdown, or invocation, abstracting all of the options for JAVA_HOME, CLASSPATH, the Derby install directory, port number, thread min/max and timeslice, allowing for Derby to be started in the user context of something other than root, et cetera. I'd like to contribute this script to the community, but I'm also very new to the Apache Way; what's the most direct way to get involved and contribute my script? Peter DiCrescenzo [EMAIL PROTECTED] |
- How Do I Contribute? (Apache Derby Network Server S... Peter J DiCrescenzo
- Re: How Do I Contribute? (Apache Derby Network... Susan Cline
- Re: How Do I Contribute? (Apache Derby Network... David W. Van Couvering
