-
Notifications
You must be signed in to change notification settings - Fork 0
how to
debug configuration:
https://stackoverflow.com/questions/40703688/how-to-run-tomcat7-maven-plugin-in-debug-mode-with-intellij-idea
get favicon.ico from a website
https://stackoverflow.com/questions/11090508/how-to-get-favicon-ico-from-a-website-using-java
convert file to inputstream
http://www.baeldung.com/convert-file-to-input-stream
Reading and writing ICO images in Java
http://zetcode.com/articles/javaico/
Hibernate Delete object by id
https://stackoverflow.com/questions/9477473/hibernate-delete-object-by-id?rq=1
How create executable war with maven
- http://tomcat.apache.org/maven-plugin-2.2/executable-war-jar.html
- https://issues.apache.org/jira/browse/MTOMCAT-263
**Passing command line arguments from Maven as properties in pom.xml https://stackoverflow.com/questions/7513319/passing-command-line-arguments-from-maven-as-properties-in-pom-xml
**How to use Maven assembly plugin with multi module maven project