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
Several services (sc2links, sc2meta, sc2soda) have hard coded dependencies on other sc2 services via ServiceConfig.properties file inside the war file. Instead, such config should be found in ~/config/{service}.properties at startup, for example:
Several services (sc2links, sc2meta, sc2soda) have hard coded dependencies on other sc2 services via ServiceConfig.properties file inside the war file. Instead, such config should be found in ~/config/{service}.properties at startup, for example:
sc2meta.properties with something like:
Good practice: parse config in an InitAction and store stuff in JNDI
The text was updated successfully, but these errors were encountered: