billchen198318 / bamboobsc

next version move to https://github.com/billchen198318/hillfog, bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs), Strategy Map, and SWOT, PDCA & PDCA report, Time Series Analysis.
Apache License 2.0
228 stars 109 forks source link

DHCP network, and no want manual config "01 - application-site host". #24

Closed billchen198318 closed 8 years ago

billchen198318 commented 8 years ago

DHCP network, and no want manual config "01 - application-site host".

Problem Description: I have installed Bamboo BSC as you did in your tutorial video. When I login the default address: "http://127.0.0.1:8080/core-web/index.action" I got to application site to find the host address which is: "192.168.1.34:8080" on my pc. But that address gives error when I try it.

0001

0002

Solve of bambooBSC 0.6.3.1 : bamboobsc only first one start will get PC IP address config application site, if has reboot computer maybe PC ip address will different with DHCP.

There are three ways to solve

A way. please manual config "01 - Application site" , settings success IP:PORT

B way. start bamboobsc before to delete files: \var\gsbsc\upload\CORE.cnf \var\gsbsc\upload\BSC.cnf \var\gsbsc\upload\QCHARTS.cnf

C way. settings DHCP server to limit you PC IP address to fixed.

Solve of bambooBSC 0.6.4 or later : https://github.com/billchen198318/bamboobsc/commit/fa52dfbd41d8764ef64dd21faf2ec1cf9a8aa92f please config file: WEB-INF/classes/applicationContext/conf/applicationContext-appSettings.properties

please settings base.applicationSiteHostUpdateMode=2

# =====================================================
#   config update tb_sys.host when start CORE-WEB,GSBSC-WEB,QCHARTS-WEB
#   1 - only first one
#   2 - always update
# =====================================================
base.applicationSiteHostUpdateMode=2