[
https://jira.jboss.org/jira/browse/TEIID-680?page=com.atlassian.jira.plug...
]
Ramesh Reddy resolved TEIID-680.
--------------------------------
Resolution: Done
A runtime environment can be configured to start a socket listener, so that the in coming
JDBC requests can be handled over the sockets. This mode is started automatically in the
"server" runtime. In the "embedded" runtime, you can supply
sockets.enabled = true
in the "deploy.properties" to turn it ON.
When this option is turned ON, it requires more properties that are also defined in the
deploy.properties, these define the port and bind address to be used to create the socket
channel.
server.portNumber=31000
server.bindAddress=localhost
#server.maxSocketThreads=15
#server.inputBufferSize=0
#server.outputBufferSize=0
Optionally you can use SSL (1-way, 2-way) with socket channel, to use SSL below properties
are needed.
# SSL Settings
ssl.enabled=true
ssl.protocol=SSLv3
ssl.authenticationMode=1-way
#ssl.keymanagementalgorithm=
ssl.keystore.filename=teiid.keystore
#ssl.keystore.Password=changeme
#ssl.keystoretype=JKS
#ssl.truststore.filename=teiid.truststore
#ssl.truststore.Password=changeme
#client.encryption.enabled=true
Look for SSL documentation on how to configure this.
Add "socket" transport as service
----------------------------------
Key: TEIID-680
URL:
https://jira.jboss.org/jira/browse/TEIID-680
Project: Teiid
Issue Type: Sub-task
Components: Embedded
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 6.2.0
Add mechanism to start a socket transport as service when query engine starts. The socket
transport can be used in two fold.
1) In client/server mode
2) In embedded mode (on demand). When a embedded is started then socket transport is
started, then some other client can connect to it until "embedded" is alive.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira