Page History
...
2. Try to create the temporary directory, depending on the platform:
Windows Windows: "<rootdir>/tmp" directory.
Other Other platforms: "<sysdir>/tmp" directory.
3. Try to use the existing directory, depending on the platform:
On On Linux: /tmp
On On other platforms: <sysdir>
4. It should never get here, but if it does, a Fatal error occurs. Interactive jobs will show a message box and server jobs will output a message to STDOUT. On Windows the Listener can be run as a process rather than as a service to see these messages (lcolist –sstop; lcolist –c –d –x)
For example
On Windows, LANSA installed under "c:\program files\lansa":
<sysdir> <sysdir> under 64bit is "c:\program files\lansa\x_win64\x_lansa"
<sysdir> <sysdir> under 32bit is "c:\program files\lansa\x_win95\x_lansa"
<rootdir> <rootdir> is "c:\program files\lansa"
...