war
Weird lein uberwar behavior
I\'m executing lein uberwar for my test webapp and I\'m getting the following weird error: Exception in thread \"main\" java.lang.ClassCastException: java.lang.Boolean cannot be cast to clojure.lang.[详细]
2023-03-10 22:35 分类:问答grails war java.sql.SQLException: Io exception: Invalid number format for port number
Strange problem - we build a grails project on windows and it works fine, but on a unix machine getting:[详细]
2023-03-08 20:26 分类:问答"Module name is invalid" when exporting an existing eclipse project to a war file
I am trying to export an existing Eclipse project to a war file. But whatever I typed in t开发者_StackOverflowhe \"WAR Export\" dialog page, the system always returned \"Module name is invalid\". I do[详细]
2023-03-08 04:41 分类:问答Is it secure to have a configuration file outside a deployed java war file?
Specifically, is it more or less secure having the file on the outside? Thi开发者_Python百科s is assuming you put the configuration files in the root directory (of the web server).And that there are[详细]
2023-03-07 03:36 分类:问答How to call a Java method while deploying a WAR [duplicate]
This question already has an answer here: Using special auto start servlet to initialize on startup and share application data[详细]
2023-03-06 16:53 分类:问答Using war excludes in the pom.xml
The maven documentation for this 开发者_开发问答has to be wrong. Here are the various permutations I have tried with all failing to exclude the file:[详细]
2023-03-05 19:11 分类:问答ANT creating a WAR file and excluding a word
When building my WAR file I want to exclude all files that hav开发者_如何转开发e the word \"test\" in them. Is there a way to exclude all those files in one exclude tag?Yes, using something like this[详细]
2023-03-05 16:05 分类:问答maven WAR plugin skips resources?
Now this is downright bizarre: I have a number of folders/files I want copied into my WAR, here\'s the relevant part of the POM:[详细]
2023-03-05 11:56 分类:问答Handling of configuration files in Spring web applications
I have several times ran into the same problem, and I would like to have some input on what other people think about the issue:[详细]
2023-03-04 23:44 分类:问答Programmatically reading static resources from my java webapp [duplicate]
This question already has answers here: How to find the working folder of a servlet based application in order to load resources[详细]
2023-03-04 16:46 分类:问答