home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Komunik / sambar / sambar53b3.exe / config / javaeng.ini < prev    next >
Encoding:
INI File  |  2002-11-10  |  796 b   |  36 lines

  1. #
  2. # Sambar Server JavaEngine configuration file
  3. #
  4. # Important! web.xml from the config directory can override
  5. # any [properties] below.
  6. #
  7.  
  8. [javaeng]
  9. Verbose = false
  10. Servlet Extension = /servlet/
  11. Servlets Directory = /servlets
  12. #Preload GenericServlet = Preload
  13. #CLASSPATH = 
  14.  
  15. [properties]
  16. traceServlets = false
  17. sessionTimeout = 1800000
  18. sessionCheckFrequency = 5000
  19. # JSPTrace = debug | informational | warning | error | fatal
  20. JSPTrace = error
  21. # Specify the complete path to the JSP log, otherwise, use serverd.exe
  22. # (output is to stderr).
  23. JSPLog = 
  24.  
  25. [initParameters]
  26. debug = false
  27. largeFile = false
  28. mappedFile = false
  29. keepgenerated = true
  30. sendErrToClient = false
  31. classdebuginfo = true
  32. enablePooling = true
  33. classInterval = 300
  34. development = true
  35. reloading = true
  36.