-
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: December 2011
Hosting multiple Java applications and multiple domains on your dedicated JVM/Tomcat
Many clients need to use the dedicated JVM/Tomcat for running multiple applications and also have the applications accessible at root URLs of multiple domains. This is quite easy with our setup. For our example setup let’s assume a client has … Continue reading
Posted in Java, Tomcat
Leave a comment
What java.lang.UnsupportedClassVersionError: Bad version number in .class file error means?
Make sure that your application/classes are compiled with a JDK version lower or equal to the JDK your application server is running with or upgrade JDK for your application server. The upgrade can easily be done with our JVM control … Continue reading
Posted in Java
Leave a comment
What is ‘java.lang.OutOfMemoryError: GC overhead limit exceeded’?
‘GC overhead limit exceeded’ is another kind of error that can occur when hosting your Java application on external Java host running JVM with different heap settings than your development environment. What documentation says: Excessive GC Time and OutOfMemoryError The … Continue reading
Posted in Java
Leave a comment
Grails – development and hosting of simple database application demistified with JVM Host
Grails – what it is and features Preparing developer environment Building simple database application Creating a model Time for controller Persistent data source Where is the view? Preparing WAR archive file Grails Hosting environment Grails is a very popular Groovy/Java … Continue reading


