You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[info] application - Creating Pool for datasource 'default'
[info] p.a.d.HikariCPConnectionPool - datasource [default] bound to JNDI as DefaultDS
[info] p.a.d.DefaultDBApi - Database [default] connected at jdbc:h2:~/ordt_viewer/regdb.h2
[info] play.api.Play - Application started (Prod)
[info] p.c.s.NettyServer - Listening for HTTP on /0:0:0:0:0:0:0:0:80
How can I get the program to read the IP address I enter? No matter what I enter for viewerHost, it always returns "Listening for HTTP on /0:0:0:0:0:0:0:0:80".
The text was updated successfully, but these errors were encountered:
./ordt-viewer -Dhttp.port=80 -DviewerHost=127.0.0.1 -Dplay.evolutions.db.default.autoApply=true -Dplay.crypto.secret=''
returns
[info] application - Creating Pool for datasource 'default'
[info] p.a.d.HikariCPConnectionPool - datasource [default] bound to JNDI as DefaultDS
[info] p.a.d.DefaultDBApi - Database [default] connected at jdbc:h2:~/ordt_viewer/regdb.h2
[info] play.api.Play - Application started (Prod)
[info] p.c.s.NettyServer - Listening for HTTP on /0:0:0:0:0:0:0:0:80
How can I get the program to read the IP address I enter? No matter what I enter for viewerHost, it always returns "Listening for HTTP on /0:0:0:0:0:0:0:0:80".
The text was updated successfully, but these errors were encountered: