Skip to content

Commit 0380a25

Browse files
author
Thomas Weise
committed
Further minor improvements to docus
1 parent 9ca468a commit 0380a25

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

javaServerPages/examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ The following steps are for Linux, but under Windows it will be pretty much the
151151
5. It should list `myJSPs`. If you click this menu point, you get a list of the installed servlets.
152152
6. You can access the JavaServer Pages as follows
153153

154-
a. [http://localhost:8080/myJSPs/index.jsp](http://localhost:8080/myJSPs/index.jsp)
155-
b. [http://localhost:8080/myJSPs/greetings.jsp](http://localhost:8080/myJSPs/greetings.jsp)
154+
1. [http://localhost:8080/myJSPs/index.jsp](http://localhost:8080/myJSPs/index.jsp)
155+
2. [http://localhost:8080/myJSPs/greetings.jsp](http://localhost:8080/myJSPs/greetings.jsp)

javaServlets/examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ The following steps are for Linux, but under Windows it will be pretty much the
9898
5. It should list `myServlets`. If you click this menu point, you get a list of the installed servlets.
9999
6. You can access the servlets as follows
100100

101-
a. [http://localhost:8080/myServlets/HelloWorld](http://localhost:8080/myServlets/HelloWorld)
102-
b. [http://localhost:8080/myServlets/RequestData](http://localhost:8080/myServlets/RequestData)
103-
c. [http://localhost:8080/myServlets/SessionData](http://localhost:8080/myServlets/SessionData)
101+
1. [http://localhost:8080/myServlets/HelloWorld](http://localhost:8080/myServlets/HelloWorld)
102+
2. [http://localhost:8080/myServlets/RequestData](http://localhost:8080/myServlets/RequestData)
103+
3. [http://localhost:8080/myServlets/SessionData](http://localhost:8080/myServlets/SessionData)
104104

105105

106106
## 3. Stand-alone Java Servlets?

webServices/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,5 @@ We basically now create the environment variable on the fly when starting the se
198198
3. In your web browser, visit [`http://localhost:8080`](http://localhost:8080).
199199
4. The service should now be listed on the web page. If you click it, you can get the automatically-generated WSDL, e.g.,
200200

201-
a. [http://localhost:8080/axis2/services/Calculator?wsdl](http://localhost:8080/axis2/services/Calculator?wsdl)
202-
b. [http://localhost:8080/axis2/services/WarehouseService?wsdl](http://localhost:8080/axis2/services/WarehouseService?wsdl)
201+
1. [http://localhost:8080/axis2/services/Calculator?wsdl](http://localhost:8080/axis2/services/Calculator?wsdl)
202+
2. [http://localhost:8080/axis2/services/WarehouseService?wsdl](http://localhost:8080/axis2/services/WarehouseService?wsdl)

0 commit comments

Comments
 (0)