wrapper.backend.type |
||||||||
The Wrapper needs to maintain constant communication between the Wrapper process and a class running within the JVM. This communication has traditionally been done using a socket across the loopback device (localhost). This has been safe and reliable but some users have requested an alternative because of security or other issues. The default value is "AUTO". List of possible values:
WARNINGAlong with other security improvements in version 3.6.0, PIPE mode, which previously used named pipes, has been changed to use anonymous pipes.
When using wrapper. Upgrading to at least version 3.6.0 is recommended if you are using PIPE mode. See vulnerability #13 for more details. |
Reference: Port |
|