First production build

This commit is contained in:
Socrates
2020-05-26 22:03:13 +02:00
parent c69cbb9520
commit 1b5c1e8315
10 changed files with 97 additions and 107 deletions

View File

@@ -11,7 +11,7 @@ import org.openxava.util.*;
public class _Run_Babydatenbank {
public static void main(String[] args) throws Exception {
DBServer.start("BabydatenbankDB"); // To use your own database comment this line and configure web/META-INF/context.xml
//DBServer.start("BabydatenbankDB"); // To use your own database comment this line and configure web/META-INF/context.xml
AppServer.run("Babydatenbank"); // Use AppServer.run("") to run in root context
}