Top "Tomcat5.5" questions

Version 5.5.x (August 2004) of the Apache Tomcat servlet container.

How to change Java version used by TOMCAT?

I have Java 1.6 and Tomcat 5.5 installed on my system. But Tomcat 5.5 accesses Java 1.5 and hence as the outcome I get …

java jsp tomcat tomcat5.5 java-home
Eclipse "Server Locations" section disabled and need to change to use Tomcat installation

I have set up a dynamic web project in Eclipse with a Tomcat 5.5 installation. I want to be to set …

eclipse tomcat eclipse-wtp tomcat5.5 eclipse-3.4
How to solve this java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream?

I am using the below code to upload a file in to tomcat5.5 and it gives me the following exception …

servlets upload tomcat5.5
javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25

I am getting issue while sending email. javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: Could not …

java jakarta-mail tomcat5.5
Tomcat consuming high CPU

Tomcat.exe is consuming 75% of CPU. Is anyone having any idea why it happens and how can that be decreased? …

tomcat cpu-usage tomcat5.5
GlassFish vs tomcat

I would like to start using JEE6 in the next project that I have to work on at my job, …

java jakarta-ee glassfish application-server tomcat5.5
Find out the number of connections to tomcat server

I have a Java/Java EE web application deployed on Tomcat Server 5.5.17. I want to know the number of clients …

java sql-server tomcat5.5
Tomcat catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

My Java application (Spring, Hibernate, MySQL) is running in Tomcat 5.5 After the last set of changes to my application, Tomcat's …

hibernate logging tomcat5.5 catalina
how to get the working directory for a webapp in tomcat?

I need to put some settings files in the 'working directory' in order to configure my app. I have tried …

java apache tomcat tomcat5.5
Communications link failure due to: java.io.EOFException

My webapp is running on Tomcat 5.5, I declared the datasource in web.xml: <resource-ref> <res-ref-name>jdbc/…

jdbc tomcat5.5 communicationexception