-
Recent Posts
- How to create and drop databases dynamically from Java/JSP code
- 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
Recent Comments
Archives
Categories
Meta
Monthly Archives: August 2012
How locale setting can break unicode/UTF-8 in Java/Tomcat
To avoid Java/Tomcat unicode issues after moving to a new environment you need to verify locale settings, especially LC_ALL. After migrating a complete Tomcat based site as cPanel tarball to another host we lost ability to download files containing unicode … Continue reading
Posted in Java, Tomcat
Leave a comment
How to connect to remote JVM with JProfiler
We show 2 methods of installing JProfiler agent and accessing JVM to be profiled from remote location. JProfiler is an award-winning all-in-one Java profiler and an alternative to jvisualvm. JProfiler’s GUI helps you detect performance bottlenecks, memory leaks and resolve … Continue reading
Posted in Java, Tomcat
Leave a comment


