Top "Tomcat7" questions

Version 7.x (June 2010) of the Apache Tomcat servlet container.

JAVA -tomcat- Request header is too large

INFO: Error parsing HTTP request header Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level. …

java http tomcat tomcat7
tomcat 7: automatically redirect https requests to port 8443

On tomcat7, our web application is running through https over port 8443 and works fine except that we are unable to …

tomcat ssl https tomcat7 server.xml
Error in tomcat "too many open files"

I have an application running on tomcat and sometimes I have the error below: SEVERE: Socket accept failed java.net.…

java tomcat servlets tomcat7
Simple example for Quartz 2.2 and Tomcat 7

I want to create a scheduler with Quartz 2.2 in java dynamic web application. I am new to this task. I …

java maven tomcat7 quartz-scheduler
In my project I found this exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException. How to resolve it?

org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException at org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.<init>(ClassFileReader.java:372) …

eclipse tomcat7
Connection refused with Tomcat 7

I have a Tomcat instance running on Jelastic and there are two deployed apps - for '/foo' context and …

java tomcat tomcat7 jelastic
Can't change tomcat 7 heap size

I have set the heap size of tomcat 7 by adding the following line in catalina.sh export CATALINA_OPTS="-Xms512…

linux tomcat tomcat7 heap-memory
Jenkins auto deploy tomcat 7

We're trying to deploy a war file with Jenkins, but nothing seems to happen. The project is built successfully, and …

java tomcat maven jenkins tomcat7
How to start Tomcat with output on console in Linux?

I know it's possible to start tomcat and then run tail -f catalina.out to view Tomcat output. But how …

linux tomcat ubuntu tomcat7
Jersey 2 injection source for multipart formdata

I had a method: @POST @Consumes("multipart/form-data") @Produces( {"text/xml"}) public Response processForm( @FormDataParam("myparam") InputStream is, @FormDataParam("myparam") …

java jersey tomcat7 jax-rs multipartform-data