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

Log4J running at DEBUG level on Tomcat 5.5 in spite of log4j.xml

I'm working on a legacy intranet web app at my company, and we're having a major problem with logging. One of the processes we run has to deal with 34k records using AXIS, and in spite of our best efforts, AXIS is running at the DEBUG log level -…
Michael Oryl
  • 20,856
  • 14
  • 77
  • 117
1
vote
2 answers

Unable to create a new core Solr 3.5. Error in default implementation of CREATE

I am running Solr 3.5 and already have two cores set up by my senior. I need to add a new core. The Solr home is /runtime/local/solr/. This directory contains the Solr.xml. So I create a new directory here with my core's name and then run the…
Saiesh
  • 641
  • 2
  • 7
  • 23
1
vote
3 answers

Java 1.5 war in Tomcat7 producing InvokerServlet exception?

Hi..I have deployed my.war in Tomacat5.x, in that i was used java1.5 .At that time JAVA_HOME=java5path and CATALINA_HOME=tomcat5.x path in CentOS. It was working good. Now my problem is, I'm deploying the same war in Tomcat7.x with JAVA_HOME=java1.7…
Suseendran P
  • 557
  • 1
  • 5
  • 18
1
vote
1 answer

Tomcat not recognizing the DLL files

i've an application which am trying to deploy in Window's Tomcat 5.5 - as an Axis Webservice. The application uses few DLL files, which I've placed the in the dir - $TOMCAT_HOME\common\endorsed\ and specified the same in the java.library.path. But…
jai
  • 21,519
  • 31
  • 89
  • 120
1
vote
0 answers

Apache Tomcat 5.X HTTPS server configuration not receiving POST request data

I am facing a Tomcat Server configuration problem. I have requested a certificate from GoDaddy and have configured the same with Apache Tomcat 5.x. Following is the snippet from tomcat5.x\conf\server.xml for HTTPS configuration.
Vishal Vyas
  • 2,571
  • 1
  • 22
  • 39
1
vote
3 answers

Tomcat restart, no all apps start

I've an interesting problem about start/restart of tomcat 5.5 I've deployed n webapps on my tomcat. All webapps work correctly. Every time when I restart tomcat, never happen that all webapps starts. If I "click" manually over tomcat manager start…
Tommaso Taruffi
  • 8,932
  • 9
  • 44
  • 56
1
vote
0 answers

JavaMelody not showing graphs

I have four virtual servers that were all cloned from an original system. I have installed javamelody on all four but on two of them, the graphs do not appear in the monitoring pages. Other images show fine. I get the following error on both…
user739866
  • 891
  • 1
  • 9
  • 18
1
vote
0 answers

tomcat server not starting in Linux

I have installed tomcat version 5.5.17 in my linux system. When i tried to start tomcat, i got below exception. [root@localhost bin]# ./catalina.sh run Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using…
John
  • 2,035
  • 13
  • 35
  • 44
1
vote
0 answers

tomcat giving java lang.NullPointerException in application

I am getting the following error when i run my application, The application was running fine but after restarting tomcat the following error started.Pls help . Type Exception report message description The server encountered an internal error ()…
Aswani Dev
  • 11
  • 1
1
vote
2 answers

UnsupportedClassVersionError deploying Spring 3.x in Tomcat 5 + Java 1.5

I'm trying to deploy a web application built using Spring 3.1.2 in a server running Tomcat 5.5 + Java 1.5. This app works perfectly in my local machine with Tomcat 6 + Java 1.6, and as you can imagine it doesn't in the server. I can compile my own…
Dani
  • 3,744
  • 4
  • 27
  • 35
1
vote
2 answers

Maven POM configuration & Tomcat shared/lib dependencies

I'm new to Maven and I created a new web app to "migrate" an old application and to start using Maven 3. This application uses some libraries (jars) and most of them are under the shared/lib folder in Tomcat (5.5) directory. How can add these libs…
1
vote
0 answers

tomcat cannot access scripts

As from yesterday I realised that I cannot make my web application access the javascripts & certain style sheets on my server (works offline) It started to happen suddenly, and during my attempts to sort the issue I also made a dummy application to…
method8
  • 21
  • 1
  • 2
1
vote
1 answer

tomcat 5.5 not showing manually deployed applications

I have installed tomcat 5.5 server on my debian machine, I tried to deploy my first HelloWord applicaiton on it. when i deployed it manager dashboard shows me Ok message in message box but, in application list it is not showing me my newly deployed…
Shrikant Jadhav
  • 176
  • 4
  • 19
1
vote
2 answers

Sudden Java Heap Space errors on Tomcat 5.5

We have a Spring 2.0.8 application in production, running on Tomcat 5.5.x and JRE 1.5.x (yeah, I know, we should upgrade, that's not the point now), with Oracle 11g as our choice of DB. We have upgraded the application some months ago (I'd say July)…
eagerMoose
  • 1,123
  • 5
  • 13
  • 35
1
vote
1 answer

HttpOnly cookies on Tomcat 5.5.36

I saw on the thread How do you configure HttpOnly cookies in tomcat / java webapps? that Tomcat 5.5.(>28) is supposed to support vendor specific useHttpOnly attribute specified in elements. I added this attribute to ALL contexts configured…
L. Holanda
  • 4,432
  • 1
  • 36
  • 44