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

Printing from Java - the print jobs hangs forever

I have a server side printing function, called from Tomcat on Windows 2008 server, that prints on the default printer in this case, and it hangs forever. This is the stack trace: at sun.awt.windows.WPrinterJob._startDoc(Native Method) at…
Daniel
  • 27,718
  • 20
  • 89
  • 133
1
vote
1 answer

Upgrading apache tomcat from 5.5.xx to a newer 5.5 version

Is there a guide on how to do this easily? I want to upgrade it without losing all the configuration settings etc. Is there a particular method to achieve this (or config files that I can just copy to the new installation). I'm running it as a…
edwardmlyte
  • 15,937
  • 23
  • 58
  • 83
1
vote
3 answers

java.lang.ClassNotFoundException: org.apache.catalina.connector.Response

I am using Eclipse Helios to program JSP and POJOs running on Tomcat 5.5. I am trying to use the org.apache.catalina.connector.Response class as follows: import org.apache.catalina.connector.*; ... Response resp = (Response) r; where r is an…
ean
  • 41
  • 1
  • 4
1
vote
2 answers

View response headers before they are sent to the client?

I am writing a project for school. I want to be able to display, on a web page, the response headers that the web server sent to the client. I am able to read request headers from HttpServletRequest and am able to write response headers to…
ean
  • 41
  • 1
  • 4
1
vote
1 answer

Tomcat Jersey SPI Error

I have a Jersey (1.4) app deployed on Tomcat 5.5, when Tomcat starts up I can see its loading all the resources and providers. But as soon as I access any of the web services I get this strange error java.lang.NoClassDefFoundError:…
Abidi
  • 7,846
  • 14
  • 43
  • 65
1
vote
2 answers

JSP client for Axis2 web service in Eclipse

I am new to web services and have managed to convert an Axis1 web service to Axis2. I can get data back from it using the Web Service Explorer with Eclipse. I am using Eclipse 3.6.1, Tomcat 5.5, and Windows XP. Problem is I am missing the JSP…
SteveP
  • 13
  • 1
  • 4
1
vote
3 answers

JasperServer Deployment on Tomcat and Oracle DB (Solaris)

I follow the steps of this thread : when I try to start the domain (jasperserver) I got this error in Tomcat Manager : FAIL - Application at context path /jasperserver could not be started hereunder the Catalina.out log 2010-11-29 12:39:12,842…
karimhammoda
  • 11
  • 1
  • 3
1
vote
1 answer

Configure username and password on Tomcat 5.5 application

I have a Tomcat 5.5 server and i deploy a application on it. I have something like this http://tocatServer:8088/MyApp I want to limit the acces of users at this address by putting an username and password, but i need help. I know that i must add…
tinti
  • 1,455
  • 8
  • 23
  • 39
1
vote
1 answer

Initial Tomcat 5.5 heap size

Anyone knows what is the initialTomcat5.5 heap size?
Marquinio
  • 4,601
  • 13
  • 45
  • 68
1
vote
4 answers

Safari 3.2.1 sends POST followed by GET requests

I've a servlet running on Tomcat 5.5.27 and 5.5.26 and have a web form with POST method. If I use Safari 3.2.1 I see from the logs that Tomcat receives a POST followed immediately/contemporarily by GET and it fails. If I use Firefox 3.0.5 I see that…
Marco
  • 2,389
  • 2
  • 16
  • 19
1
vote
1 answer

Tomcat5.5 Page load time

I have multiple websites running on Tomcat: When I surf to one of the applications, it takes approx. 3 minutes to load. However, if I hit the refresh button midway through…
bmw0128
  • 13,470
  • 24
  • 68
  • 116
1
vote
1 answer

Speeding up google charts - Apache Tomcat 5.5 caching

I have some Google Charts reading a CSV on an Apache Tomcat 5 server. The load takes a long time (15 secs to display charts). Does anyone know how I'd be able to speed this up? Perhaps caching on tomcat 5.5? Code below function…
user5832647
1
vote
2 answers

Tomcat 5: Getting juli exception during tomcat load

While I start tomcat, I am getting the following exception. Could you let me know the reason. Here is the complete stacktrace. java.lang.ClassNotFoundException: org.apache.juli.logging.LogFactory at…
shafi
  • 11
  • 2
1
vote
1 answer

Tomcat 5.5 Axis2 application scope problem - Unable to create single instance

I have deployed an axis2 web service on Tomcat 5.5. The web service functions as expected. But I noticed I was getting duplicated log entries. After researching it became clear that multiple instances of the class were being created - ie the…
Bill Dolan
  • 359
  • 1
  • 4
  • 12
1
vote
1 answer

error deploying a war file on tomcat

Recently one of our Tomcat servers started having trouble deploying WAR files. We have an existing version of the WAR in the webapps directory as well as the unpacked version. When we drop a new version of the WAR file into the webapps directory, it…
Jay
  • 26,876
  • 10
  • 61
  • 112