Hello. We are on WEM/DPM 8.5 and Portal 8.5.
I am interested in using tags for logging from display view JSPs in the sites application. The log4j tag library would work great, since DPM uses log4j, but the sites ear has log4j 1.2 and the tag library wasn't introduced until log4j 2.x.
I am wondering if anyone else has used the log4j tag library with DPM/DSM. Is it possible (recommended) to use the log4j 1.x bridge (log4j-1.2-api.jar)? Or is it possible to use both log4j 1.x and log4j 2.x (for JSP logging only) in the sites application?
Or, more generally, how have others implemented logging in DPM/DSM JSPs? We would like to avoid scriptlets.
Thanks much.