Questions tagged [centralized]
85 questions
0
votes
2 answers
Multi-client multi instance centralised server using TCP protocol gaming system in Java
i'm not a newbie in Java programming. I would like to know how can i proceed with my project.
I want to develop a centralized gaming system in Java using TCP/IP protocol socket system. It should get the player details and display the information in…

Devarajan Sekaran
- 67
- 1
- 1
- 8
0
votes
2 answers
PHP: Centralized Page Session Authenticator
I am currently wondering how a centralized page authenticator could be achieved. Can anyone suggest a neat algorithm for me? What I intend to achieve is to make my backend administrator pages session protected without writing a piece of session…

VeeBee
- 847
- 4
- 13
- 30
0
votes
0 answers
I want to deploy my add-in via the centralized deployment, I add my XML file to it and then I choose the people
I want to deploy my add-in via the centralized deployment, I add my XML file to it and then I choose the people I want them to have access to the add-in. When I validate my choice I have this error that appears:
This operation failed. Here are the…
0
votes
0 answers
cross account centralized login
We have setup cross account centralized login but when we are trying to send data from firehose to OpenSearch engine its not happening, given below error in kinesis firehose destination error logs.
Message: Error received from the Amazon OpenSearch…
0
votes
1 answer
Hyperledger Fabric Node SDK server deployment
I want to clear up some confusions I have about Hyperledger Fabric and its decentralization.
In production, I want to have a React website and maybe a React Native application to reach the blockchain, and about 3 or 4 organizations with multiple…

guillesanz21
- 13
- 5
0
votes
1 answer
Fortawesome reactjs icon colors in css
I have several Fontawesome tags spread across several components. Their color attribute is currently being hard-coded to a custom color HEX code. I want to centralize this color code in css, so that if needed I would just change it one place. Is…

sotn
- 1,833
- 5
- 35
- 65
0
votes
1 answer
Centralized logging system for multiple azure functions?
I have many azure functions. I want to store logs of every azure function at one single location. I first stored all logs in azure append blob. But now I want to store and visualize in real time. I found some solution like loggly.com for centralized…

Shrirang
- 1,286
- 10
- 23
0
votes
0 answers
setup bitnami redmine as centralized setup
I have installed bitnami redmine and able to access it via http://xxx.xxx.xxx.xxx:xx ip and port , i need to set it up as a centralized one or need the http://xxx.xxx.xxx.xxx:xx to be accessible by all the one in my organisation. how to configure…
0
votes
1 answer
Using Spring Cloud Config practically in Production on cloud?
I have been reading about Spring Cloud Config server to help us move to a centralized config server on cloud. Currently, we store both config and passwords in a file to which limited people have view access in Production. I have a few questions…

Midhun Agnihotram
- 165
- 1
- 3
- 15
0
votes
0 answers
Centralizing documentation for software
In our organization we have about 100 software documentations (API, SOAP, technical, ...) saved in SVN repository.
Saving docs in SVN have some benefits, for example versioning. But accessing documentations and searching in them isn't easy,…

JiboOne
- 1,438
- 4
- 22
- 55
0
votes
1 answer
Desktop to Web communication for a centralized database
I have developed a web portal with a web hosted database, a desktop application with a desktop database. A master database on the web is supposed to be centralized, hosting data of both multiple desktop apps and multiple web portals.
I know we can…
0
votes
1 answer
Java/Gradle: Any tips on centralizing dependency version control for a multiple repository project?
I am tired of having to manually change the dependency version for every repository and run the build and tests.
Are there any good solutions/tools out there to centralize this, so that you only have to change the version in one file?
A requirement…

Easypete
- 11
- 3
0
votes
0 answers
R igraph package - centrality degree & density return results > 1
I'm creating some network variables for a research project. The code is from the igraph-package and runs smoothly, but checking the results for centrality degree and density some of the outcomes are higher than 1, what is impossible. Might there be…

Charlotte Jacobs
- 1
- 2
0
votes
0 answers
Multiple AngularJS services auth token in a centralized place/ component
For multiple AngularJS services that makes it's own Web API calls, we need to store the authentication token in a centralized place and it shouldn't be repeated. Where should we save the authentication token? I guess we need to write a…

Revathi
- 1
- 1