- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-10-2016
01:38 AM
ServerManager von der Konsole starten
Hallo,
ich kenne die Mรถglichkeit den SiteArchitekt von der Konsole zu starten, z.B. so:
java -Dmode=http -Dhost=<host> -Dport=80 -Dlogin.user=<user> -Dlogin.password=<pass> -Dproject=<project> -jar <path_to_fs>\web\fs5root\clientjar\fs-client.jar
Gibt es eine รคhnliche Methode den ServerManager von der Konsole starten?
Vielen Dank im Voraus!
Labels
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-16-2016
02:56 AM
Hallo,
den ServerManager kannst du folgendermaรen starten:
java -cp path/to/fs-client.jar de.espirit.firstspirit.admin.gui.CMSAdminConsole
Viele Grรผรe
Tim
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-16-2016
02:56 AM
Hallo,
den ServerManager kannst du folgendermaรen starten:
java -cp path/to/fs-client.jar de.espirit.firstspirit.admin.gui.CMSAdminConsole
Viele Grรผรe
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-16-2016
03:24 AM
Hallo Tim,
Vielen Dank fรผr die Antwort!
Es funktioniert!!
Viele Grรผรe
Danil.

