NOSCREENREDIR (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:NOSCREENREDIR}} <span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span> NOSCREENREDIR is a parameter on JANUS DEFINE, which defines a...")
 
(Automatically generated page update)
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:NOSCREENREDIR}}
<span class="pageSubtitle">Don't use REDIRECTs to map Legacy screens</span>
<span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span>


NOSCREENREDIR is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>NOSCREENREDIR</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


Indicates that ''[[Janus Web Server]]'' legacy support (automatic mapping of 3270 applications to HTML) is not to use the redirect's to map all screens for a legacy session to the same URL. This means that all legacy screens will be maintained as a separate browser cache entry that is a result of a POST to a generated URL. This parameter is only available in ''[[Sirius Mods]]'' 6.0 and later and its use is discouraged but is provided if for some reason full backward compatibility with earlier versions of ''[[Janus Web Server]]'' legacy support is desired. The NOSCREENREDIR can be overridden or set on a URL basis with the SCREENREDIR or NOSCREENREDIR parameter in JANUS WEB SCREEN rules.  
Indicates that <var class="product">[[Janus Web Legacy Support]]</var> (automatic mapping of 3270 applications to HTML) is not to use the redirect's to map all screens for a legacy session to the same URL. This means that all legacy screens will be maintained as a separate browser cache entry that is a result of a POST to a generated URL. This parameter is only available in ''[[Sirius Mods]]'' 6.0 and later and its use is discouraged but is provided if for some reason full backward compatibility with earlier versions of <var class="product">Janus Web Legacy Support</var> is desired.  


From ''[[Sirius Mods]]'' 6.0 to 6.2, NOSCREENREDIR would also cause ''[[Janus Web Server]]'' to switch to an internally generated URL on the first Janus Web Legacy page. In ''[[Sirius Mods]]'' 6.3 and later, NOSCREENREDIR prevents a redirect from being used for each page but does not cause an internally generated URL to be used for Janus Web Legacy pages. Use of these internally generated URLs under ''[[Sirius Mods]]'' 6.3 and later is controlled by the SCREENURL (:hdref refid=scurl.) parameter.  
<var>NOSCREENREDIR</var> can be overridden or set on a URL basis with the <var>SCREENREDIR</var> or <var>NOSCREENREDIR</var> parameter in <var>[[JANUS WEB SCREEN]]</var> rules.  


This parameter can be overridden on a URL basis by the SCREENREDIR and NOSCREENREDIR parameters on JANUS WEB SCREEN rules.  
From <var class="product">Sirius Mods</var> 6.0 to 6.2, <var>NOSCREENREDIR</var> would also cause ''Janus Web Server'' to switch to an internally generated URL on the first <var class="product">Janus Web Legacy</var> page. In <var class="product">Sirius Mods</var> 6.3 and later, <var>NOSCREENREDIR</var> prevents a redirect from being used for each page but does not cause an internally generated URL to be used for <var class="product">Janus Web Legacy</var> pages. Use of these internally generated URLs under <var class="product">Sirius Mods</var> 6.3 and later is controlled by the <var>[[SCREENURL (JANUS DEFINE parameter)|SCREENURL]]</var> parameter.  


Valid only for WEBSERV ports.
This parameter can be overridden on a URL basis by the <var>SCREENREDIR</var> and <var>NOSCREENREDIR</var> parameters on <var>JANUS WEB SCREEN</var> rules.  


==References==
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.
 
==See also==
<ul>
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


[[Category:JANUS DEFINE parameters|NOSCREENREDIR]]
[[Category:JANUS DEFINE parameters|NOSCREENREDIR]]

Latest revision as of 22:21, 16 April 2013

Don't use REDIRECTs to map Legacy screens

NOSCREENREDIR is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

Indicates that Janus Web Legacy Support (automatic mapping of 3270 applications to HTML) is not to use the redirect's to map all screens for a legacy session to the same URL. This means that all legacy screens will be maintained as a separate browser cache entry that is a result of a POST to a generated URL. This parameter is only available in Sirius Mods 6.0 and later and its use is discouraged but is provided if for some reason full backward compatibility with earlier versions of Janus Web Legacy Support is desired.

NOSCREENREDIR can be overridden or set on a URL basis with the SCREENREDIR or NOSCREENREDIR parameter in JANUS WEB SCREEN rules.

From Sirius Mods 6.0 to 6.2, NOSCREENREDIR would also cause Janus Web Server to switch to an internally generated URL on the first Janus Web Legacy page. In Sirius Mods 6.3 and later, NOSCREENREDIR prevents a redirect from being used for each page but does not cause an internally generated URL to be used for Janus Web Legacy pages. Use of these internally generated URLs under Sirius Mods 6.3 and later is controlled by the SCREENURL parameter.

This parameter can be overridden on a URL basis by the SCREENREDIR and NOSCREENREDIR parameters on JANUS WEB SCREEN rules.

Valid only for WEBSERV ports.

See also