I am new to Glassfish and Maven.
I have a custom log4j(custom_log4j.jar) which is extend existing log4j.jar with some add-on features. The problem is how can I config my maven or glassfish to use my custom_log4j.jar instead of accessing the standard log4j.jar.
I have try to to find out on the internet, some says have to put this custom_log4j.jar into galssfish/domains1/lib/ext, some says put to galssfish/domains1/lib. Which is correct? And how can I config in pom.xml to access this custom_log4j.jar?