Revision 8911
Added by Jing Tao about 10 years ago
src/scripts/bash/install-java7-tomcat7.sh | ||
---|---|---|
1 |
#/bin/bash |
|
1 |
#!/bin/bash
|
|
2 | 2 |
#This script will install openjdk-7 and tomcat7. |
3 | 3 |
#It also updates the alternatives for java, javac, keytool and javaws to openjdk-7. |
4 | 4 |
#It also modifies the /etc/tomcat7/catalina.properties to allow DataONE idenifiers. |
Also available in: Unified diff
Fixed typo.