home *** CD-ROM | disk | FTP | other *** search
- # =======================================================================
- # System level configurations. You must re-start server after any changes
- # =======================================================================
- #
- # 1. For IBM WebSphere 4.x, if sendredirect does not work, you need
- # remove the comment of the following line and set the flag to false.
- #
- #servlet.sendredirect.compliance=false
- #
- #
- # 2. If your server failed to find the data and properties files, you need add a line:
- # system.data.dir=path-to-the-dir of bugzero/WEB-INF/classes (see example below)
- # This happens in the cases of tomcat 3.x, iPlanet Application Server 6.5
- # and Novell exteNd AppServer.
- #
- #system.data.dir=C:\\jakarta-tomcat-3.2.3\\webapps\\bugzero\\WEB-INF\\classes
- #
- #system.data.dir=path-to-ias\\ias6\\ias\\APPS\\modules\\bugzero\\WEB-INF\\classes
- #
- #system.data.dir=C:\\Novell\\exteNdAppServer\\webapps\\novell\\bugzero\\WEB-INF\\classes
- #
- #
- # 3. Login url and the forward url (after logoff). You can remove the comment and specify the url.
- #
- #system.login.url=
- #system.forward.url=
- #
- #
- # 4. UTF-8 internationalization. To use UTF-8, remove the comment of the flag and set it to UTF-8.
- # Note that, your servlet container need to be Servlet 2.3 or later, and supports setCharacterEncoding,
- # and your database character encoding may need to be set to UTF-8
- # In Tomcat 5, you also need add URIEncoding="UTF-8" in the Connector.
- #
- #system.charset=UTF-8
- #
- #
- # 5. Flags used by the jsp pages:
- #
- # To allow guest users to see the Prefs page, remove the comment and set the flag to true
- #
- #system.jsp.guestPrefsAllowed=true
- #
- # To always cc email to the original author, remove the comment and set the flag to true
- #
- #system.jsp.notifyOriginalAuthor=true
- #
- # To disable the auto assignment for new issue, remove the comment and set the flag to true
- #
- #system.jsp.autoAssignmentDisabled=true
- #
- # 6. Flags used by email submission:
- #
- # To allow external users to update any issue through email, remove the comment and set the flag to true
- #
- #system.email.alwaysAllowUpdate=true
- #
- # To notify the original external email submitter for a new issue, remove the comment and set the flag to true
- #
- #system.email.notifyOriginalAuthor=true
-