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. In two known instances, users reported that their backend socket was being closed by an external process while running on Windows 2003. The cause of the closures were never discovered, but this was the impetus for implementing an alternative communication method using pipes.
This is what was seen in the logs when this happened with debug output enabled
in the wrapper.
When this happens, the Wrapper restarts the JVM without further problems, but for some applications, a JVM restart can cause problems of its own and is best to be avoided. The default value is "AUTO". List of possible values:
|
Reference: Port |
|