Skip to content

Commit

Permalink
fixed timeservice, added slideshow desc
Browse files Browse the repository at this point in the history
  • Loading branch information
SakalAndrej committed Mar 11, 2018
1 parent 5ab7ab2 commit 1dc3ac1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Documents/Funktion.md

This file was deleted.

11 changes: 11 additions & 0 deletions Documents/Slideshow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Slideshow

Die Slideshow soll aus einem definierten Ordner alle Fotos lesen und diese dann nach einander anzeigen.

## Upload
Die Fotos sollen auf der <b>vm59.htl-leonding.ac.at</b> unter <b>/home/vwall/images/</b> hochgeladen werden mithilfe von SFTP

## Funktion
Die Slideshow erreicht man unter <b>http://vm59.htl-leonding.ac.at:8080/homeds/gallery.xhtml</b> und es wird im 15 Sek. Takt das Foto gewechselt

Somit kann diese Website ohne Probleme in ein Layout eingebunden werden!
2 changes: 1 addition & 1 deletion HomeDsBackend/src/main/java/at/htl/utils/TimeService.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void doWork() {

@Schedule(minute = "15", hour = "*")
public void reAuthenticate() {
AuthentificationHandler.Authenticate();
AuthentificationHandler.setTOKEN(AuthentificationHandler.Authenticate());
}

public TimeService() { }
Expand Down

0 comments on commit 1dc3ac1

Please sign in to comment.