About the Test Utility > Arbortext Publishing Engine Test Utility Dialog Boxes > Modify URI Dialog Box
  
Modify URI Dialog Box
The Modify URI dialog box displays when you click Edit URI from the Java Test Editor or JavaScript Test Editor. Use this dialog box when running Arbortext Publishing Engine Test Utility in embedded mode to simulate client and server machines, as well as provide a simulated servlet configuration.
The Modify URI dialog box offers the following options:
Client Machine — Specifies the following settings for the simulated client machine:
Host Name — Specifies the domain name of the client.
Host Address — Specifies the IP address of the client.
User ID — Specifies the unique user ID of the client.
Server Machine — Specifies the following settings for the simulated Arbortext PE Request Manager:
Host Name — Specifies the host name of the Arbortext PE server.
Port Number — Specifies the port number monitored by the server (if it was a real server).
Servlet Configuration — Specifies the following settings for the Arbortext Publishing Engine servlet:
Context — Specifies the part of the request URI that indicates the context of the request. The context path always comes first in a request URI. The path starts with a "/" character but does not end with a "/" character. For servlets in the default (root) context, this method returns "".
Servlet — Specifies the part of the request URL that calls the servlet. This includes either the servlet name or a path to the servlet, but does not include extra path information or a query string.
Path — Specifies extra path information associated with the request URL. The extra path information follows the servlet path but precedes the query string.
Translated Path — Specifies extra path information after the servlet name but before the query string, which is translated to a real path.