Dears,
I have this question, our client
requests to make datapower
acting like http server
, so i created multi-protocol gateway service
, and i set the backend
http://myLiferayWebApp/
and i set both request
and response
types pass Thru
.
the web application runs successfully but when enspecting elements for HTML
page i found that all URL resources
are wrtitten by datapower
, javascript
files, images
and css
files, like
http://datapowerURL:8001/css/header.css
http://datapowerURL:8001/css/footer.css
http://datapowerURL:8001/css/content.css
//-- dozens of css files are below
http://datapowerURL:8001/js/dojo.js
http://dataPowerURL:8001/js/foo.js
//--dozens of Javascript files are below.
//-- the same thing with images ... for every class for every button.
so all of these resources
are requested through datapower ??? is that right to do this with datapower
and the datapower
can handle all resources
requests ????? and can this step affects on performance and speed ????