November

This is the archive for November, 2008.

Dive into the archives.


  • Firebug for your browser.

    Here’s something Roy Natavio found.
    If you need firebug for your browser other than Firefox, add this in your code
    <script type=’text/javascript’ src=’http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js’></script>

    You now have a firebug on that page.

  • mod_jk and jboss

    1. Assuming you have Apache2 installed,
    If not get the latest Apache2 package from Apache.org and install it. We require no special configuration, just use the default settings.
    In the following steps, APACHE_HOME will represent the Apache install directory.
    2. Assuming you have downloaded and installed mod_jk 1.2
    Download the latest package available from Tomcats’s ‘Download Tomcat connector […]