Skip to content

Commit

Permalink
Entropy block
Browse files Browse the repository at this point in the history
  • Loading branch information
rammpeter committed Sep 18, 2017
1 parent d3d33b2 commit 7e5ae94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start_Panorama.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ mkdir -p $PANORAMA_VAR_HOME/work
# -Djruby.compile.threadless=true (EXPERIMENTAL) Turn on compilation without polling for "unsafe" thread events.
# -Xcompile.invokedynamic=true Use invokedynamic for optimizing Ruby code., erroneous with Panorama
# -Dwarbler.port=<port> Set http-port to use
# -Djava.security.egd=file:/dev/urandom Start Panorama with non-blocking entropy generator, protects from read block on /dev/random during encryption operations if headless virtualised server does not generate enough entropy values

# Variant for Jetty app-server, start Panorama-server in Background
java -Xmx1024m \
Expand All @@ -42,6 +43,7 @@ java -Xmx1024m \
-Djruby.compile.threadless=true \
-Djava.io.tmpdir=./work \
-Dwarbler.port=$HTTP_PORT \
-Djava.security.egd=file:/dev/urandom \
-jar $PANORAMA_HOME/Panorama.war 2>>$LOG >>$LOG &

if [ $? -ne 0 ]
Expand Down

0 comments on commit 7e5ae94

Please sign in to comment.