P
pelfed
Guest
Hi All
I'm a relative newbie to Unix and am trying to execute a "mail.sh" command via CFEXECUTE
Here is an example of my coldfusion page:
<cfexecute name="/usr/local/psa/bin/mail.sh" timeout="100" arguments="-c [email protected] -cp_access true -redirect true -rediraddr someaddr@someaddr"></cfexecute>
I get the following error when I run this:
An exception occurred when invoking an external process.
The cause of this exception was that: java.io.IOException: java.io.IOException: /usr/local/psa/bin/mail.sh: not found.
I'm a relative newbie to Unix and am trying to execute a "mail.sh" command via CFEXECUTE
Here is an example of my coldfusion page:
<cfexecute name="/usr/local/psa/bin/mail.sh" timeout="100" arguments="-c [email protected] -cp_access true -redirect true -rediraddr someaddr@someaddr"></cfexecute>
I get the following error when I run this:
An exception occurred when invoking an external process.
The cause of this exception was that: java.io.IOException: java.io.IOException: /usr/local/psa/bin/mail.sh: not found.