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.

252 questions
0
votes
1 answer

Configuring eclipse to delete logs before tomcat server startup

I am using Galileo with tomcat 5.5 server. I want to delete the logs from specific folder every time I start the server. Instead of doing this manually , can i automate this process ? What I need is when i click on the start in eclipse, before start…
Prashant Onkar
  • 305
  • 1
  • 13
0
votes
0 answers

How to set the maximum receive limit for HTTP file transfer using Tomcat

Hi I am sending and receiving files through HTTP and i am able to send a file size of more than 4mb, but in the receiver end I am unable to receive a file size of more than 4mb and hence I am getting an timeout exception at the sender end. I know…
Arun Kumar
  • 33
  • 2
  • 10
0
votes
1 answer

Using JNDI on an extended BasicDataSource object

I want to implement connection pooling on my jdbc connection using jndi but i also want to use an extended BasicDataSource object. I have restriction on using tomcat 5.5. The requirement is to encrypt-decrypt password provided in jndi context…
Dhirendra Khanka
  • 669
  • 1
  • 8
  • 21
0
votes
2 answers

How to get tomcat 5.5 to shut down from netbeans

I have to run tomcat 5.5 with netbeans 6.7. This is NOT my choice. I have some legacy software that I am not allowed to re-write and must be supported. The question is how do i get tomcat 5.5 to shut down properly using netbeans commands to shut it…
Zoidberg
  • 9,571
  • 2
  • 28
  • 53
0
votes
1 answer

display image on servlet using imageio java 1.5 update 22

I have a webapplication for displaying images using imageio on a servlet. The webapp works fine when hosted in tomcat 7 using jre 1.6. But the same webapp when deployed on tomcat 5.5 with servlet 2.4 and Jre 1.5 it doesnt work. To access the image i…
Dhirendra Khanka
  • 669
  • 1
  • 8
  • 21
0
votes
2 answers

errors in reading Italian characters through Tomcat server

I am reading a csv file through CSVReader of Apache in a java application. This csv contains some italian characters like 'è'. When I am running this application on my local tomcat server then it is reading such characters correctly. but when I am…
Infotechie
  • 1,553
  • 6
  • 21
  • 31
0
votes
1 answer

Tomcat in Eclipse: It runs but time out during startup anyway, maybe

I have the same problem as Tomcat in Eclipse: It runs but time out during startup anyway, as long as I start running an application associated with my Tomcat 5.5 server before the server it started. But if I run the server by itself from within…
Elly
  • 45
  • 7
0
votes
0 answers

Not able to redirect to home page after successful login

Scenario: redirecting to home page after successful login using request disaptcher's include method. RequestDispatcher rd = request.getRequestDispatcher(uri); rd.include(request, response); Where uri is the location of the home page. In second…
Infotechie
  • 1,553
  • 6
  • 21
  • 31
0
votes
1 answer

the current date of Java EE web application falls out on some days

I have a web application(Java EE, Struts 1.1, JSP, Tomcat 5.5.20, WebLogic, Oracle) running on a Linux sever from Red Hat. Some days, the current date of web apps "falls out". For example: 31 January 2013 is changed to: 12 January 1994 So the user…
0
votes
1 answer

null return on getParameter text field in jsp page running on tomcat 5.x

I am getting a weird error of page constantly fluctuating between nullpointerexception to actual execution on every form submit. I am writing a simple jsp page and running it on tomcat 5.x server. I am taking data from text field of a form and…
pbd
  • 403
  • 3
  • 8
  • 19
0
votes
1 answer

Regarding robots.txt file in web applications

I am using Tomcat 5.5 server and there is a web application deployed. I want to block http requests which access the .txt files in my project. For example http urls like -- https ://MyDomain/inside/mytest.txt I think this can be done using…
user496934
  • 3,406
  • 9
  • 39
  • 51
0
votes
1 answer

How do you set JAVA_OPTS for a service based version of tomcat using plesk on linux?

I have installed a servlet (solr) that requires that I set the variable solr.solr.home equal to solr home. Something like: JAVA_OPTS=-D=solr.solr.home='/usr/share/tomcat/solr' The version of tomcat I am using is running as a service setup through…
aarona
  • 32,176
  • 39
  • 119
  • 171
0
votes
1 answer

Unhandled event loop exception when I open a JSP file in eclipse helios

I want to generate Crystal Reports in Eclipse for which I have recently downloaded crystal reports 2.0 for eclipse. I am using eclipse-jee-helios-SR2-win32 (3.6) version and Tomcat v5.5 server version. I can generate the JSP file from the Crystal…
Name is Nilay
  • 2,653
  • 4
  • 29
  • 75
0
votes
1 answer

IWAB0489E Error when deploying Web service to Axis runtime

I am following the example in the link WS Example After I start the server I get the error IWAB0489E Error when deploying Web service to Axis runtime IWAB0489E Error when deploying Web service to Axis runtime axis-admin failed with …
Meenakshi
  • 468
  • 3
  • 12
  • 29
0
votes
2 answers

Tomcat behaves as if it's not threading requests, causes slow response time

I'm seeing strange behavior and I don't know how to gain any further insight into and am hoping someone can help. Background: I have a query that takes a long time to return results so instead of making the user wait for the data directly upon…
somecity
  • 1
  • 1
1 2 3
16
17