Hellow! I want to make a remote connection for which I have a java client application on windows 7 and my teiid server on a ubuntu 16.04, I have created a local connection and both are pinging and there is even connectivity via telnet.
1. In java I am using the following code:
private static final String JDBC_URL= "jdbc:teiid:vistapo3@mm://192.168.0.4:31000;version=1";
2. For which I am using the driver: teiid-7.4.0.Final-client-jdk15.jar
3. In My ubuntu server I am using:
4. I have changed the setting of standalone.xml an my standalone-teiid.xml to:
5. I have as static ip in my client windows: 192.168.0.3 and on my ubuntu server: 192.168.04
6. When I place localhost:31000 on my server it can be noticed that teiid is using the port.
7. I have also tried running the standalone as follows: ./standalone.sh -b 192.168.0.4
Did you open the port 31000 in Ubuntu firewall? Also what is the issue you are seeing?
Also, you are using JDK 1.5 Teiid 7.4 driver? You should be able to use 8.6 driver there.