#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
Reverse proxy is controlled by the "ProxyPass" directive.
The "ProxyRequests" directive is either "On" or "Off".
Example proxy:
ProxyPass /rest/bpm/monitor/ http://localhost:9085/rest/bpm/monitor/
ProxyPass / http://localhost:8080/
Old Stuff
Deployment Environments
Sizing the Screen
The size of the content within the application is governed by CSS. In your deployment
environment's CSS, consider setting the "#content" styling. For example:
#content {
height: auto;
margin: 0 auto;
width: auto;
}
Worklight Adapters
Worklight applications provide user interfaces that run on the mobile devices and are served by the
Worklight server. In order to allow these client applications to make calls to service providers, IBM
provides the concept of Worklight adapters. An adapter is a component defined to run on the
Worklight server which receives requests from the client UI applications and routes them correctly
to the back-end services.
See Also:
• DeveloperWorks - Develop Worklight adapters with AT&T mobile APIs - 2013-01-06
• DeveloperWorks - Error handling in IBM Worklight adapters - 2012-12-05
HTTP Adapter
Properties:
method get, post, put, delete, head
path value
returnedContentType json, css, csv, javascript, plain, xml, html
returnedContentEncoding encoding
parameters {…}
headers {…}
cookies {…}
body
contentType text/xml or similar
content
Page 289
Comentários a estes Manuais