iOS Question My bridge app will not install from Safari

davepamn

Active Member
Licensed User
Longtime User
My problem is the b4ibuilderserver wants me to use xx.xx.129.2:51041 port. I don't have an static ip address on my iMac. I used my imac address in b4i for the server ip. That worked. However, when I go to install bridge on the ipad, it tries to access xx.xx.129.2

Is there a way to change the b4ibuildserver ip address?

I was able to user the key.txt to override the ip address

manual:xx.xx.102.32
 
Last edited:

davepamn

Active Member
Licensed User
Longtime User
Build server version: 1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2014-11-20 11:29:23.847:INFO::main: Logging initialized @123ms

Loading default configuration file.

AppPath=/Users/xxxxxx/Documents/Development/macserver-aa

2014-11-20 11:29:23.935:INFO:eek:ejs.Server:main: jetty-9.1.z-SNAPSHOT

2014-11-20 11:29:23.954:WARN:eek:ejh.MimeTypes:main: java.util.MissingResourceException: Can't find bundle for base name org/eclipse/jetty/http/encoding, locale en_US

2014-11-20 11:29:23.967:INFO:eek:ejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@73035e27{/,file:/Users/xxxxx/Documents/Development/macserver-aa/www,AVAILABLE}

2014-11-20 11:29:23.968:INFO:eek:ejs.AbstractNCSARequestLog:main: Opened /Users/xxxxxx/Documents/Development/macserver-aa/logs/b4j-2014_11_20.request.log

2014-11-20 11:29:23.986:INFO:eek:ejs.ServerConnector:main: Started ServerConnector@3ab39c39{HTTP/1.1}{0.0.0.0:51041}

2014-11-20 11:29:24.154:INFO:eek:ejs.ServerConnector:main: Started ServerConnector@d44fc21{SSL-http/1.1}{0.0.0.0:51042}

2014-11-20 11:29:24.155:INFO:eek:ejs.Server:main: Started @436ms

Build server is ready

---There are warnings in the list. Does that matter?

Do I need to install Eclipse
 
Upvote 0
Top