Skip to content

Commit 94b9922

Browse files
committed
1 parent 9a392fb commit 94b9922

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

samples/pox/readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
This sample shows a service that uses Plain Old XML rather than SOAP. Incoming
99
messages are handled via SAX, and a response is created using DOM.
1010

11-
2. INSTALLATION
11+
2. SERVER
1212

13-
Simply run "mvn package" and deploy the war file generated in target
13+
Simply run "mvn package" in the server directory and deploy the war file generated in 'target'.
14+
Alternatively, run "mvn jetty:run" to run the sample in a built-in Jetty6 Web
15+
container.
16+
17+
3. CLIENT
18+
19+
Simply run "mvn install exec:java" in each of the client subdirectories.

samples/stockquote/readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ this sample uses the HTTP server built into Java 6.
1212
2. RUNNING
1313

1414
This sample contains a main() method in the Driver class. To start it, simply
15-
run "mvn install exec:java".
15+
run "mvn install exec:java" in the server directory
16+
17+
3. CLIENT
18+
19+
Simply run "mvn install exec:java" in each of the client subdirectories.

0 commit comments

Comments
 (0)