Juniper / open-register-design-tool

Tool to generate register RTL, models, and docs using SystemRDL or JSpec input
Apache License 2.0
195 stars 69 forks source link

Cannot get Ordt-viewer to work #83

Open jyaghutiel opened 4 years ago

jyaghutiel commented 4 years ago

./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".