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
5. Try again `./axis2-server.sh`, now it should work.
178
+
5. Try again to execute `./axis2-server.sh`, now it should work.
179
179
180
180
We basically now create the environment variable on the fly when starting the server.
181
181
@@ -187,15 +187,16 @@ Under Windows, we can solve this in a similar crude way, by editing the server s
187
187
2. Scroll to the end of the fist line (the one with `@echo off`) and press enter.
188
188
3. Insert `SET JAVA_HOME=C:\Program Files\Java\jdk1.8.0_66`, where `C:\Program Files\Java\jdk1.8.0_66` is to be replaced with the installation folder of your JDK. You can find this folder by going into `C:\Program Files\Java` with the Explorer and searching for something looking like a JDK.
189
189
4. Save and close the file.
190
-
5. Try again `./axis2-server.bat`, now it should work.
190
+
5. Try again to execute `axis2-server.bat`, now it should work.
191
191
192
192
We basically now create the environment variable on the fly when starting the server.
193
193
194
194
##### 2.5.3. Deploy `aar` to Axis2
195
195
196
196
1. Find the `aar` archive of your Web Service server component. This will usually be in the folder `target` of the example projects.
197
-
2. Copy it into the folder `F/axis2-1.7.1/repositories/services`.
197
+
2. Copy it into the folder `F/axis2-1.7.1/repositories/services` (where, again, `1.7.1` is to be replaced by your actual Axis2 version).
198
198
3. In your web browser, visit [`http://localhost:8080`](http://localhost:8080).
199
199
4. The service should now be listed on the web page. If you click it, you can get the automatically-generated WSDL, e.g.,
200
+
200
201
a. [http://localhost:8080/axis2/services/Calculator?wsdl](http://localhost:8080/axis2/services/Calculator?wsdl)
201
202
b. [http://localhost:8080/axis2/services/WarehouseService?wsdl](http://localhost:8080/axis2/services/WarehouseService?wsdl)
0 commit comments