Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Normal
Description
- I made some small attempts at https://issues.apache.org/jira/browse/DERBY-7165 a while ago, but I encountered some strange problems in the official documentation, and it seems that some documents need to be updated.
1. https://cwiki.apache.org/confluence/display/db-derby/WorkingWithDerby#Examples mentioned in https://db.apache.org/derby/quick_start.html is outdated.
Once you understand Derby basics, you'll be ready for more. Below is a list of resources that explain in greater detail how to use Derby:
Examples
2. http://apache-database.10148.n7.nabble.com/Apache-Derby-Users-f95095.html and http://db.markmail.org/search/list:org.apache.db.derby-user mentioned in https://db.apache.org/derby/derby_mail.html are no longer accessible.
Archives (nabble): http://apache-database.10148.n7.nabble.com/Apache-Derby-Users-f95095.html Archives (MarkMail): http://db.markmail.org/search/list:org.apache.db.derby-user
3. https://db.apache.org/derby/derby_mail.html mentions http://mail-archives.apache.org/mod_mbox/db-derby-user which is deprecated. This URL is now redirected to https://lists.apache.org/list.html?derby-user@db.apache.org .
Archives (mod_mbox): http://mail-archives.apache.org/mod_mbox/db-derby-user
4. https://db.apache.org/derby/dev/derby_source.html mentions https://cwiki.apache.org/confluence/display/db-derby/DerbyTopLevelJunitTests which is outdated.
How to test Derby Most Derby tests are run using the JUnit testing tool. For details on how to run these tests, see these instructions in the Derby wiki
5. https://db.apache.org/derby/dev/derby_source.html mentioned https://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/README.htm?view=co has 404.
Additional, and somewhat out-dated, instructions for testing Derby are in the source code tree in java/testing/README.htm.
6. https://ci-builds.apache.org/job/Derby-trunk-suites.All/ and https://ci-builds.apache.org/view/A-D/view/Derby/ mentioned in https://db.apache.org/derby/derby_tests.html are no longer accessible.
This page lists test results resources. If you have questions about the results, or would like your results to be added to this page, send email to derby-dev@db.apache.org. Apache Jenkins test results on trunk All Apache Jenkins test jobs for Derby Last updated: May, 2016
7. https://ci-builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/adminguide/tadminappssettingportnumbers.html , https://ci-builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/adminguide/cadminnetservsecurity.html and https://ci-builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/adminguide/tadminnetservrun.html mentioned in https://db.apache.org/derby/papers/DerbyTut/ns_intro.html are no longer accessible.
Network Server Options By default, the Derby Network Server only accepts requests from the localhost on port 1527. You can modify the Network Server to: Listen on a port other than the default. Accept requests from outside the localhost. Run in the Java 2 Security Manager for increased security, which we strongly recommend.
- Perhaps updating the URL of the document would help facilitate collaboration.