Skip to content
Snippets Groups Projects
Unverified Commit 8368fd17 authored by Tom Wiesing's avatar Tom Wiesing :speech_balloon:
Browse files

Migrate frontend.handle() to frontend.handleLine()

parent 350d86d0
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ val format1 = new SimpleDateFormat("yyyy_MM_dd_HH_mm")
logToFile("/var/data/localmh/MathHub/meta/inf/config/logs/" + format1.format(Calendar.getInstance().getTime), true)
logModule("server")
controller.handleLine("log+ archive")
controller.handle(frontend.ServerOn(8082))
controller.handleLine("server on 8082")
loadExtension("info.kwarc.mmt.odk.Plugin", Nil)
loadExtension("info.kwarc.mmt.api.archives.ErrorManager", List("--clean-unknown-sources"))
loadExtension("info.kwarc.mmt.api.ontology.AlignmentsServer",List("/var/data/localmh/MathHub/alignments/Public/"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment