Can my Web browser applications be used with System i multi-tier web server configurations?
Yes, but there are some additional configuration things you need to consider.
The browser version of the Visual LANSA Framework generates pages at runtime that are included in the LANSA for the Web page via Server Side Includes (SSI).
In a multi tier environment the web server and the application server are on different machines. (This is sometimes called a Model B implementation.)
Hence there is a requirement for the application server (where the include page is generated) to be able to have access to the web servers IFS system.
There is an IBM supplied file server called 'QFileSvr.400'. Creating a directory in there using the host name of another machine in the network gives you access to the other machine's IFS.
Conditions:
Command to execute:
MKDIR DIR('/QFileSvr.400/<target System i host name>')