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

Deploying of a war on tomcat 5 complains that file is a directory

I have Tomcat 5 installed on Linux, and have a webapp deployed and happily running for a number of years. I'm now trying to deploy a new webapp, this war is created using Maven and looks fine to me, however there is an error in catalna log…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
1
vote
0 answers

How do I access the database in Tomcat 5.5?

I am currently taking over a web development project that was done 5 years ago. Basically, I was told to remote login to a web server running Windows Server 2003 and continue with the web development. However, I want to access the backend database…
Ferrino
  • 53
  • 1
  • 10
1
vote
0 answers

Subreport: Could not load object from location - getOutputStream()

We have a Java EE aplicattion, JRE 6, MySQL 5.5, running on Tomcat 5.5. We have several JR reports working right but there is one of them that causes the following Tomcat error: org.apache.jasper.JasperException: getOutputStream() ya ha sido llamado…
unai
  • 11
  • 1
  • 3
1
vote
1 answer

SSL Support in Tomcat : Redirect Issue

Below is the snippet from server.xml.Connector port for https is 8444 and i have changed the entry in redirect port as well.
VJS
  • 2,891
  • 7
  • 38
  • 70
1
vote
2 answers

How to solve this "java.io.IOException: Cannot rename original file" when starting tomcat 5.5?

I am trying to run the tomcat 5.5 but while starting the server it gives the following error. java.io.IOException: Cannot rename original file to C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\tomcat-users.xml.old Below is the full…
Joe
  • 4,460
  • 19
  • 60
  • 106
1
vote
0 answers

Eclipse Indigo and Tomcat 5.5 problems

I've upgraded my Eclipse Helios with Tomcat 5.5 to Eclipse Indigo. Now every time I modify any file in project (JSP, JS), Tomcat republishes the changes, redeploying the complete application (this didn't happen before, JSP changes were available…
eagerMoose
  • 1,123
  • 5
  • 13
  • 35
1
vote
3 answers

Application on tomcat5 fails to start

tomcat5 installed on cent OS. my war files fails to start. i am using JAX-WS web services. Catlina.out show the following log i have following java version java version "1.6.0_22" OpenJDK Runtime Environment (IcedTea6 1.10.6)…
Asghar
  • 2,336
  • 8
  • 46
  • 79
1
vote
0 answers

Why am I receiving http error 403.14 when using ISAPI redirect in IIS 7.5

I am trying to test using IIS as a load balancer for a Java application running on Tomcat. When I try to load the site in a browser after following the tutorial at this site, an IIS error page appears reading "HTTP Error 403.14 - Forbidden. The Web…
Jeff S
  • 11
  • 4
0
votes
1 answer

DOJO not working under tomcat 5.x?

I have a JSP that uses DOJO Datepicker. It runs fine on my laptop where I have Netbeans6.9/tomcat 6.x installed. However, when I upload it to my hosting service, the DOJO Datepicker doesn't show while the rest of the page shows up fine! My web app…
Shobbi
  • 897
  • 6
  • 9
0
votes
1 answer

Tomcat works over port 80, but not 8080. Firewall is turned off

The title pretty much says it all. I have an applet frontend and servlet backend. They work perfectly when testing with Eclipse. An hour or two ago, they were working perfectly on the RedHat production server, too. The applet is delivered by Apache,…
jfmatt
  • 926
  • 5
  • 14
0
votes
2 answers

Random errors in Play project hosted on TomCat: exception ClientAbortException: null

I have a sample project hosted on the tomcat 5.5 server, that uses JDBC to connect to a MSSQL R2 database. But randomly and quite often I get a ClientAbortException and my application crashes. What can I do? Debugging does not help since I cannot…
adis
  • 5,901
  • 7
  • 51
  • 71
0
votes
2 answers

how to utilize sakai lesson builder for version 2.8

I have installed Sakai on a dedicated server, and was looking into some features as deploying lesson builder. Does anyone know as of how to deploy this tool? Or any other tool like Calendar. I a newbie in sakai environment, so not sure how to…
topgun
  • 2,463
  • 8
  • 31
  • 46
0
votes
2 answers

External properties loader with Tomcat server

I am trying to deploy a spring mvc webapp into a tomcat server. I have been testing locally using the maven-jetty-plugin. In my spring configuration I am using a properties placeholder, and pulling my properties from an external…
vikash dat
  • 1,494
  • 2
  • 19
  • 37
0
votes
1 answer

How to set up cross-context between webapps deployed inside ear in JBoss 4

We have 2 war files inside an ear file deployed in JBoss 4. We need to switch between web app contexts for which we are using UrlRewriteFilter. The problem we are facing is we are not able to perform a requestDispatcher.forward() between these…
0
votes
2 answers

Eclipse IDE & Import issues

Lately I have been trying my hands on Eclipse IDE for java development. I am mostly a novice to java programming. I am trying a servlet project, using Tomcat5.5 as container. I am getting issues when I give import javax.servlet.* statement in my…
Ankush
  • 787
  • 3
  • 12
  • 23