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

Tomcat 5.5 OutOfMemory error using Hibernate

I'm experiencing a OutOfMemory error from Tomcat. This error started ever since I added Hibernate into the application. I'm not using Spring, so I do all the open/close for Hibernate Sessions. Below are a few Hibernate configs that I'm using. I…
Marquinio
  • 4,601
  • 13
  • 45
  • 68
0
votes
0 answers

java.net.SocketTimeoutException: Read timed out just after few milliseconds

I have an Axis2 1.5.5 instance running on Tomcat5.5. Tomcat connector configuration is like below.
0
votes
1 answer

JAVA alternative to declare TreeMap

I'm trying to create a TreeMap which is capable of storing multiple beans(Row) mapped to one key. My current declaration of the TreeMap is : Map> rowmap = new TreeMap>(); With this kind of declaration i can…
User420
  • 137
  • 3
  • 12
0
votes
2 answers

TomCat Issue: tomcat as windows service makes sql authentication to fail whereas if tomcat is run normally conn to db is successful

we hav a java app running on tomcat backend is sql server configured for windows authentication we are runnning tomcat as a windows service we are not able to connect to sql db bcoz tomcat is used as windows service. guess, its taking different…
user258427
  • 141
  • 1
  • 4
  • 12
0
votes
1 answer

How solve these error using tomcat server in eclipse for deploy jsp page?

HTTP Status 404 - /JspTest1/ type Status report message /Projectname/ description The requested resource (/Projectname/) is not available.
Arun
  • 87
  • 2
  • 10
0
votes
1 answer

Tomcat 5.5 https connector vs ldap connection

I have an application on Tomcat 5.5 and I defined the following two connectors (one for http connection and one for https connection).
Pasquale C.
  • 619
  • 1
  • 9
  • 7
0
votes
1 answer

Is X-Frame-Option configured on server side in tomcat 5.5.33 possible? If so how?

I need to add X-Frame-Options to prevent Clickjacking in my application. But am unable to find any source for adding that in tomcat of the version 5.5.33 . Is there a solution or workaround possible?
Ajo Koshy
  • 1,205
  • 2
  • 21
  • 33
0
votes
1 answer

GWT + Maven + Tomcat + JNDI + Eclipse configuration

I've got a project using GWT 2.6.1 + Maven 3.2 + Tomcat 5.5 (yes, I know it's an old one ...) + Eclipse Luna which is using JNDI allowing for external parameters to be configured. As you might know, the context XML file is located at…
Jdaydai
  • 101
  • 1
  • 8
0
votes
2 answers

Deploying JSf 2.0 app in tomcat 5.5

I have developed a JSF 2.0 application and tested it on Apache Tomcat 6.0. The problem is that the official server can only have version 5.5 installed. So I tried to deploy it as it was but I kept getting the JasperException. I figured out that the…
sass
  • 309
  • 2
  • 8
  • 20
0
votes
0 answers

An unexpected JAVA error while starting tomcat on SunOS

HI i am getting below error while starting tomcat in SUNOS. # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGBUS (0xa) at pc=0xf904c150, pid=29348, tid=1 # # Java VM: Java HotSpot(TM) Server VM (1.5.0_11-b03 mixed…
amit
  • 356
  • 3
  • 17
0
votes
0 answers

Unable to lookup JNDI name [java:/comp/env/jdbc/ptsvcs

I'm using tomcat 5.5 with JSP & Hibernate. I'm unable to fix find why Datasource source name is not lookup. So, please give me some idea. How to resolve it. org.hibernate.service.jndi.JndiException: Unable to lookup JNDI name…
0
votes
1 answer

log4j appender config

Is there a way to run log4j appender at a specified time? log4j.rootLogger=INFO,…
Kaushal
  • 29
  • 4
0
votes
1 answer

How to configure JDBC Connection Pool in Tomcat 5.5 for Oracle R12?

My Database is an Oracle R12 instance i.e 11g. The Tutorial for configuring the JDBC Connection pool shows examples up to Oracle 10g only. Link Here How do I configure a JDBC connection pool for Oracle R12 in a Tomcat 5.5 instance ? More info:: My…
Oliver
  • 6,152
  • 2
  • 42
  • 75
0
votes
0 answers

Override values in web.xml for jboss eap 6

I have a requirement, In case of jboss change the value in web.xml at run time, before deployment. Is there a way to do this? com.sun.jersey.config.property.packages
Swaraj Shekhar
  • 187
  • 1
  • 7
  • 28
0
votes
1 answer

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver WebappClassLoader

I am creating a Webservice from JAVA EE version, with Java code which calls MySQL database and get/put results from database. Webservice running fine but it doesn't connect to Database: Exception: java.lang.reflect.InvocationTargetException…