diff --git a/wst/trunk/samples/apache_module/ReadMe.txt b/wst/trunk/samples/apache_module/ReadMe.txt index 6bcd53303..19e89bd23 100644 --- a/wst/trunk/samples/apache_module/ReadMe.txt +++ b/wst/trunk/samples/apache_module/ReadMe.txt @@ -1,7 +1,11 @@ -Appache module configuration : +Apache must be configured to route requests to wst services -LoadModule wst_module modules/mod_wst.so + + SetHandler wst-handler + - - SetHandler wst-handler - \ No newline at end of file +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. \ No newline at end of file