changed main class to helma.main.Server

This commit is contained in:
Tobi Schäfer 2001-10-30 10:13:04 +00:00
parent bc7b502ebf
commit a6a1abe945
4 changed files with 4 additions and 4 deletions

View file

@ -10,4 +10,4 @@ set HOP_PORT=8080
echo Starting Web server on port %HOP_PORT%
java -classpath c:\winnt\java\packages\rmi.zip;%JARS% helma.objectmodel.db.Server -w %HOP_PORT%
java -classpath c:\winnt\java\packages\rmi.zip;%JARS% helma.main.Server -w %HOP_PORT%