I added a web resource. Now I need to add this image from the web resource to the servlet page.
I found a very long url that consists of hashes and looks like this:
s/d41d8cd98f00b204e9800998ecf8427e-CDN/glyc89/815001/e75a004b2378217a9317e75de5991f26/24afe0262de43a194be56eb5fcd54e7a/_/download/contextbatch/js/projectx,-_super/batch.js
I need to get the path to my files in the code so that I can include them on the page, for example as an image.
How to do it?