home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / scach053.zip / README < prev    next >
Text File  |  2001-05-01  |  3KB  |  104 lines

  1.                   Smart Cache
  2.                   ===========
  3.  
  4.           full featured Open Source HTTP proxy caching server
  5.               Copyright (c) Radim Kolar 1998-2001
  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. Smart Cache is registered on http://freshmeat.net as project scache.
  78. You can subscribe here.
  79.  
  80. Contacting author
  81. =================
  82.  
  83. * See html documentation for more informations.
  84.  
  85. * bug reports are very welcome, please provide correct URL which has
  86.   caused reported problem. Before sending bug report download and try
  87.   latest version first.
  88.   
  89. * patches to sourcecode also (use GNU diff+gzip).
  90.  
  91. * donations also, see TODO.
  92.  
  93. Radim Kolar (hsn@cybermail.net)
  94.  
  95. Snail mail:
  96.  
  97. Mr. Radim Kolar
  98. 17.listopadu 2074
  99. 440 01 Louny
  100. Czech Republic
  101.  
  102.           Hare Krisna, Hare Krisna, Krisna Krisna, Hare Hare, 
  103.           Hare Rama, Hare Rama, Rama Rama, Hare Hare.
  104.