Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save masiur/f7940a9de23241b10000b9f00394c6eb to your computer and use it in GitHub Desktop.
Save masiur/f7940a9de23241b10000b9f00394c6eb to your computer and use it in GitHub Desktop.
setup tomcat7 on ubuntu 14.04 Real
https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-7-on-ubuntu-14-04-via-apt-get
server slow solution
replacing securerandom.source=file:/dev/urandom with securerandom.source=file:/dev/./urandom from file $JAVA_PATH/jre/lib/security/java.security solved my problem.
$JAVA_HOME is here /usr/lib/jvm/default-java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment