A transport entry defines a specific network route to a machine running VA Smalltalk. Generally, this consists of a communication protocol (using one of the transport modules supplied with Web Connection) and protocol-specific addressing information.
Your configuration file must contain at least one transport entry, even if your VA Smalltalk application and your Web server are running on the same machine. If you need to route requests to multiple different VA Smalltalk images, you must configure a separate
transport entry for each image.
A link entry defines the VA Smalltalk part corresponding to a URL path. This line controls which specific page will respond to incoming requests. Your configuration file must contain at least one
link entry.
By specifying different PATH_INFO values on different link entries, you can specify that different part names should be accessed in different locations. This means that you can use a single Web server to route incoming requests to multiple VA Smalltalk applications running in different locations.
A verbose entry configures the amount of information included in error pages returned to browsers. This option is ignored if you use the Servlet interface. The format of a verbose entry is as follows:
If you specify verbose off, the error messages returned from WSI will not reveal any information about your WSI configuration, which can be important if you are concerned about security.
If you specify verbose on, the error messages will include detailed information about your Web server setup, including:
A log entry is used to configure the logging of error and debugging information during the running of the WSI application. The format a
log entry is:
The default is log on. If you specify
log off no additional error information is logged. The setting of
log debug should only be used when directed by IBM service.
The optional filename string will override the default log file name and only applies to CGI and ISAPI programs.
Copyright 2005, 2020 Instantiations, Inc. All rights reserved.