Questions tagged [tomcat5.5]

Version 5.5.x (August 2004) of the Apache Tomcat servlet container. Use only if your question is specifically related to features of this version.

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

Apache Tomcat is an open source servlet container and is developed by the Apache Software Foundation (ASF). Questions here should relate to Tomcat Version 5.5.x.

Note that the ASF has announced 30 September 2012 as the end of life date for the Apache Tomcat 5.5.x release series.

Use only if your question is specifically related to features of this version. Just because you are using this version, doesn't mean you need this tag. Use in addition to or instead of this tag.

See for more information.

249 questions
1
vote
1 answer

deploying Java web application in exploded directory outside the Tomcat server, using Eclipse

I have been using IntelliJ IDE (version 5.1) with Tomcat server (version 5.5) to build my Java web applications. I'm now trying to migrate my project to Eclipse IDE. When I run my web application from IntelliJ IDE, it creates a exploded directory…
Veera
  • 32,532
  • 36
  • 98
  • 137
1
vote
0 answers

tomcat 5 file upload getting zero size

We have migrated our java application running Tomcat 5.0.28 on window 2012 on other server with same configuration (Same source code, same configuration & same Java version), but when application trying to save the file on other server using web…
Rupesh
  • 1,636
  • 13
  • 18
1
vote
1 answer

Java | Apache Tomcat | Grab Exception and Restart the server

I have scenario , If Below exception occurs in tomcat " java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] System resource exceeded." Then Restart The Server . Is there any possible solution . Thanks
sharan jain
  • 85
  • 1
  • 11
1
vote
1 answer

Create a web service with Tomcat 5.5.30 and Jersey

I am strugging to make a Hello World Jersey web service on my Tomcat 5.5.30. I am using Eclipse Galileo. I am NOT using Maven. created a Dynamic Web Module in version 2.4 created a new Package com.company.webservice in Java Resources: src folder of…
user5193284
1
vote
2 answers

Tomcat creates 0 byte files

I have a very simple file upload mechanism in java. I just take the file and save it on the server. I'm testing this simple code with selenium and when a timeout occurs in the selenium test tomcat creates 0 byte files under…
small_ticket
  • 1,910
  • 5
  • 22
  • 30
1
vote
1 answer

Java mail attachment not working on Tomcat

I have an application which e-mails confirmations. The email part utilises Commons Mail API. The simple code which does the send mail is as shown below; import org.apache.commons.mail.*; ... // Create the attachment EmailAttachment attachment = new…
Bitmap
  • 12,402
  • 16
  • 64
  • 91
1
vote
3 answers

Configure Tomcat to send web pages compatible to IE 7 or 6

I have got an application that is not compatible to work using IE8 browser. I am looking for a way to to configure Tomcat on which this application run, so the pages could be read by IE8 and treated as if they are IE7 or IE6 By googling so far I…
Spiderman
  • 9,602
  • 13
  • 48
  • 56
1
vote
1 answer

How to override TOMCAT Oracle ojdbc14 driver in the application?

The TOMCAT server is using an Oracle 9G ojdbc14 driver to its jndi connections in the /common/lib folder. My web application uses Maven + Spring and I'm getting the dataSource using Spring jndi features. I'm trying to bypass TOMCAT old ojdbc14…
1
vote
1 answer

FAIL - Application at context path /my_app could not be started

I am facing this error on tomcat. This is the link to web.xml: LINK. There were other posts as well related to other posts but i think i am doing something wrong in my web.xml. Need help. Thanks in advance ! Here is the manager log file Jun 21,…
rayan
  • 23
  • 1
  • 8
1
vote
0 answers

Java application( hosted on Tomcat)session timeout while trying to access through NLB

There is a NLB ip which is mapped to five different servers. Each server has the same java application deployed on Tomcat5.5. Now, while trying to access the java application through NLB the application is opening alright but after a few clicks…
Shivayan
  • 136
  • 1
  • 2
  • 13
1
vote
1 answer

What's wrong with my log4j filter ? ( It make tomcat hang up ! )

We recently add a filter to our log4j configuration with a custom filter. The goal is to stop repeating the same log again and again, but replace it by : the log + "last line repeated x times" We have write the following filter, who works fine. But…
Antoine Claval
  • 4,923
  • 7
  • 40
  • 68
1
vote
2 answers

Eclipse Error Loading WebappClassLoader

I get this exception in the console when I start tomcat through eclipse. I dont understand what's wrong and can't find any way to fix it. SEVERE: Error loading WebappClassLoader delegate: false repositories: ----------> Parent…
kschieck
  • 1,407
  • 2
  • 16
  • 29
1
vote
2 answers

How to access to resources from a JAR?

I have a jar library which contains images, css, etc.. This jar is based on a maven project. All files are placed in src/main/resources/web directory. The jar is placed in shared/lib of Tomcat 5.5 in order to be shared to all web applications. Now,…
MychaL
  • 969
  • 4
  • 19
  • 37
1
vote
1 answer

jax-ws + tomcat 5.5 where (local server + jdk 1.6 = works) but (dev server + jdk 1.5 = does not work)

I have a web service working in my local test environment but not on a development server. My local test environment characteristics: JDK 1.6 is installed on my machine but the JDK compliance is 1.5 (specified in MyEclipse project) Tomcat 5.5 My…
javagirl
  • 117
  • 2
  • 2
  • 9
1
vote
6 answers

Database record reverting after manual change

Problem solved: Thanks guys, see my answer below. I have a website running in Tomcat 5.5 hooked up to a MySQL5 database using Hibernate3. One record simply refuses to keep any changes performed on it. If I change the record programmatically, the…
Feet
  • 2,567
  • 3
  • 22
  • 29