============================================================ 
Building, Deploying And Running The Multiple Renderkits Demo
============================================================ 

REQUIREMENTS:

 - Mozilla browser with SVG support - Firefox - the demo uses
   XMLHttpRequest.  Until there is better SVG support in Firefox,
   you should use the "next generation" Firefox builds - under the 
   "deerpark" project.  
   See: http://www.mozilla.org/projects/svg/faq.html
   And here is where you can get a deer park alpha 2 build:
       http://www.mozilla.org/projects/deerpark/releases/alpha2.html
   
 - JSP 1.2 container

BUILDING:
 - See https://javaserverfaces.dev.java.net/faq.html#Code_build

DEPLOYING:
 - For Glassfish:
       - autodeploy the war: copy jsf-demo/renderkits/build/jsf-renderkits.war to
             the <glassfish home>/domains/domain1/autodeploy directory.

RUNNING:
 - Fire up your browser and enter:
    http://<hostname>:<port>/jsf-renderkits
   where <hostName> is the host where the server is running
   and <port> is the port for requests.
