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
1 answer

Unable to send emails on Tomcat 5.5 using Apache Commons Email

I am using Apache Commons Email to send out the emails from our web application. Everything works fine on the JBOSS server. Emails are sent out properly. When I deploy the same application on the tomcat the emails don't go. Below is the error that i…
ajm
  • 12,863
  • 58
  • 163
  • 234
0
votes
1 answer

How to fix "PegaRULES initialization failed. Server: unknown"

I'm setting up a new server for pega application. While starting the JVM, i'm facing below error. please help on below. Version apache_tomcat = 5.5.17 java = 1.5.0_22 OS = Linux Is there any configuration need to be added? Error 2018-12-20…
Victory
  • 121
  • 1
  • 3
  • 18
0
votes
1 answer

Tomcat 5.5 Giving an error java.lang.NoClassDefFoundError

I hosted a jsp service to access a java class to send a request to a server. I hosted this service in Tomcat 6.0 server hosted in my local computer and it worked fine. But when I tried it with another server which has Tomcat 5.5 I'm getting this…
Paba
  • 1,105
  • 3
  • 19
  • 34
0
votes
2 answers

Why will tomcat not serve newly created files?

After updating a webapp I noticed that tomcat (5.5.23) won't serve any newly uploaded/created files even though the application creates and stores them. On trying to view the files I get a 404 error with the correct path name to the file listed. I…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Tomcat 5.5 installation problems

I was running Tomcat 5.5.23 on centOS 5.5 then had to reinstall for some reason. After installation it will not start. Checking the catalina.out file resulted in this error. Googling for a few hours showed the result was to copy the missing jar file…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Unable to install Tomcat 5.5

I installed tomcat before but this time when I tried to install after installing Java(JSE,JRE) am getting a message while installing tomcat-"Failed to install Tomcat service Check your settings and permissions" Can any one tell me the reason?
Khaja moin
  • 21
  • 2
  • 6
0
votes
1 answer

Redirect in Tomcat 5.5

Is there a simple way (just configuration) to tell Tomcat 5.5 to redirect all requests coming to "abc.com" to "www.abc.com" ? I know that it's very easy if you do that in httpd, so I wonder whether Tomcat has such a functionality built in…
basZero
  • 4,129
  • 9
  • 51
  • 89
0
votes
1 answer

Tomcat: Cookies length

I'm creating and attaching a cooking for my application with some useful information. But this information is not accessible after that. The problem is that when I try to attach too much information, my cookie is not passed forward. When I try to…
Victor
  • 8,309
  • 14
  • 80
  • 129
0
votes
4 answers

Why is tomcat having trouble loading a self signed SSL certificate?

I'm having trouble getting tomcat to load a self signed certificate. I followed the instructions at this site to the letter, modified my connectors in the server.xml file, added the security constraint to my tomcat.conf file. The following is an out…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
2 answers

tomcat 5 java.lang.UnsatisfiedLinkError: tomcat\apache-tomcat-5.5.36\bin\tcnative-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

I am on a brand new laptop, so it only has stuff I have installed on it in the last week, so i am pretty certain it doesn't have old stuff hanging around. This is rather large as i have tried to include EVERYTHING. my java home is pointing to a 64…
WendyG
  • 570
  • 5
  • 29
0
votes
1 answer

Problem deploying a Rails application to tomcat with warbler - undefined method 'getProperty'

I'm trying to deploy our app to a standalone tomcat 5.5 on hardy. The resulting war file is unpacked (correctly as it seems) but won't load and gives me the following error: Application initialization failed: undefined method `getProperty' for…
Chris
  • 1
0
votes
3 answers

What is causing a Hibernate SQL query exception?

Hi all and sorry in advance for this post but I've spent way too much time going around in circles so I'm hoping someone could shed a light on it here for me. I updated a webapp on Tomcat and I'm getting the following error which didn't exist on the…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Can't connect to database using Tomcat 5.5 and Hibernate

Ok I have this weird problem. I'm using Tomcat 5.5 with Hibernate. I have added the resouce in the TOMCAT_HOME/conf/server.xml and also in my application's web.xml. But I'm getting error when using Hibernate to build the session factory like…
Marquinio
  • 4,601
  • 13
  • 45
  • 68
0
votes
1 answer

How to pupulate System.getProperty() in Tomcat 5.5

I am trying to set a system property in tomcat config file so it can be read by System.getProperty() code. This is probably a simple task but I am not able to figure this out. Here is want I tried with no success. Modified context.xml in tomcat…
Mike Starov
  • 7,000
  • 7
  • 36
  • 37
0
votes
1 answer

still cannot configure Archiva mail under Tomcat

I have already looked here, sending mail to a configured smtp server and here, http://www.questionhub.com/StackOverflow/2592434 and also the sendmail spec Appendix A, but the answers just aren't helping me. I have Archiva running under Tomcat…
Susan
  • 1
  • 2