[gist][jsp] Locating all incrementally published templates



Introduction

JSP provides a form interface requiring a valid site id (obtained from Publishing Design, Publishing Runtime, or Workbench). Upon submission the page will do the following:
[ol]
[li]Iterate through all templates in the Site[/li][li]Iterate through all slots associated to templates[/li][li]Load each slot’s finder[/li][li]Determine slot’s isMustIncrementallyPublish[/li][li]Publish results[/li][/ol]

Installation
[ol]
[li]Create a new JSP in /path/to/Rhythmyx/AppServer/server/rx/deploy/rxapp.ear/rxapp.war/user/pages/[/li][li]Copy the code found at https://gist.github.com/3946845 to this new JSP[/li][li]Access JSP by going to [/li]```
http://your-rhythmyx-instance:9992/Rhythmyx/user/pages/name-of-file.jsp


[/ol]

Gist: https://gist.github.com/3946845



Similar output can be achieved by enabling the [B]PSIncrementalPublishingFilter[/B] in /path/to/Rhythmyx/AppServer/server/rx/conf/log4j.xml

Log4J Example Gist: https://gist.github.com/3946918