[CXF-5962] add some note to logbrowser's README.txt
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/3eaca651 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3eaca651 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3eaca651 Branch: refs/heads/3.0.x-fixes Commit: 3eaca65105a774c08d01284ff532176c5e84035e Parents: 4bddc1f Author: Akitoshi Yoshida <[email protected]> Authored: Wed Aug 20 11:48:41 2014 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Wed Aug 20 14:22:18 2014 +0200 ---------------------------------------------------------------------- distribution/src/main/release/samples/logbrowser/README.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/3eaca651/distribution/src/main/release/samples/logbrowser/README.txt ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/logbrowser/README.txt b/distribution/src/main/release/samples/logbrowser/README.txt index 4b53588..912ba46 100644 --- a/distribution/src/main/release/samples/logbrowser/README.txt +++ b/distribution/src/main/release/samples/logbrowser/README.txt @@ -24,7 +24,7 @@ This sample project generates a war file which can be used in a servlet containe or even in an OSGi container. Assuming you have a freshly intalled Apache Karaf-3.x, -1) Start Karaf and at its console, type (note m.n corresponding the version numbers) +1) Start Karaf and at its console, type(*Note) feature:repo-add cxf 3.m.n feature:install war feature:install cxf-management-web @@ -36,3 +36,10 @@ Assuming you have a freshly intalled Apache Karaf-3.x, http://localhost:8181/cxf-samples-logbrowser/log/logs 4) To generate custom log entry open new browser's window and go to: http://localhost:8181/cxf-samples-logbrowser/customer-service.html + +*Note: +- 3.m.n corresponding the CXF's version numbers (e.g., 3.1.0, 3.0.2, etc) +- As this web.xml registers two CXFServlets (one for the browsing the log and +the other for providing the test service), OSGi system property +org.apache.cxf.osgi.http.transport.disable must be set to false +(in etc/system.properties) to allow these two servlets to be started.
