home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / scach049.zip / README < prev    next >
Text File  |  2000-10-27  |  3KB  |  106 lines

  1.                   Smart Cache
  2.                   ===========
  3.  
  4.           full featured Open Source HTTP proxy caching server
  5.               Copyright (c) Radim Kolar 1998-2000
  6.                          
  7. Copyright
  8. =========   
  9.  
  10. Smart Cache Open Source Software, copyrighted by Radim Kolar; There is NO
  11. warranty.  See 'copyright' file for details. You may distribute it and/or
  12. modify it under the terms of GNU General Public License as published by the
  13. Free Software Foundation; either version 2, or (at your option) any later
  14. version.
  15.  
  16. Documentation
  17. =============
  18. Smart Cache manual in HTML format is in the ./html/ subdirectory.
  19.  
  20. Quick Start
  21. ===========
  22.  
  23. 1.
  24.  copy provided sample configuration files (*.cnf) from samples/ into 
  25.  main program directory with .class files.
  26.  
  27. 2. 
  28.  Edit scache.cnf and gc.cnf with ANY ASCII editor. Read comments inside.
  29.  If you don't understand what it does, doesn't change it.
  30.  
  31. 3.
  32.  You NEED to get something, which can run Java 1.1 bytecodes, for
  33.  example JRE1.1, JDK1.1, Kaffe, Japhar, ...
  34.  
  35. 4.
  36.  run it in program directory (contains *.class files)
  37.  
  38.  If you have missconfigured OS/2 box run `ifconfig lo 127.0.0.1` first.
  39.  
  40.  on JDK/JRE 1.1:
  41.    via JDK: java -ms1m scache
  42.    via JRE: jre -ms1m -cp . scache
  43.  
  44.  to run on JDK 1.2 aka "JAVA 2 platform" is recommended to run it
  45.  via "oldjava" tool, so type oldjava instead of java.
  46.  
  47. How to run garbage collection:
  48. ==============================
  49. Garbage collector DON'T RUN when specified cache size is reached. You
  50. must run it by hand. So, use some cron-like program for this task.
  51.  
  52.  via JDK: java -ms1m scache -gc
  53.  via JRE: jre -ms1m -cp . scache -gc
  54.  
  55. Note: there are also other command line switches - use
  56. java scache -help to see it. 
  57.  
  58. Logo
  59. ==== 
  60. If you are happy Smart Cache user, you can put icon "Smart Cache NOW" on your
  61. web pages or make SC downloadable from your site, because SC homepage is
  62. not maintained by author and may be outdated/unavailable.
  63.  
  64. You can also tell other people about it, good place for doing it are
  65. some mailing lists.
  66.  
  67. Where to find a new versions
  68. ============================
  69. Some on these sites can have outdated version.
  70.  
  71. http://hobbes.nmsu.edu/                                  (primary FTP)
  72. http://home.worldonline.cz/~cz210552/                    (Homepage)
  73. http://www.martin.zde.cz/scache.htm                      (Czech Homepage)
  74.  
  75. On Homepage you will find Smart Cache-enabled web batch downloader.
  76.  
  77. There is no mailing list, such as smartcache-announce@ which was
  78. requested by some users. If someone is interested in hosting such
  79. list, contact me. This list may be quite big (about 1000 people or more),
  80. because Smart Cache has quite a big number of downloads from my old site.
  81.  
  82. Contacting author
  83. =================
  84.  
  85. * See html documentation for more informations.
  86.  
  87. * bug reports are very welcome, please provide correct URL which has
  88.   caused reported problem. Before sending bug report download and try
  89.   latest version first.
  90.   
  91. * patches to sourcecode also (use GNU diff+gzip).
  92.  
  93. * donations also, see TODO.
  94.  
  95. Radim Kolar (hsn@cybermail.net)
  96.  
  97. Snail mail:
  98.  
  99. Mr. Radim Kolar
  100. 17.listopadu 2074
  101. 440 01 Louny
  102. Czech Republic
  103.  
  104.           Hare Krisna, Hare Krisna, Krisna Krisna, Hare Hare, 
  105.           Hare Rama, Hare Rama, Rama Rama, Hare Hare.
  106.