I am using TeamSite/LiveSite (7.1) and wish to implement a custom Page Token.
I see from the docs on autonomy that this is something that's available OOTB.
I've looked at FAQ (
https://customers.autonomy.com/support/secure/docs/FAQ/Interwoven/64899.html)
So I created my own PageTokenVariableCustom.java file and placed it in:
\local\config\lib\content_center\livesite_customer_src\src
I also edited the file customer-resource-config.xml that lives under:
\local\config\lib\content_center\livesite_customer_src\etc\conf\livesite_customer\resources
But I am having trouble getting the bean registered, the example given in the FAQ looks incomplete. I am looking for an example of how that bean definition should look for a custom class of your own.
Thanks.