Configure web server to submit jobs » History » Revision 7
Revision 6 (Neil Voss, 05/27/2010 03:56 PM) → Revision 7/11 (Amber Herold, 06/08/2010 01:57 PM)
h1. Configure web server to submit jobs h2. configuration at web server side *IMPORTANT*: What we refer here as _your_cluster.php_ should not be taken literally. For example, if you access your cluster through the network with a name "bestclusterever", you should name your cluster configuration php file *bestclusterever.php*, not _your_cluster.php_. # Go to your myamiweb/processing your_dbem_1_5_1/processing directory (on CentOS this may be in /var/www/html) # Copy *default_cluster.php* to _your_cluster.php_ # [[ClusterPhpSettings|Edit your_cluster.php]] to correspond to your cluster configuration. # Edit *config_processing.php* to add your cluster and, if desired, a stand-alone workstation as processing_host and register the _your_cluster.php_ you just created. <pre> $PROCESSING_HOSTS[]="your_stand-alone_processing_workstation"; $PROCESSING_HOSTS[]="your_cluster"; $CLUSTER_CONFIGS= array ( 'your_cluster' ); </pre> _______ [[Setup job submission server|< Setup job submission server]] | [[Testing job submission|Testing job submission >]] _______