Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <pattern:web-service-proxy name="unsecure_ws_proxy"
  2. inboundAddress="http://localhost:80/services/service_common_name"
  3. outboundAddress="http://localhost:8080/app_name/proxied_service_name"
  4. />
  5.  
  6. <pattern:web-service-proxy name="secure_ws_proxy"
  7. inboundAddress="https://localhost:443/services/service_common_name"
  8. outboundAddress="https://localhost:8443/app_name/proxied_service_name"
  9. />
  10.  
  11. <https:connector name="httpsConnector">
  12. <https:tls-key-store path="keystore.jks" keyPassword="<Your Password>"
  13. storePassword="<Your Password>"/>
  14. </https:connector>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement