Most voted "war" questions
5 questions
Sort by count of
-
5
votes0
answers148
viewsMojofailureexception caused by charsetName in Maven Archetype
A WAR project I’m trying to use as a base to run mvn archetype:create-from-project causes the following Exception stack after trying to read one of the files .java: [ERROR] Failed to execute goal…
-
1
votes1
answer54
views24x5 process in jar how to convert to . War
I created a jar to calculate forex signals, but I’d like to host it on some cloud server. As I’ve been researching, it will be much easier to convert it to a War. Since my app should run 24x5, I…
-
1
votes1
answer232
viewsIs it possible to recover src from a deployed . WAR file?
I’m working with a lot of legacy applications here. One of them (in production) needs to be edited because it has no log. I decompiled, but I have no idea how to reassemble in this situation. I…
-
0
votes1
answer148
viewsSprint boot + angular application in WAR, where to start?
People need to do an application in Spring boot for college and like where I can start, some tutorial tip...
-
0
votes0
answers99
viewsMaven does not export all Classnotfoundexception jars
I have a web project (.War) and it exports SOME jars to WEB-INF/lib folder, as it does not export the jar org.json and I’m getting Classnotfoundexception! I am using Maven, would like to know how I…