WebObjects runs on Solaris and NEXTSTEP UNIX systems.
Under Solaris, the <NeXT_Root> directory is the /usr directory. After you've downloaded WebObjects, you'll find WebObjects resides under the /usr/NextLibrary directory.
Using the ps command
To check which scripted WebObjects applications are running on a Solaris system use
ps -eaf | grep DefaultApp
To check which compiled WebObjects applications are running on a Solaris system use
ps -eaf | grep <ApplicationName>
Under NEXTSTEP, the <NeXT_Root> directory is the root (/) directory. After you've downloaded WebObjects, you'll find WebObjects resides under the /NextLibrary directory.
Using the ps command
To check which scripted WebObjects applications are running on a NEXTSTEP system use
ps -aux | grep DefaultApp
To check which compiled WebObjects applications are running on a NEXTSTEP system use
ps -aux | grep <ApplicationName>