Configure the source and target systems to migrate products from the command line.
From the Application Explorer, navigate to the Data-Admin-System-Targets class.
Https?: Select this check box if you want to use HTTP with Secure Sockets Layer protocol for product migration.
Port Number: Enter a target server port number, such as 8080.
Context Root: Enter a target server context root name, such as prweb or prweb.war.
Note: If you add target systems from the user interface, the system prompts you for the login credentials during migration.
Add target systems from the command line by using the addTarget action under the Manage target systems category in the Command-line tool actions topic.
Add the same role and user to the tomcat-users.xml file:<role rolename="PegaDiagnosticUser"/>
<user username="pega" password="pega" roles="PegaDiagnosticUser"/>
Previous: Installing the command-line tool |
Next: Migrating products |