More specific doc for Apache module, rebuild sample

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1756 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2011-07-22 12:36:38 +00:00
parent 45ed50343c
commit 942e341330

View File

@ -1,7 +1,11 @@
Appache module configuration :
Apache must be configured to route requests to wst services
LoadModule wst_module modules/mod_wst.so
<Location /wst>
SetHandler wst-handler
</Location>
<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.