Hi,

Has somebody tried to implement this library : JAWR
to minify, bundle and compress Javascript, CSS and CSS Image files
https://jawr.dev.java.net/

I try with "jawr.properties" file (just for javascript files) and implemented 
JavascriptServlet in web.xml
Into Ecommerce application, it works well, with :

"jawr.js.bundle.ecolib.id=/bundles/ecolib.js"
"jawr.js.bundle.ecolib.mappings=/images/**"

I get the file :
http://mydomain/ecommerce/images/bundles/ecolib.js

Into My Application, with :

"jawr.js.bundle.mylib.id=/bundles/mylib.js"
"jawr.js.bundle.mylib.mappings=/images/**"

If I call
http://mydomain/mymountpoint/images/bundles/mylib.js  = The requested resource 
() is not available.
But http://mydomain/mymountpoint/images/bundles/ecolib.js works well

I need a lot your help
Tank you so much in advance

Eric

Reply via email to