Skip to content

Instantly share code, notes, and snippets.

@cybersonic
Last active June 21, 2016 11:11
Show Gist options
  • Save cybersonic/d47b802abd6ecfa56084d4b3d6573f10 to your computer and use it in GitHub Desktop.
Save cybersonic/d47b802abd6ecfa56084d4b3d6573f10 to your computer and use it in GitHub Desktop.
component {
this.name = "ClusterDemo";
this.sessionType = "application";
this.datasources["sessionData"] = {
class: 'org.gjt.mm.mysql.Driver'
, connectionString: 'jdbc:mysql://localhost:3306/sessionData?useUnicode=true&characterEncoding=UTF-8&useLegacyDatetimeCode=true'
, username: ''
, password: ""
, storage:true // default: false
};
this.sessionManagement = true;
this.sessionStorage = "sessionData"
this.sessionCluster = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment