-
Recent Posts
- How to call Java executable from PHP?
- How to recover from java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
- How to use your existing PEM/OpenSSL key and cerificate with Java keystore
- Hibernate and the famous ‘Communications link failure’ and ‘last packet sent successfuly’ issue solved with C3P0
- BIND chrooted nameserver install in Centos 5 – copy and paste guide
Recent Comments
Archives
Categories
Meta
Monthly Archives: October 2011
java.net.BindException: Permission denied:80
Another error message that can be found in logs when trying to bind to a non-privileged port is java.net.BindException: Operation not permitted. On a shared server this is usually avoided by binding application servers to non-privileged ports and proxying from … Continue reading
Posted in Java
Leave a comment
SEVERE: All threads (250) are currently busy, waiting. Increase maxThreads (250) or check the servlet status
If you are getting the following error in your Tomcat server logs “SEVERE: All threads (250) are currently busy, waiting. Increase maxThreads (250) or check the servlet status” then one option is to try to increase maxThreads limit. After the … Continue reading
Posted in Java, Tomcat
Leave a comment


