File tree 4 files changed +13
-37
lines changed
photon/src/test/cmd_exec/conf
4 files changed +13
-37
lines changed Original file line number Diff line number Diff line change 219
219
-Dspring.config.location=src/test/cmd_exec/conf/application.properties,target/local.properties
220
220
-Dspring.flyway.locations=classpath:db/migration/${metc.flyway.vendor} /
221
221
-Dmetc.instance=1
222
- -Dmetc.rpc.port=9000
223
- -Dserver.port=9020
222
+ -Dmetc.rpc.port=19000
223
+ -Dserver.port=19020
224
224
</jvmArguments >
225
225
</configuration >
226
226
</plugin >
386
386
<key >metc.instance.com.sun.management.jmxremote.ssl</key >
387
387
<value >false</value >
388
388
</systemProperty >
389
- <systemProperty >
390
- <key >metc.port.metc.rpc.port</key >
391
- <value >9000</value >
392
- </systemProperty >
393
- <systemProperty >
394
- <key >metc.port.metc.sa.rpc.port</key >
395
- <value >9010</value >
396
- </systemProperty >
397
389
<systemProperty >
398
390
<key >metc.instanceport.server.port</key >
399
- <value >9020</value >
400
- </systemProperty >
401
- <systemProperty >
402
- <key >metc.port.metc.cluster.port</key >
403
- <value >9040</value >
391
+ <value >19000</value >
404
392
</systemProperty >
405
393
<systemProperty >
406
- <key >metc.port.metc.stomp.port</key >
407
- <value >9050</value >
408
- </systemProperty >
409
- <systemProperty >
410
- <key >metc.port.metc.jms.port</key >
411
- <value >9060</value >
394
+ <key >metc.port.metc.rpc.port</key >
395
+ <value >19010</value >
412
396
</systemProperty >
413
397
<systemProperty >
414
- <key >metc.port.metc.sa.jms .port</key >
415
- <value >9070 </value >
398
+ <key >metc.port.metc.cluster .port</key >
399
+ <value >19040 </value >
416
400
</systemProperty >
417
401
<systemProperty >
418
402
<key >metc.port.metc.acceptor.qf.port</key >
419
- <value >9080</value >
420
- </systemProperty >
421
- <systemProperty >
422
- <key >metc.port.metc.jms.jmx.port</key >
423
- <value >9090</value >
424
- </systemProperty >
425
- <systemProperty >
426
- <key >metc.instanceport.com.sun.management.jmxremote.port</key >
427
- <value >9100</value >
403
+ <value >19080</value >
428
404
</systemProperty >
429
405
</systemProperties >
430
406
<classpathScope >test</classpathScope >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ metc.cluster.work.unit.evaluation.delay=1000
24
24
# indicates how long, if at all, to delay FIX session creation from config
25
25
metc.fix.session.creation.delay =10000
26
26
# port used for FIX acceptor sessions
27
- metc.dare.acceptor.port =9030
27
+ metc.dare.acceptor.port =19020
28
28
#
29
29
# Security Settings
30
30
#
Original file line number Diff line number Diff line change 209
209
<argument >--add-host</argument >
210
210
<argument >host.docker.internal:host-gateway</argument >
211
211
<argument >-p</argument >
212
- <argument >9000 :9000</argument >
212
+ <argument >19000 :9000</argument >
213
213
<argument >-p</argument >
214
- <argument >9010 :9010</argument >
214
+ <argument >19010 :9010</argument >
215
215
<argument >-p</argument >
216
- <argument >9020 :9020</argument >
216
+ <argument >19020 :9020</argument >
217
217
<argument >--env-file</argument >
218
218
<argument >target/local.properties</argument >
219
219
<argument >-t</argument >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ host.name=localhost
7
7
#
8
8
# MATP server port
9
9
#
10
- host.port =9000
10
+ host.port =19010
11
11
#
12
12
# Security Settings
13
13
#
You can’t perform that action at this time.
0 commit comments