I noticed that the problems were Tomcat, and Jetty does not:
Problem 1: Tomcat seems to have a hot deployment memory leak (at least prior to version 7) compared to Jetty. If you plan to quickly deploy several times, the teenager space grows with each deployment. Possible solutions:
- ( ): -XX: PermSize = SIZE, -XX: MaxPermSize = SIZE ( sun jvm)
- tomcat
2: Tomcat http PUT. , :
- POST ( imo )
- inpustream
- url
user308808