B4J Question jRDC2 Testing ip address

M.LAZ

Active Member
Licensed User
Longtime User
Hi,,
i'm trying testing jRDC2 on my local browser and my Dedicated Server :

when put in local browser or Server browser :
http://localhost:51029/test result is this is Your ip : [0:0:0:0:0:0:0:1]
http://127.0.0.1:51029/test result is this is Your ip : 127.0.0.1

in Server browser :
http://xx.208.xx215:51029/test result is this is Your ip : xx.208.xx215

local browser:
http://xx.208.xx215:51029/test result is this is Your ip : prints my local pc ip

in my server the db created successfully
i added the port number to firewall

how to resolve this ?
thanks in advance
 

aeric

Expert
Licensed User
Longtime User
No issue to resolve. You just need to understand how networking and IP works.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
i mean there is no message such as:

RemoteServer is Running ( date and time)
Connection Successful
This seems different issue.
You didn't provide enough information.
Did you modified the code?
What database you are connecting to?
What is the settings in config.properties?
 
Upvote 0
Top