Changing command line port

TestArchitect supports users in changing the TA command line port number to resolve port conflicts.

注意: 
Applies to TestArchitect 8.3 Update 5 and higher.

覚えておく: 

On a Windows machine

Use the following command:

Set COMMANDLINE_PORT=<New port number>

For example:

Set COMMANDLINE_PORT=53843

On a Red Hat Linux machine

Use the following command:

export COMMANDLINE_PORT=<New port number>

For example:

export COMMANDLINE_PORT= 53843

In Docker Environment

When you deploy the TestArchitect image on multiple containers at once within a single Docker host machine, the containers will share the same TestArchitect command line port. So it is possible that TestArchitect test results are not returned to the proper container.

In order to address the issue, you need to modify the port number of the TA command line on each container in the Docker environment. In summary, change the port number when you start the TestArchitect image on a container.

Your command might resemble the following:

$ docker run -it --rm -p 53843:53843 -e COMMANDLINE_PORT=53843 --name <ContainerName> <Image>:<Tag>  

Where -e: to modify the COMMANDLINE_PORT environment variable.


Copyright © 2024 LogiGear Corporation. All rights reserved. LogiGearはLogiGear Corporationの登録商標であり、Action Based TestingおよびTestArchitectはLogiGear Corporationの商標です。ここに記載されているその他の商標は、各所有者の財産です。

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1 (650) 572-1400