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.

learn more… | top users | synonyms

0
votes
0answers
16 views

How to use JTA transaction in tomcat 5.5

My application is running in wepsphere 6.1.Need to migrate to Tomcat server. Application uses: Spring 2.5 Hibernate 3.0 JSF 1.1 JDK1.5 I have googled and found that Tomcat 5.5 is suitable version. ...
0
votes
0answers
18 views

How does the value populated in server.xml if the values are specified between @ and @

Hi Whenever i restart my tomcat server, the values i added to the server.xml vanishes and a new server.xml file is generated. Later after checking, I came to know that it is because of a template file ...
0
votes
0answers
16 views

Tomcat crashes when directly switching off the machine [closed]

I am using Tomcat 5.5. Tomcat server was running fine. When my system hangs up, I directly switched off the power and restarted the machine. After successful restart, when I try to start the tomcat ...
0
votes
0answers
26 views

Tomcat Server Time Issue

Noticed there is a difference in system time and tomcat server time. If my system time is 1300, then when I start Tomcat server time is displayed as 1730. This does not make a huge difference in ...
0
votes
0answers
22 views

Tomcat in Eclipse: It runs but time out during startup anyway, maybe

I have the same problem as Tomcat in Eclipse: It runs but time out during startup anyway, as long as I start running an application associated with my Tomcat 5.5 server before the server it started. ...
0
votes
0answers
49 views

not able to redirect to home page after successfull login

Scenario: redirecting to home page after successfully login using request disaptcher's include method. RequestDispatcher rd = request.getRequestDispatcher(uri); rd.include(request, response); ...
0
votes
1answer
249 views

ClientAbortException: java.net.SocketException:Broken pipe

There is a web application in which SOAP request is sent and its SOAP response is recieved. What happening is after getting SOAP response successfully, we are trying to include the display page ...
1
vote
2answers
108 views

Causes for IllegalStateException

I'm getting IllegalStateException from Tomcat server, when I try to save a JSP's data in EXCEL. IllegalStateException can occur in any of the following condition: If there is no return statement ...
0
votes
2answers
226 views

How to use a save file dialog from a servlet?

I am trying to let the user save data from my servlet as a CSV file. Originally I was just locating their desktop to drop the file, but permission would be denied with this route so I want to ask the ...
-5
votes
3answers
76 views

Tomcat 5.5 service not start?

tomcat 5.5 installed properly in my laptop but their service not started. Please give me proper solution. Thanks in advance.
-1
votes
1answer
100 views

Servlet/EJB Container vs Spring Container

If this is right Spring vs EJB. Can Spring replace EJB?. My question: Is Spring a super set of App Server ? If Spring(open source) is a container which is a good alternative of EJB container, then ...
0
votes
2answers
110 views

How do I deploy a WAR file to Tomcat 5.5?

I want to test my current application on Tomcat running on LINUX.
0
votes
0answers
67 views

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 ...
1
vote
0answers
29 views

Abnormal tomcat log size [closed]

Our customer has a strange problem with the abnormal size of a log file generated by tomcat5.5 (application server): -rw-r--r-- 1 root root 3.4G Feb 22 10:09 catalina.out.130213-04%3A40 ...
0
votes
0answers
32 views

Jsp files are not effected run time

today i faced different problem, i'm developing web application using Struts1.3 and JDBC with tiles in Eclipse juno version, i'm using tomcat 5.5 version ... problem is when i modify my jsp page it ...
0
votes
0answers
44 views

Cpanel Tomcat not supporting Spring framework

Please any one help me. I bought the tomcat 5.5 cpanel linux server and when I use normal jsp , servlet application its working fine but it didn't work any of the framework. I have tested Spring 2.5, ...
0
votes
0answers
71 views

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 ...
0
votes
1answer
174 views

the current date of Java EE web application falls out on some days

I have a web application(Java EE, Struts 1.1, JSP, Tomcat 5.5.20, WebLogic, Oracle) running on a Linux sever from Red Hat. Some days, the current date of web apps "falls out". For example: 31 ...
0
votes
0answers
180 views

How to set `java.net.preferIPv4Stack=true` for tomcat service

I am using one service called lookup service which is launched as part of tomcat. I want to set java.net.preferIPv4Stack=true for my service only, not for all other serivces under tomcat. Is there any ...
0
votes
1answer
1k views

default session timeout for Apache Tomcat applications

I want to know that what is the default session timeout for web applications deployed on Tomcat5.5 ? Is it browser specific? In my web applications default timeout is not mentioned neither in web.xml ...
0
votes
1answer
180 views

null return on getParameter text field in jsp page running on tomcat 5.x

I am getting a weird error of page constantly fluctuating between nullpointerexception to actual execution on every form submit. I am writing a simple jsp page and running it on tomcat 5.x server. I ...
0
votes
2answers
389 views

How to configure log4j.properties in external folder for a web application in tomcat

Please help how to handle the below scenario. Current Web app : I have placed log4j.propertes in /WEB-INF/classes folder of webapp. Wanted to achieve : Place log4j.properties in an external ...
1
vote
0answers
93 views

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 ...
0
votes
1answer
178 views

