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; URL pattern & gt; * ACSM & Lt; / Url pattern & gt; & Lt; / Servlet-mapping & gt;   

Then you want the URLLink.acsm code in GBLink in your bookstore, like 'BlahBlahBlah.acsm':

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -