Installation guide
Known Problems and Solutions
49
jvm.option=org.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB
In the servlet or JSP, you can use the following line to retrieve the system property set above:
out.println("org.omg.CORBA.ORBClass="+System.getProperty("org.omg.CORBA.ORBClass"));
NSAPI
Problem 531887. ACL doesn’t work on CGI files
If you disable AcceptLanguage in the magnus.conf and enable the NSAPI cache in the obj.conf, an
ACL protects CGI output only on the first request, but subsequent requests to the CGI are not
protected.
Workaround
Do not use the NSAPI cache. This cache can interfere with the proper functioning of the ACL
subsystem.
Problem 343875. URL Forwarding
A new PathCheck function called set-virtual-index specifies a virtual index for a directory,
which determines the URL forwarding. The index can refer to a LiveWire application, a servlet in
its own namespace, a Netscape Application Server applogic, and so on.
REQ_NOACTION is returned if none of the URIs listed in the from parameter match the current
URI. REQ_ABORTED is returned if the file specified by the
virtual-index parameter is missing or
if the current URI cannot be found. REQ_RESTART is returned if the current URI matches any one
of the URIs mentioned in the
from parameter or if there is no from parameter.
Problem 385457 (Windows NT). Multi-Process Mode Not Supported
On Windows NT, multi-process mode is not supported. This means that the MaxProcs directive in
the
magnus.conf file can not have a value greater that 1. For more information, see the
magnus.conf appendix in the NSAPI Programmer’s Guide.
Table 4 set-virtual-index Parameters
Parameter Description
virtual-index The URI of the content generator that acts as an index for the URI the user enters.
from An optional comma-separated list of URIs for which this virtual-index is
applicable. If from is not specified, the virtual-index always applies.