Question
How to use PRPC Product Migration Command Line Utility?
Hi,
I read the content in this link: https://pdn.pega.com/sites/pdn.pega.com/files/help_v71/procomhelpmain.htm#tools/productmigration/productmigration_cmd.ht…, but I haven't really been able to set this up correctly. Below are the questions that I have:
1) Where do I find tomcat-users.xml? Is this file available even if we use WebSphere?
2) Set JAVA_HOME environment variable to a valid Jdk5 or Jdk6 directory - where do I find this directory information?
I am just starting with this and I am sure to encounter further issues, however, to at least get started, I think I will require answers to these questions.
Thanks.
***Updated by moderator: Lochan to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi Aritijt,
The file "tomcat-users.xml" is specific to Tomcat - it's a very simple file-based database of users/roles that Tomcat will check in order to authenticate a user (etc). [ see: https://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html ]
For the 'full-blown' App Servers like Websphere , Weblogic etc - you will need to use the 'admin console' (and/or you can do this with XML configuration if you really want to) to setup users and roles.
The same goes for 'JAVA_HOME' - the 'admin console' should allow you find where the 'JAVA_HOME' is set to.
The 'help' link you provided (and I checked the latest version of this on my 7.1.8 system - it's the same) probably needs to be modified to state this is specifically for Tomcat to avoid causing confusion - I'll contact our Documentation teams about that.
Thanks,
John
EDIT: With regard to the instructions needed for setting up the Diagnostic User : note that the installation guides for each Application Server (I have listed the latest [7.1.8] here - but you please check the PDN for your specific version) contain specific instructions on this.
Websphere: https://pdn.pega.com/documents/pega-718-installation-guide-for-websphere-on-oracle [Page 44]
Weblogic: https://pdn.pega.com/documents/pega-718-installation-guide-for-weblogic-on-oracle [Page 43]
JBoss: https://pdn.pega.com/documents/pega-718-installation-guide-for-red-hat-jboss-on-oracle [Page 37]