1 Reply Latest reply on Jun 9, 2007 12:22 AM by ckadam

    Is it possible to server A4J resources as static content on

      A4J framwork requires few JavaScript files like prototype.js, utils.js, modalPanel.js etc.

      All these files are requested as http://localhost:8080/a4j.res/prototype.js.jsf

      Is it possible to host these static resources on WebServer, and making A4J to include static path to such resources (e.g http://localhost:8080/scripts/a4j/prototype.js). This will allow use to implement some caching of static resources on the Web Server, rather than having to go thru App Server.