提交 9b779b8f authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 70281887
...@@ -486,6 +486,13 @@ H2 Database Engine Service. This service contains the TCP Server and the H2 Cons ...@@ -486,6 +486,13 @@ H2 Database Engine Service. This service contains the TCP Server and the H2 Cons
The batch files are located in the directory <code>h2/service</code>. The batch files are located in the directory <code>h2/service</code>.
</p> </p>
<p> <p>
The service wrapper bundled with H2 is a 32-bit version.
To use a 64-bit version of Windows (x64), you need to use a 64-bit version of the wrapper,
for example the one from
<a href="http://www.krenger.ch/blog/java-service-wrapper-3-5-14-for-windows-x64/">
Simon Krenger</a>.
</p>
<p>
When running the database as a service, absolute path should be used. When running the database as a service, absolute path should be used.
Using <code>~</code> in the database URL is problematic in this case, Using <code>~</code> in the database URL is problematic in this case,
because it means to use the home directory of the current user. because it means to use the home directory of the current user.
......
...@@ -699,6 +699,13 @@ StreamCruncher</a><br /> ...@@ -699,6 +699,13 @@ StreamCruncher</a><br />
Event (stream) processing kernel. Event (stream) processing kernel.
</p> </p>
<p><a href="http://www.suse.com/products/suse-manager">
SUSE Manager, part of Linux Enterprise Server 11</a><br />
The SUSE Manager
<a href="http://www.suse.com/blogs/suse-manager-eases-the-buden-of-compliance">
eases the burden of compliance</a> with regulatory requirements and corporate policies.
</p>
<p><a href="http://www.gabealbert.info/tunebackup"> <p><a href="http://www.gabealbert.info/tunebackup">
Tune Backup</a><br /> Tune Backup</a><br />
Easy-to-use backup solution for your iTunes library. Easy-to-use backup solution for your iTunes library.
...@@ -730,5 +737,10 @@ Volunteer database</a><br /> ...@@ -730,5 +737,10 @@ Volunteer database</a><br />
A database front end to register volunteers, partnership and donation for a Non Profit organization. A database front end to register volunteers, partnership and donation for a Non Profit organization.
</p> </p>
<p><a href="http://www.webaura.fr">
974 Application Server</a><br />
A clusterable application server.
</p>
<!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html> <!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html>
...@@ -57,7 +57,7 @@ public class Engine implements SessionFactory { ...@@ -57,7 +57,7 @@ public class Engine implements SessionFactory {
opened = true; opened = true;
if (database.getAllUsers().size() == 0) { if (database.getAllUsers().size() == 0) {
// users is the last thing we add, so if no user is around, // users is the last thing we add, so if no user is around,
// the database is not initialized correctly // the database is new (or not initialized correctly)
user = new User(database, database.allocateObjectId(), ci.getUserName(), false); user = new User(database, database.allocateObjectId(), ci.getUserName(), false);
user.setAdmin(true); user.setAdmin(true);
user.setUserPasswordHash(ci.getUserPasswordHash()); user.setUserPasswordHash(ci.getUserPasswordHash());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论