I have developed a webapp to be distributed for final users.<br>The problem is that my webapp will call an executable that will create processes using PVM (Parallel Virtual Machine) in other machines using SSH.<br><br>I want to know what is the good solution for get this working.
<br><br>I thougth in the cases:<br>1 - Create a common user on all computers of the clusters an then run Tomcat as this user.<br><br>2 - Create a common user on all computers and in the machine that runs Tomcat, I will create an user with the same id of tomcat5.
<br><br>3 - Really create tomcat5 in all machines (but i have to create a home and password for this user in this case).<br><br>I want to know what is the best solution, and how to really implement this solution. If the first option is the best solution what is the best way to do this and tell to my clients to do? Is it really just edit /etc/default/tomcat5 and changes the owner of all Tomcat directories to this user (which directories I really want to change the owner)?
<br><br>I apreciatte any help, really telling me where i can found a tutorial that answer these questions...<br><br clear="all">Thanks for the attention,<br>&nbsp;<br>-----------------------------------------------------------
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Gustavo Henrique Orair<br>----------------------------------------------------------