drm - Adobe Content Server - set filename for .acsm file -
I am using Adobe Content Server (ACS) on our site. I would like to know that the file name set of the .ccm file What is possible in the process of generating GBN? Now each .acsm file that is downloaded by the user is named "URLLink.acsm". I got only one mention of this, but no solution has been suggested. I appreciate any help. This is really possible and you need to modify the web .xml file in the full package. If you open a .war package in a program like 7-Zip, browse the web-INF where you can browse the web. Can find XML. On or around the line 110, you will find this bit of code: & lt; Servlet-mapping & gt; & Lt; Servlet-name & gt; URLLink & lt; / Servlet-name & gt; & Lt; URL pattern & gt; URLLink.acsm & lt; / URL pattern & gt; & Lt; / Servlet-mapping & gt; Would you like to change it: & lt; Servlet-mapping & gt; & Lt; Servlet-name & gt; URLLink & lt; / Servlet-name & gt; & Lt; U...