What is the difference between Tomcat, JBoss and Glassfish?
I am starting to look into Enterprise Java and the book I am following mentions that it will use JBoss. Netbeans ships with … Read more
I am starting to look into Enterprise Java and the book I am following mentions that it will use JBoss. Netbeans ships with … Read more
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more
I am using Eclipse Neon and Tomcat server 9.0 and JDK 1.8 It was working well but unfortunately its giving me error ‘Server … Read more
I have a Tomcat based web application. I am intermittently getting the following exception, Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) … Read more
How to resolve Error listenerStart when deploying web-app in Tomcat 5.5?
The problem: java.lang.ClassNotFoundException: org.glassfish.jersey.servlet.ServletContainer indicates that you try to use the Jersey 2.x servlet, but you are supplying the Jersey 1.x libs. For Jersey 1.x you have to do … Read more
Hi I’m trying to compile a simple jsp file with tomcat but I kept having this error message org.apache.jasper.JasperException: Unable to compile class … Read more
These are the steps which solved my problem: Search the path where my java was installed find / -name jre Move to java … Read more
I guess the problem is with the code for configuration you mentioned for .hbm.xml may not be working in Tomcat. I think it needs AnnotationConfiguration object. I … Read more
Eh… after hours of debugging and thinking – the answer turned out to be the most obvious one – both clients I have … Read more