home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / classes / conf / system.properties < prev   
Encoding:
Text File  |  2005-02-07  |  2.2 KB  |  60 lines

  1. # =======================================================================
  2. # System level configurations. You must re-start server after any changes
  3. # =======================================================================
  4. # 1. For IBM WebSphere 4.x, if sendredirect does not work, you need
  5. #    remove the comment of the following line and set the flag to false.
  6. #
  7. #servlet.sendredirect.compliance=false
  8. #
  9. #
  10. # 2. If your server failed to find the data and properties files, you need add a line:
  11. #    system.data.dir=path-to-the-dir of bugzero/WEB-INF/classes (see example below)
  12. #    This happens in the cases of tomcat 3.x, iPlanet Application Server 6.5
  13. #    and Novell exteNd AppServer. 
  14. #
  15. #system.data.dir=C:\\jakarta-tomcat-3.2.3\\webapps\\bugzero\\WEB-INF\\classes
  16. #
  17. #system.data.dir=path-to-ias\\ias6\\ias\\APPS\\modules\\bugzero\\WEB-INF\\classes
  18. #
  19. #system.data.dir=C:\\Novell\\exteNdAppServer\\webapps\\novell\\bugzero\\WEB-INF\\classes
  20. #
  21. #
  22. # 3. Login url and the forward url (after logoff). You can remove the comment and specify the url.
  23. #
  24. #system.login.url=
  25. #system.forward.url=
  26. #
  27. #
  28. # 4. UTF-8 internationalization. To use UTF-8, remove the comment of the flag and set it to UTF-8.
  29. #    Note that, your servlet container need to be Servlet 2.3 or later, and supports setCharacterEncoding,
  30. #    and your database character encoding may need to be set to UTF-8
  31. #    In Tomcat 5, you also need add URIEncoding="UTF-8" in the Connector.
  32. #
  33. #system.charset=UTF-8
  34. #
  35. #
  36. # 5. Flags used by the jsp pages:
  37. #
  38. # To allow guest users to see the Prefs page, remove the comment and set the flag to true
  39. #
  40. #system.jsp.guestPrefsAllowed=true
  41. #
  42. # To always cc email to the original author, remove the comment and set the flag to true
  43. #
  44. #system.jsp.notifyOriginalAuthor=true
  45. #
  46. # To disable the auto assignment for new issue, remove the comment and set the flag to true
  47. #
  48. #system.jsp.autoAssignmentDisabled=true
  49. #
  50. # 6. Flags used by email submission:
  51. #
  52. # To allow external users to update any issue through email, remove the comment and set the flag to true
  53. #
  54. #system.email.alwaysAllowUpdate=true
  55. #
  56. # To notify the original external email submitter for a new issue, remove the comment and set the flag to true
  57. #
  58. #system.email.notifyOriginalAuthor=true
  59.