Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • bash_profile
    No Format
    PATH=/ucd/opt/java/bin:/ucd/opt/maven/bin:$PATH
    MAVEN_HOME=/ucd/opt/maven
    CATALINA_HOME=/ucd/opt/sakai/tomcat-node
    JAVA_HOME=/ucd/opt/java
    JAVA_OPTS=" -d64 -Xmx6144m -Xms6144m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+UseAdaptiveSizePolicy -XX:NewSize=512m -XX:MaxPermSize=200m -XX:PermSize=64m -XX:MaxTenuringThreshold=3 -XX:CMSInitiatingOccupancyFraction=75 -XX:MinHeapFreeRatio=18 -Dsakai.home=/ucd/opt/sakai/sakai-home/"
    export PATH MAVEN_HOME CATALINA_HOME JAVA_HOME JAVA_OPTS
    
  • start.sh
    No Format
    #!/bin/sh
    
    JAVA_HOME=/ucd/opt/java5
    CATALINA_HOME=/ucd/opt/sakai/tomcat-node
    export JAVA_HOME CATALINA_HOME
    $CATALINA_HOME/bin/startup.sh
    
  • stop.sh
    No Format
    #!/bin/sh
    
    JAVA_HOME=/ucd/opt/java5
    CATALINA_HOME=/ucd/opt/sakai/tomcat-node
    export JAVA_HOME CATALINA_HOME
    $CATALINA_HOME/bin/shutdown.sh
    
  • local.properties NOTE: The serverId field is different for each node
    No Format
    
    # Local server name
    serverId=littlejohn
    

FAQ

  • Q: How do I know which node I am connected to?
  • A: Look at the bottom of the page, where you will see a filed called Server
    • e.g. Server littlejohn