home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / fmweb096.zip / fmweb.conf < prev    next >
Text File  |  1998-11-11  |  913b  |  32 lines

  1. # fmweb main configuration file
  2. # note : pathnames for OS/2 and Windows must be specified with forward slash, not backslash !
  3. #
  4. # tcp/ip port on wich fmweb should listen
  5. Port=1998
  6. #
  7. # installation directory containing .gif files
  8. FmwebRoot=c:/fmweb
  9. #
  10. # transaction and event log
  11. AccessLog=c:/fmweb/access.log
  12. #
  13. # authorization profile
  14. AuthorizationFile=c:/fmweb/FMAUTH.PRO
  15. #
  16. # editor for local access
  17. # example for OS/2 : SystemEditor=E.EXE
  18. # example for Win :  SystemEditor=NOTEPAD.EXE
  19. # example for AIX :  SystemEditor=vi
  20. SystemEditor=E.EXE
  21. #
  22. # external search program - only for local access
  23. # the search program gets the current directory as only parameter
  24. SearchProgram=WPSEARCH.EXE
  25. #
  26. # time interval in minutes for refreshing authentication
  27. AuthRefreshInterval=120
  28. #
  29. # java applets on client side allowed ? (on/off)
  30. ClientJava=on
  31. # don't remove this comment line as last line
  32.