You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ For running some of the [Java Servlets](http://github.com/thomasWeise/distribute
138
138
139
139
### 3.5. Apache Axis2/Java
140
140
141
-
For running the [Web Service](http://github.com/thomasWeise/distributedComputingExamples/tree/master/webServices/) examples, you will need to download [Apache Axis2/Java](http://axis.apache.org/axis2/java/core/) from the corresponding [download page](http://axis.apache.org/axis2/java/core/download.html). I recommend using at least Axis2 1.7.2.
141
+
For running the [Web Service](http://github.com/thomasWeise/distributedComputingExamples/tree/master/webServices/) examples, you will need to download [Apache Axis2/Java](http://axis.apache.org/axis2/java/core/) from the corresponding [download page](http://axis.apache.org/axis2/java/core/download.html). I recommend using at least Axis2 1.7.3.
3. Click to download the `Binary Distribution`, at the time of this writing, this is [Axis2-1.7.2](http://www.apache.org/dyn/closer.lua/axis/axis2/java/core/1.7.2/axis2-1.7.2-bin.zip)
174
-
4 The click leads you to a page to select the mirror. Choose the one closest to you and click the corresponding link. Here let's use [this link](http://www-eu.apache.org/dist/axis/axis2/java/core/1.7.2/axis2-1.7.2-bin.zip).
173
+
3. Click to download the `Binary Distribution`, at the time of this writing, this is [Axis2-1.7.3](http://www.apache.org/dyn/closer.lua/axis/axis2/java/core/1.7.3/axis2-1.7.3-bin.zip)
174
+
4 The click leads you to a page to select the mirror. Choose the one closest to you and click the corresponding link. Here let's use [this link](http://www-eu.apache.org/dist/axis/axis2/java/core/1.7.3/axis2-1.7.3-bin.zip).
175
175
4. Unpack the downloaded archive into a folder of your liking (let's call this folder `F`).
176
176
5. Open a terminal console and go (`cd`) into folder `F`.
177
-
6. In the folder `F` (where you unpackaged the archive), go to sub-folder `axis2-1.7.2/bin/`, i.e., to `F/axis2-1.7.2/bin/`, where the `1.7.2` is to be replaced by the version number of your actual download.
177
+
6. In the folder `F` (where you unpackaged the archive), go to sub-folder `axis2-1.7.3/bin/`, i.e., to `F/axis2-1.7.3/bin/`, where the `1.7.3` is to be replaced by the version number of your actual download.
178
178
7. Type `./axis2-server.sh` under Linux or `axis2server.bat` under Windows. The server will now start or it may say something like `You must set the JAVA_HOME variable before running Axis2 Script.`. In the latter case, we need to set `JAVA_HOME` properly. We discuss later how to do that. For now let us assume success.
179
179
8. Under Windows, a window may pop up asking you for allowing the program internet access permission, which you should OK.
180
180
9. Open your web browser and visit its configuration page at [`http://localhost:8080`](http://localhost:8080).
@@ -210,7 +210,7 @@ We basically now create the environment variable on the fly when starting the se
210
210
##### 2.5.3. Deploy `aar` to Axis2
211
211
212
212
1. Find the `aar` archive of your Web Service server component. This will usually be in the folder `target` of the example projects.
213
-
2. Copy it into the folder `F/axis2-1.7.2/repositories/services` (where, again, `1.7.2` is to be replaced by your actual Axis2 version).
213
+
2. Copy it into the folder `F/axis2-1.7.3/repositories/services` (where, again, `1.7.3` is to be replaced by your actual Axis2 version).
214
214
3. In your web browser, visit [`http://localhost:8080`](http://localhost:8080).
215
215
4. The service should now be listed on the web page. If you click it, you can get the automatically-generated WSDL, e.g.,
0 commit comments