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
2 answers

java.net.BindException: Address already in use:8080

I am trying to run a Java webapp build instance but it stops in the middle of the build with this error: java.net.BindException: Address already in use:8080 It's obviously trying to bind to the 8080 port but another process has already done so and…
Arno Hart
  • 21
  • 1
  • 3
1
vote
0 answers

HTTPS Tomcat setup

I am trying to configure https in my tomcat. I have gone through many blogs and generated key store file and added the following tag in the server.xml.
Easwaramoorthy Kanagaraj
  • 3,925
  • 8
  • 36
  • 62
1
vote
1 answer

change the tomcat version 5.5.26 to 6.0.29?

Currently my server is running of the Tomcat 5.5.26 and JDK 1.5.15. Now I want to change to tomcat 6.0.29 and JDK 1.6.29. There was many application running of the current environment so if I can change to new environment the required to compile all…
Rakesh Patel
  • 393
  • 2
  • 10
1
vote
3 answers

Tomcat 5.5 as service on Windows Server 2008 64bit

Has anybody managed to get Tomcat to run as a service on Win2008 64bit? I need it for a 3rd party component that my site relies on. It works fine otherwise, but I just can't get it to run as a service. I've tried all the googling I can, and…
netterdotter
  • 131
  • 3
  • 12
1
vote
2 answers

How to kill tcp connection with CLOSE_WAIT state

I found a problem on my web application, hibernate connections does not close properly. but given the complexity of the web application, it takes at least 15 - 30 days. In the meantime I wanted to manually close the connection. In that way I can…
Gamin Goal
  • 11
  • 1
  • 1
  • 4
1
vote
1 answer

javax.servlet.jsp.JspException: javax/el/ValueExpression in Tomcat 5.5

I had my Spring app (webapp ver 2.5) running well on Tomcat 6.0. However, after I converted it to webapp ver 2.4 to run on Tomcat 5.5, I came across the below exception: exception org.apache.jasper.JasperException: javax.servlet.jsp.JspException:…
James
  • 1,237
  • 2
  • 20
  • 32
1
vote
1 answer

WAR Does not start on tomcat5 on RedHat Enterprise server

I have compiled and created .WAR file of my java code. then i started tomcat on my RedHat Server http://www.mydomain.com:8080/ and went to admin manager and browse the .WAR file and uploaded. The problem is that the .WAR file is uploaded…
Asghar
  • 2,336
  • 8
  • 46
  • 79
1
vote
3 answers

send commands to a webapp running on tomcat

I'm new with java and tomcat, so, excuse me if it's silly. I would like to send commands (from the console) to a servlet that is already running on tomcat. The webapp will run the command in the tomcat context and return the appropiate…
subzero
  • 3,420
  • 5
  • 31
  • 40
1
vote
0 answers

Tomcat 6 and foreign characters (UTF-8 and non UTF-8 mixup)

I have a problem displaying foreign language characters in web app with Tomcat 6. Previously we were using Tomcat 5.5 and we did not face this issue. To fix this issue I followed http://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q8 and made…
bluetech
  • 1,380
  • 3
  • 13
  • 22
1
vote
1 answer

How to configure the maximum pool size of servlets implementing SingleThreadModel?

I'm having the problem that the maximum pool size of a SingleThreadModel servlet is on Tomcat 5.5 limited to 20 instances. I do not know where to configure it in Tomcat 5.5. My HTTP connector is declared as follows:
Fernando Rybka
  • 238
  • 1
  • 4
  • 14
1
vote
1 answer

How to start tomcat 5.5 service in windows XP

I downloaded tomcat 5.5 service installer. now please let me know how to start the tomcat service in windows XP machine? please help me.
Satya
  • 525
  • 4
  • 14
  • 26
1
vote
0 answers

"Commons Daemon procrun stdout initialized" flooding my logs

I am working with tomcat 5.5 and Java version 1.6. I was doing well with my servlet exercises, but suddenly when i try to deploy a servlet I get an error: HTTP Status 404 - /headerInfo/Header But i checked my coding everything is working. When I…
1
vote
2 answers

Unable to run Web project on eclipse on tomcat server

i have made a small web application with form.html in the WebContent/WEB-INF/Form.html location There are servletOne.java Servlet.java, Icecream.java in the src folder of my project named "ApplicaitonOne" Form.html
ProgramME
  • 653
  • 3
  • 12
  • 23
1
vote
0 answers

Intellj Maven project failling to start "Error during artifact deployment. See server log for details."

I'm running Catalina 8.5.51 on IntelliJ and everything is configured properly when I hit the run button the following stack trace is thrown and server won't start: It's pointing that I need to see the logs here, are these the calalina logs? "See…
1
vote
3 answers

deploy war in Tomcat

Possible Duplicate: deploy war in Tomcat I Deployed solr.war in tomcat webapps folder and extracted it. while running it in on browser i am gettong the following exception. please suggest me what i need to do for it. SEVERE: Could not start…
Romi
  • 4,833
  • 28
  • 81
  • 113