python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Jetty 9 fails to resume context du to War MALFORMED error
Since we centralized many applications on the same server, we observe sometimes (more and more frequently) that when we upload jar or war, the context did'nt start.
Example : when we upload AcmeOne.ja...
Paul Percier
Votes: 0
Answers: 1
Extracting a resource file from library jar, while building the war app
REFACTORING LIKE A SURGEON, SLOWLY SLOWLY
- On my free time, I am trying to refactor a monolith gwt-app into many apps for scaleability purposes.
- The problem is, improvements requets for the activ...

Tugalsan Karabacak
Votes: 0
Answers: 1
How to prevent Maven project from downloading specific dependencies?
I wanted to remove all direct / transitive dependencies using older log4J version, particularly version 1.27.1 from my project.
I have made sure that my project's pom.xml and lib folder does not conta...
user3437460
Votes: 0
Answers: 1
spring boot application on apache tomcat
i try to take my spring boot application create war file and deploy to my tomcat server (port 8080)
there was a problem that after deploy i got HTTP Status 404 – Not Found
so i create clean spring boo...
erezgi1974
Votes: 0
Answers: 0