Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mylyn/Bugzilla Connector"

(Bugzilla Server Optimization)
Line 4: Line 4:
 
* [[Cached Repository Configuration]] - This page describs the solution taken by Eclipse.org webmasters to reduce the bandwidth requirements due to Mylyn clients updating their repository configuration.
 
* [[Cached Repository Configuration]] - This page describs the solution taken by Eclipse.org webmasters to reduce the bandwidth requirements due to Mylyn clients updating their repository configuration.
  
 +
=== Preventing excessive logfile fill up ===
 +
* When running /bugzilla/ locally, one can prevent Mylin  filling up the log files by adding this to httpd.conf:
 +
<code>
 +
<DirectoryMatch /bugzilla/ ><br />
 +
&nbsp;&nbsp;&nbsp;&nbsp;BrowserMatchNoCase mylyn mylin=1 <br />
 +
</DirectoryMatch> <br />
 +
CustomLog "/private/var/log/httpd/access_log" combined env=!mylin<br />
 +
</code>
  
 
=== Users ===
 
=== Users ===

Revision as of 02:49, 23 July 2007


Bugzilla Server Optimization

  • Cached Repository Configuration - This page describs the solution taken by Eclipse.org webmasters to reduce the bandwidth requirements due to Mylyn clients updating their repository configuration.

Preventing excessive logfile fill up

  • When running /bugzilla/ locally, one can prevent Mylin filling up the log files by adding this to httpd.conf:

<DirectoryMatch /bugzilla/ >
    BrowserMatchNoCase mylyn mylin=1
</DirectoryMatch>
CustomLog "/private/var/log/httpd/access_log" combined env=!mylin

Users

Developer Resources

Mylyn Offline Refactoring

Back to the top