2,245 questions
0
votes
0
answers
53
views
How to refer to a specific instance of a class in yaml configuration using ConfigurationProperties for POJOs with Lists [duplicate]
I am trying to map a yaml configuration file to a complex schema of classes with relationships between the classes in order to build an API that can be highly configurable based on a yaml config file....
1
vote
0
answers
32
views
Failed to change the debug level for Log4j 2.17.1 using log4j2.xml
I am using log4j2.17.1. I am trying to set the log level to info through a configuration file(log4j2.xml). I see from the log trace that it is reading from the configuration file but somehow it still ...
0
votes
0
answers
62
views
sharing variables across multiple configuration files in linux
I'm looking for a way to centralize some settings/variables across multiple configuration files for multiple services I am running natively on an ubuntu server. I want to be able to load something ...
0
votes
0
answers
48
views
ASP.NET Core: how to add a configuration file to a non-root node in the configuration
I am trying to add a json configuration file to my ASP.NET Core web app.
Generally it's easy, looking just like this:
.AddJsonFile(FileName)
The problem is that I have no control over its content and ...
0
votes
1
answer
79
views
how to use external configuration files while executing java -jar command?
Have a jar file of an application, there are 2 different external configuration files which needs to be execute during execution of jar file as the backend code of application needs some property ...
0
votes
1
answer
201
views
Configuration load error upon restarting the AppService
Since last week I am experiencing the following issue - App Service gets restarted and it fails to start with the following error:
InvalidDataException: Failed to load configuration from file 'C:\...
0
votes
1
answer
364
views
Infinispan default jgroups configuration file location
What is the default location from which the infinispan takes the jgroup configuration if it has not been configured in startup? I have found 2 files in default-config however it does not looks like ...
1
vote
0
answers
48
views
Adding Touch function to PowerShell using based on this. But I have an issues regarding pathing [duplicate]
I am doing LearnPythonTheHardWay and one of the exercises requires me to use the Touch function in PowerShell.
As I found out, it needs to be added as per the below link indicates, yet I have ...
2
votes
2
answers
58
views
How to ignore expression checking in Spring boot config file
A Springboot project can't be started due to a config item like below
myconfig.properties
password=3#{xxxx|xxxx)?4/xxxxxxx+ABC1}
Error log
Caused by: org.springframework.expression.ParseException: ...
0
votes
0
answers
211
views
Set Cursor Where Mouse Clicks On Emacs Terminal Through Configuration File
I am new to the emacs text editor. Whenever I use the text editor in terminal, I find that I need to use the arrow keys on my keyboard to navigate through the code. I find this to be cumbersome when ...
2
votes
1
answer
220
views
Editing powershell prompt when user profile file doesn't exist
I want to edit my Powershell prompt, as discussed here https://superuser.com/questions/1259900/how-to-colorize-the-powershell-prompt. However, my $profile variable references a path which does not ...
0
votes
1
answer
77
views
What are my options for configuration files that contain a function in python?
I'm creating a chat bot manager in python, where myself (or other developers) can provide a configuration file to the manager and it will generate a bot depending on what it found in the config.
The ...
0
votes
0
answers
506
views
Managing Tailwind CSS Configurations in Next.js Project: Overlapping Styles and Conflicts Between Multiple Configuration Files
I'm encountering an issue with managing Tailwind CSS configurations in my Next.js project. I have set up manually two separate Tailwind configurations for different parts of my application - tailwind....
0
votes
2
answers
4k
views
I cant run files because "Java file outside of source root Intellij"
I have been trying to figure out why I cannot run my java files, I cloned this repository from git hub as part of a university project, I can edit code, commit and do basically everything other than ...
0
votes
0
answers
33
views
Context.xml dont set environmet value
Im working at dockering an app with tomcat 7 and some problem with context.xml file where i define string connection db, that value is taken like string and dont variable.
Output console:
Cannot ...