This article aims to be a portal to installation and configuration of Cassandra. It is self-contained in the first place. It also provides links to the original articles.
Warning: This article is still under written.
| #!/bin/bash | |
| # | |
| # tomcat | |
| # | |
| # chkconfig: 345 96 30 | |
| # description: Start up the Tomcat servlet engine. | |
| # | |
| # processname: java | |
| # pidfile: /var/run/tomcat.pid | |
| # |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |