Skip to content

Instantly share code, notes, and snippets.

@ratulcse10
Created May 15, 2015 20:32
Show Gist options
  • Save ratulcse10/b60a4a32689011b24af1 to your computer and use it in GitHub Desktop.
Save ratulcse10/b60a4a32689011b24af1 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
@ratulcse10
Copy link
Author

/var/lib/tomcat7/webapps/ROOT/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment