You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1756 8e941d3f-bd1b-0410-a28a-d453659cc2b4
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
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. |