File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/jaxws-integration/test-resources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 130130 <!-- ================================================= -->
131131 <transportReceiver name =" http"
132132 class =" org.apache.axis2.transport.http.SimpleHTTPServer" >
133- <parameter name =" port" >6060</parameter >
133+ <!-- < parameter name="port">6060</parameter> Port dynamically allocated by test framework -- >
134134 <!-- If you want to give your own host address for EPR generation-->
135135 <!-- uncomment following parameter , and set as you required.-->
136136 <!-- <parameter name="hostname">http://myApp.com/ws</parameter>-->
Original file line number Diff line number Diff line change 173173 <!-- ================================================= -->
174174 <transportReceiver name =" http"
175175 class =" org.apache.axis2.transport.http.SimpleHTTPServer" >
176- <!-- < parameter name="port">9090 </parameter> Port dynamically allocated by test framework -->
176+ <parameter name =" port" >0 </parameter > <!-- Dynamic port allocation -->
177177 <!-- Here is the complete list of supported parameters (see example settings further below):
178178 port: the port to listen on (default 6060)
179179 hostname: if non-null, url prefix used in reply-to endpoint references (default null)
You can’t perform that action at this time.
0 commit comments