Files
lazarus-ccr/wst/trunk/samples/apache_module
inoussa 4f9cf13e5f Improve project files (Thanks Juha)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3864 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2015-01-03 13:44:46 +00:00
..
2010-01-29 15:55:18 +00:00

Apache must be configured to route requests to wst services

  <Location /wst>
    SetHandler wst-handler
  </Location>

Services can then be invoked through the following addressing schema
http://127.0.0.1:8080/wst/services/UserService

  UserService  : the target service
  wst/services : constant.