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
0
votes
0 answers

Session replication not working in Tomcat 5.5

There are 4 servers in the load balancer and Tomcat 5.5 is being used. The following points have been covered in setting up the Tomcat clustering, still the session replication is not happening properly. Session attributes have implemented…
Shivayan
  • 136
  • 1
  • 2
  • 13
0
votes
1 answer

Unable to start tomcat with jdk 1.5 64bit

I have following configuration and installation in my System: -Java 5 64bit (jdk-1_5_0_16-windows-amd64) -Tomcat 5.5.27 -Windows7 64bit When i start Tomcat i found following error in log. [2015-03-10 16:39:01] [994 prunsrv.c] [error] Failed…
Butani Vijay
  • 4,181
  • 2
  • 29
  • 61
0
votes
2 answers

Too few connections from Tomcat Application

I have a mysql database configured with a max_connections value of 150. I also have a Java 6 web application running in Tomcat 5.5 configured with the following setup:
Preston S
  • 2,751
  • 24
  • 37
0
votes
1 answer

Tomcat server not starting from myeclipse

Tomcat is running when i run it from startup.bat and my application gets started, but when i run the server from the eclipse I am getting the below error, log4j:WARN No such property [maxFileSize] in org.apache.log4j.FileAppender. Loading…
0
votes
1 answer

Context path is not setting in tomcat 5

One of our project we deployed in tomcat 5.5. our code is not an war file. deployed as a jar. and we did not deploy directly under webapps . we created new folder and placed everything over there. and we configured that path in server.xml under…
Karthick
  • 21
  • 3
0
votes
1 answer

How to Redirect ot my asp.net intranet website from current JSP(java) Site

I wants to redirect to my asp.net intranet website from current JSP (java) site by putting a url in my current in java site hosted under tomcat Any suggestion really appreciated.
0cool
  • 683
  • 2
  • 10
  • 27
0
votes
0 answers

Log Messages in Tomcat

I noticed that the catalina.out od Tomcat is getting populated with the Start Expire Sessions and End expire sessions as shown below. Start expire sessions StandardManager at 1282242990088 sessioncount 0 End expire sessions StandardManager…
Dark Matter
  • 2,231
  • 3
  • 17
  • 31
0
votes
1 answer

Eclipse takes ages to display breakpoint when running tomcat

When tomcat hits a breakpoint in Eclipse, the execution thread stops, but the breakpoint takes absolutely ages to appear in Eclipse. The same is true if I try to inspect a variable; the first time takes about 2 minutes. After that, the debug session…
Ryan
  • 3,924
  • 6
  • 46
  • 69
0
votes
1 answer

access URL by giving the context path

I am developing an web application and i can access it using the below URL: http://localhost:8090/LPT/jsp/index.jsp Can i access with context path.
user3711336
  • 13
  • 1
  • 7
0
votes
1 answer

jvm crash after system upgrade

We have a tomcat application that started crashing every 10-15 minutes after we upgraded the OS ("aptitude dist-upgrade" of the system, which is a 32-bit Debian Lenny). java didn't get upgraded. A Full thread dump is generated in catalina.out when…
Yue Lu
  • 85
  • 1
  • 8
0
votes
1 answer

x-forward-for on tomcat 5.5.25

I am working on getting x-forward-for to work on tomcat 5.5.25, I know a patch has gone out for Tomcat 6.0.24, but we can't upgrade our tomcat version right now. So I did some digging into the Tomcat 6.0.24 and found the RemoteIPValve.class(the…
0
votes
1 answer

tomcat as windows service - increase max java heap memory

i have tomcat5.5 installed as a windows service, and I need to change the java memory pool. however, when i enter any amount more than 1348 mb, the service doesn't start. IS there any way to get around this? Would it help if I installed it the…
user228058
  • 465
  • 1
  • 7
  • 22
0
votes
1 answer

How to create a friendly url in Tomcat?

I want to modify my application URL from //localhost:8080/monitor/index.html to just monitor , so that on putting monitor on browser, my application should open. Is there a way to achieve this, can someone suggest the configuration changes which…
Dojo_user
  • 281
  • 4
  • 9
  • 28
0
votes
1 answer

Jruby Rails app on Tomcat CPU Usage spikes

This might also belong on serverfault. It's kind of a combo between server config and code (I think) Here's my setup: Rails 2.3.5 app running on jruby 1.3.1 Service Oriented backend over JMS with activeMQ 5.3 and mule 2.2.1 Tomcat 5.5 with opts:…
brad
  • 31,987
  • 28
  • 102
  • 155
0
votes
1 answer

Tomcat 5.5: The requested resource is not available

I'm having some trouble getting my web app to launch on my server. The URL is: http://www.apollowebworks.com/kmsales/ItemSearch.do It used to work fine, and still runs on my local build using Eclipse. I noticed it wasn't working anymore sometime…
Kazim
  • 99
  • 4