I have YUI Compressor jars in the Web-inf Folder & below is the setting of wro.properties. YUI Compressor I did Remove jars & also the managerFactory to " ExtensionsConfigurableWroManag erFactory "to see IF it works however it WHENEVER i Gives me 404 Add yuiJsMin error on browser.
When postProcessors value is change to jsMin it however works. Let me know if additional filters & jars needs to be added to work this. Web.xml entries are give below.wro.properties------------------------
managerFactoryClassName = RO. isdc.wro.manager.factory. ConfigurableWroManagerFactorypreprocessors = cssUrlRewriting, cssImport, semicolonAppenderpostProcessors = lessCss, yuiJsMin, yuiCssMingzipResources = trueweb.xml------------------<filter><filter-name> WebResourceOptimizer </ Filter- name><filter-class>ro.isdc.wro.http.WroFilter</ Filter-class></ Filter><filter-mapping><filter-name> WebResourceOptimizer </ Filter- name><url-pattern> / WRO / * </ url- pattern></ Filter-mapping>