I had a similar problem and somehow determined that
somewhere along the line the treatment of $PATH changed.
It used to pickup the path of the user owning httpd, but it
stopped doing that and picked up a more limited path.
I am not sure where it gets it. Under linux, I created a symbolic
link in /usr/local/bin to the executable and things have worked
since then, so I just decided to live with it.

As I remember the path also included /bin and /usr/bin.

If you end up determining more specifically what is happening
please post it.

> I've been trying to move some servlets I've had running successfully
> using the JSDK servletrunner over to Jserv.  The servlets that try to
> exec() an executable file on the server (Digital UNIX 4.0) now no
> longer work correctly.  I can do simple things like exec(ls -l) or
> exec(cat filename) but the really useful programs seem to fall over,
> I've tried a number of things but with no results.  Is there something
> obvious I'm doing wrong (or that needs to be set) that experienced
> users can suggest????





-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to