Regarding robots.txt file in web applications

I am using Tomcat 5.5 server and there is a web application deployed. I want to block http requests which access the .txt files in my project. For example http urls like -- https ...
0
votes
2answers
185 views

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 ...
0
votes
0answers
10 views

What are the problems connected with hot re-deployment of web applications running under Tomcat?

What are the problems connected with hot redeployment of web applications running under Tomcat?
-1
votes
2answers
209 views

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 ...
1
vote
0answers
56 views

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 ...
0
votes
0answers
39 views

Facing error in installing Tomcat server in mac machine

I am trying to set up tomcat server environment in my mac machine. But I am getting a error during executing the "sh shutdown.sh" command through terminal. error comes as: Neither the JAVA_HOME nor ...
1
vote
1answer
72 views

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 ...
1
vote
2answers
229 views

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 ...
1
vote
1answer
461 views

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 <Context> ...
0
votes
1answer
386 views

Unhandled event loop exception when I open a JSP file in eclipse helios

I want to generate Crystal Reports in Eclipse for which I have recently downloaded crystal reports 2.0 for eclipse. I am using eclipse-jee-helios-SR2-win32 (3.6) version and Tomcat v5.5 server ...
1
vote
1answer
149 views

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, ...
0
votes
0answers
154 views

Tomcat Listener SEVERE Error

We are getting ListenerStart exception in one our production server. But in other servers it works. We have tried to remove java/tomcat folders and installed java tomcat and our application again. but ...
0
votes
0answers
147 views

Tomcat 5.5 remote IP valve

I have to set up a RemoteIpValve in my project to reject any IP which are not allowed. I didn't found an example for Tomcat under version 6. I've tried to make a class RemoteIpValve like ...
1
vote
0answers
147 views

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. ...
0
votes
0answers
522 views

IWAB0489E Error when deploying Web service to Axis runtime

I am following the example in the link WS Example After I start the server I get the error IWAB0489E Error when deploying Web service to Axis runtime IWAB0489E Error when deploying Web service to ...
0
votes
0answers
99 views

Tomcat unexpectedly stops running when I try logging in

I am trying to log in to the website that runs on a tomcat server, but the server keeps shutting down with a message "null" whenever I try to log in. Below is the copy of catalina.out. Does anyone ...
1
vote
0answers
708 views

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: ...
0
votes
2answers
240 views

Tomcat behaves as if it's not threading requests, causes slow response time

I'm seeing strange behavior and I don't know how to gain any further insight into and am hoping someone can help. Background: I have a query that takes a long time to return results so instead of ...
1
vote
2answers
578 views

Getting “error generating report. Unknown print order 0” error during calling JasperFillManager.fillReport method [closed]

I'm working on a Java EE application, with Java 6, Dynamic Web Module 2.4, Tomcat 5.5 and MySQL 5.5. We are using JR reports, designed with iReport. All of them work properly but one. The strange ...
0
votes
0answers
33 views

how to stop the application running in tomcat without stopping the tomcat

Greetings!!! I have three web appications running in Tomcat 5.5.31 I have to stop one of the application running without actually stopping the tomcat nor stopping the other two running web ...
0
votes
0answers
60 views

format of error logged by httpd in error_log is not correct

I have a web application running on one of the apache instances. I am using Apache httpd. In httpd error_log.log file below error is logged: 10.203.128.142 - - [08/Aug/2012:13:12:27 +0530] "GET ...
1
vote
1answer
880 views

Tomcat and maximum number of requested accepted

Is there a way to configure Tomcat to reject a request after a specific threshold number? E.g. after 506 requests start rejecting. Is there such an option or am I supposed to write code for this?
0
votes
0answers
235 views

Tomcat 5.5 threads blocked - Connector maxThread best configuration

The application has about 40-50 user concurrent and in a moment when the Tomcat Threads peaks to the configured in the Server.xml (maxThread in Connectors) it causes that the application crashes and ...
0
votes
1answer
108 views

SSL configuration : getting class(PureTLSImplementation, JSSE15Factory) not found on tomcat startup

I am using tomcat 5.5.30 and configured the same for SSL.Functionality is working fine but I am getting below exception on tomcat start up. java.lang.ClassNotFoundException: Error loading SSL ...
0
votes
0answers
150 views

war file extraction issues in tomcat

I have this setup in Cpanel: Apache Tomcat/5.5.35 OS - Linux 2.6.18-028stab099.3 JVM Version: 1.6.0_29-b11 I have added export JAVA_OPTS="-XX:PermSize=128M -XX:MaxPermSize=524M" in catalina.sh, ...
0
votes
1answer
410 views

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. <Connector port="8444" maxHttpHeaderSize="8192" ...
0
votes
1answer
116 views

Hide cookies from request or response header

I want hide default cookie value from request and response header so that any request capturing tools don't show cookie value. i tried various blogs in which they are saying about secure set to true ...

1 2 3 4 5